Guide: Enable v-sync in Linux
Posted: Sat Sep 15, 2012 11:28 am
By enabling v-sync you can save power and decrease temperature by only rendering the amount of frames your monitor can actually display. In Linux, it is possible to force this behaviour on a per-application basis via the DriConf tool. DriConf is provided by the freedesktop organisation, and the source can be found at http://dri.freedesktop.org/wiki/DriConf if you want to build it yourself. Many distributions already have the tool in their repositories however, so that shouldn't be necessary. In Ubuntu, install DriConf by running or by searching for it in the Ubuntu Software Center.
Once you have installed and opened DriConf, you need to add FTL to its list of applications with special settings. Do this by clicking the "Add" button (Step 1 in the image below) in the performace tab. Make sure you enter the correct path to the FTL executable in the "Executable name" field.
After you have done so, click the "Add setting" button and choose "Performace > Synchronization with vertical refresh (swap intervals)" (Step 2 in the image below), and exit the application. V-sync should now be enabled for FTL.

Code: Select all
sudo apt-get install driconf
Once you have installed and opened DriConf, you need to add FTL to its list of applications with special settings. Do this by clicking the "Add" button (Step 1 in the image below) in the performace tab. Make sure you enter the correct path to the FTL executable in the "Executable name" field.
After you have done so, click the "Add setting" button and choose "Performace > Synchronization with vertical refresh (swap intervals)" (Step 2 in the image below), and exit the application. V-sync should now be enabled for FTL.
