You are not logged in.
Pages: 1
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
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
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
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
Thanks for help. Now everything works fine.
Offline
Pages: 1