Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: "Dan Miner" <dminer84@xxxxxxxxx>
- Date: 26 Apr 2006 20:03:14 -0700
Yes, it did usually say why.
* The driver was limiting to 60Hz modes only
* Any mode over 1280xY would be rejected as "too large for ViewSonic
VX2025wm (DFP-0)".
However, I am happy to report I have managed to get 1680x1050 after
googling a bit for overriding the EDID's pixel clock rate. I stumbled
on someone mentioning a way to tell the nVidia driver to skip the pixel
clock rate (his's monitor was working until upgrading to Xorg 6.7 due
this very reason).
So, searched the release notes for the driver and found two options to
bypassing the clock checks... And TA-DA! I got 1680x1050 on the first
try.
For anyone curious.. here is my Xorg.conf (barebones in my frenzy to
isolate the problem).
# File generated by XFdrake.
#
**********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
#
**********************************************************************
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated
together)
# By default, Mandrake 6.0 and later now use a font server
independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
Load "glx"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
# Modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054
1087 -HSync +Vsync
# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
Modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828
-HSync +Vsync
# 1024x640 @ 60.00 Hz (GTF) hsync: 39.78 kHz; pclk: 52.83 MHz
Modeline "1024x640@60" 52.83 1024 1072 1176 1328 640 641 644 663
-HSync +Vsync
# 800x500 @ 60.00 Hz (GTF) hsync: 31.08 kHz; pclk: 31.33 MHz
Modeline "800x500@60" 31.33 800 824 904 1008 500 501 504 518
-HSync +Vsync
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "nVidia"
BoardName "NVIDIA GeForce4 (generic)"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "ModeValidation" "NoMaxPClkCheck,NoEdidMaxPClkCheck"
SubSection "Display"
Depth 24
Modes "1680x1050_60" "1400x1050_60" "1280x800@60"
"1024x640@60" "800x500@60"
EndSubSection
EndSection
.
- References:
- Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: dminer84
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: Henrik Carlqvist
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: dminer84
- Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- From: Henrik Carlqvist
- Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Prev by Date: Re: Need a good print server
- Next by Date: Re: IDE, controller, ????
- Previous by thread: Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
- Next by thread: Need a good print server
- Index(es):
Relevant Pages
|