Re: Nvidia Proprietary Video Driver -- HOW TO
Checking /var/log/Xorg.0.log will show whether or not render is enabled by default (it should be).
I had a 6600gt for a while but have since upgraded to an 8800gt so some of these options might not work for you:
All the other options I used to have to but in my xorg.conf are enabled by default now: render,xrandr,dbe,composite,extmod,glx,record,dri, dri2,fb,wfb,ramdac
Checking /var/log/Xorg.0.log will show whether or not render is enabled by default (it should be).
I had a 6600gt for a while but have since upgraded to an 8800gt so some of these options might not work for you:
Code:
Section "Device" ~~~ Option "TripleBuffer" "True" # + Enables triple buffering. "Decreases the time an application stalls while waiting for vblank events, but increases latency slightly" (NVIDIA Readme) Option "UseCompositeWrapper" "True" # + Enables the X server's composite wrapper instead of the builtin one. Option "BackingStore" "True" # + Cache overlayed areas in case they get redisplayed later Option "OnDemandVBlankInterrupts" "True" # + only fire VBlank interrupts in modes where they are needed
Comment