I've just installed the nVidia driver 185.18.14 on 4.2 amd64 and keep pushing me back to a 60 Hz refresh rate.
I've tried editing /etc/X11/xorg.conf by hand: vi, gedit even through gksu nvidia-settings.The file stays as supposed:
- Code: Select all
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (root@sabayon) Mon Apr 6 07:28:56 UTC 2009
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
Load "dri"
Load "glx"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 110.0
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 60.0
EndSection
Section "Device"
#BusID "PCI:04:00"
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
Identifier "SabayonVga0"
Driver "nvidia"
Option "UseEvents" "True"
Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "TwinView" "0"
Option "metamodes" "1024x768_85 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
but so far no luck.Any ideas?
