You are not logged in.

#1 2006-04-12 20:09:12

SLeeM@N
Member
From: Canada
Registered: 2006-04-12
Posts: 13

Nvidia and modeline

After updating my nvidia to the lastest driver (Nvidia-1.0.8756-1) my modelines in my xorg.conf is ignored ? but when I downgrade to nvidia-1.0.8178-16 its good anyone have a idea about this ?

Offline

#2 2006-06-12 09:29:21

festgreifaah
Member
Registered: 2006-06-12
Posts: 51

Re: Nvidia and modeline

It's exactly the same. I'm now using nv drivers with my card and everything is fine. With nvidia drivers I can't set a 60hz refresh rate for my LCD.

Offline

#3 2006-06-12 22:35:31

prim
Member
From: Wroclaw - Poland
Registered: 2006-05-10
Posts: 47

Re: Nvidia and modeline

festgreifaah wrote:

It's exactly the same. I'm now using nv drivers with my card and everything is fine. With nvidia drivers I can't set a 60hz refresh rate for my LCD.

You can add refresh rate after screen resolution in "Display" section of your xorg.conf like this:

    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768_85"
    EndSubSection

Check also linux forums on nvnews.net - there are many similar topics.


Feel free to correct my English

Offline

#4 2006-06-12 23:19:31

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: Nvidia and modeline

Hi

60Hz works fine. My xorg Section:

Section "Device"
    Identifier  "Nvidia 0"
    Driver      "nvidia"
    VendorName  "NVIDIA"
    Option      "HorizSync"
    Option      "VertRefresh" "60"
    Option      "UseEdidDpi"   "FALSE"
    Option      "DPI"   "96 x 96"
    Option      "XvMC"          "true"
    Option      "XvmcUsesTextures" "true"
    Option      "RenderAccel"   "true"
    Option      "AllowGLXWithComposite" "true"
    BusID       "PCI:1:0:0"
    Screen 0
EndSection

Offline

#5 2006-06-14 07:31:57

festgreifaah
Member
Registered: 2006-06-12
Posts: 51

Re: Nvidia and modeline

Thanks for help. Now everything works fine.

Offline

Board footer

Powered by FluxBB