Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "SyncMaster"
DefaultDepth 24
Option "UseDisplayDevice" "DFP"
Option "OnDemandVBlankInterrupts" "True" #power saving
Option "Coolbits" "1" #enable overclocking
Option "HWCursor" "Off"
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Note: HWCursor OFF is no longer required in Fedora 10, in fact it cause problem with the cursor with compiz.
For compiz, I added the following lines:
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules/extensions"
ModulePath "/usr/lib64/xorg/modules"
Option "XAANoOffscreenPixmaps"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "true"
1 comment:
driver to use NVIDIA-Linux-x86_64-177.82-pkg2.run or from rpmfussion repo
Post a Comment