Hi, I am trying to do this:
instead add a snippet into /etc/X11/xorg.conf.d/20-nvidia.conf (your distro should rather add that file anyway) containing:
Section "Device" Identifier "Default nvidia Device" Driver "nvidia" Option "NoLogo" "True" Option "CoolBits" "1" Option "TripleBuffer" "True" EndSection
CoolBits allows overclocking (on some devices) an NoLogo removes the startup advertisement
If you have such file and it has some other entries do not remove those, just add TripleBuffer to the âDeviceâ section
I have no idea what coolbits is or if itâs relevent to me. I donât have a â20-nvidia.confâ, should I create it and add the above text to it?
Then someone says:
if Iâm not mistaken, enabling both triple buffering in the NVIDIA driver and __GL_YIELD=âUSLEEPâ in /etc/profile is ideal. That way games can use Triple Buffering and kwin can use its lower-cpu sync method.
I added â__GL_YIELD=âUSLEEPââ to /etc/profile. But I canât find the triple buffering option in the nvidia control panel. Is it âSync to VBlankâ?