After testing, the following methods in Ubuntu can significantly improve the running efficiency of the nvidia graphics card 3D desktop 1. in general-displaysettings of compiz-manager, disable the synchronization with Vblank. If this option is enabled, the 3D effect is slightly better than that when it is not enabled (but it cannot be seen without looking at it carefully ), however, if it is disabled, the 3D speed will increase significantly, so we choose to disable it. 2. Back up/etc/X11/xorg. conf and add the following content to Se
After testing, the following methods in Ubuntu can significantly improve the running efficiency of the nvidia graphics card 3D desktop.
1. In general-display settings of compiz-manager, disable synchronization with Vblank. If this option is enabled, the 3D effect will be slightly better than when it is not enabled (but it cannot be seen without looking at it carefully ),
However, if it is disabled, the 3D speed will increase significantly, so we choose to disable it.
2. Back up/etc/X11/xorg. conf and add the following content to it:
Add in Section "Screen"
Option "AddARGBGLXVisuals" "True"
Add in Section "Device"
Option "TripleBuffer" "true"
Add
Section "Extensions"
Option "Composite" "Enable"
EndSection
After saving, restart X and then OK.
In addition, if the Ubuntu 3D desktop runs for a long time and finds that the speed is significantly reduced, it is best to press ctrl + alt + backspace to restart X.