I have had my "nv" driver lock up a number of times. I downloaded the "nvidia" drivers and they did not work at 1920x1080 resolution. I am looking for an updated driver for just "nv". I found some once for a different driver that you just update commonXXX and yourdriverXXX not the whole X recompile. Where can I find those drivers? THanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060113/4aa0707b/attachment-0005.html>
On 1/13/06, Jerry Geis <geisj at pagestation.com> wrote:> I have had my "nv" driver lock up a number of times. > > I downloaded the "nvidia" drivers and they did not work at 1920x1080Sure they do. I use them for several varying resolutions, including serveral widescreen formats. On some monitors like flatpanels or LCDs you have to properly adjust the modeline values. I would not recommend just ripping out the nv drivers and replacing them with differing versions. -- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center
Jim,
I have posted my xorg.conf file as you can see I have the 1920x1080 information.
I post the log file saying nvidia is not accepting the line.
The nv driver works at the 1920x1080 information it just doesnt seem stable.
jerry
-----------------
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "LCD Panel 1920x1200"
    HorizSync       31.5 - 90.0
    VertRefresh     60.0 - 60.0
    ModeLine       "1920x1080" 138.5 1920 1968 2000 2080 1080 1082
1087 1111 -hsync +vsync
    Option         "dpms"
EndSection
Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "Videocard vendor"
    BoardName      "NVIDIA GeForce FX (generic)"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1920x1080" "1600x1200"
"1400x1050" "1280x1024" "1280x960"
"1024x768" "800x600" "640x480"
    EndSubSection
EndSection
---------------------------
(II) NVIDIA(0): Frequency information for DFP-0:
(II) NVIDIA(0):   HorizSync   : 30.000-80.000 kHz
(II) NVIDIA(0):   VertRefresh : 50.000-75.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1920x1080" for DFP-0.
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-80.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 135.00 MHz
(II) NVIDIA(0): Not using mode "1920x1080" (bad mode
clock/interlace/doublescan)