Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem



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

.



Relevant Pages

  • Adding to Display problems with FC6 ?
    ... Identifier "single head configuration" ... Driver "r128" ... Identifier "Screen0" ... I have a Compaq V90 monitor, ...
    (Fedora)
  • Re: xorg.conf hell...
    ... dpkg-reconfigure xserver-xorg; ... the list for your driver. ... and the 2nd monitor attached to it? ... Identifier "Generic Keyboard" ...
    (Ubuntu)
  • Re: [SLE] Toshiba Satellite 5205-S503
    ... > downloaded the latest nvidia driver during the installation process and ... > settings) I'd get a garbled screen when I tested the settings and had to ... VendorName "Monitor Vendor" ... Identifier "Videocard0" ...
    (SuSE)
  • Re: Google earth on FC6
    ... (fglrx driver). ... Identifier "Multihead layout" ... Section "Monitor" ... Load "extmod" ...
    (Fedora)
  • Google earth on FC6
    ... (fglrx driver). ... I have a dual head configuration on my laptop (the 2nd monitor is a Dell LCD ... Identifier "Multihead layout" ... Google search reveals that others have had a similar problem with Google ...
    (Fedora)