Help with Westinghouse 22" LCM-22w2 LCD. Resolution issues.

IamDavid

Diamond Member
Sep 13, 2000
5,888
10
81
Anything which runs @ a different resolution than the standard 1650*1050 won't work. Monitor turns off with a message to change resolution. Happens in both Windows and Ubuntu. Doesn't make sense though because before computer loads windows/ubuntu I have the splash screens and BIOS which aren't 1650/1050..

Any ideas?
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Both ATI and NVIDIA have flat-panel options under Windows. It seems only NVIDIA has those options with their driver in Linux. Try the opposite of what you're currently using (monitor scaling vs. graphics card scaling). Also make sure you have monitor "drivers" (INF file describing horiz/vert sync) installed. Verify that all resolutions are asking for 60 Hz.
 

IamDavid

Diamond Member
Sep 13, 2000
5,888
10
81
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.0 - 101.0
VertRefresh 60.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "1680x1050"
EndSubSection


EndSection