Re: GAMES RUNNING AT HIGH FPS, FEEL CHOPPY
Reply #7 –
The canonical way of disabling vertical sync in Linux is by setting the vblank_mode environment variable to 0. Try the following and notice if the recorded FPS differ (you need mesa-utils installed):
$ vblank_mode=1 glxgears
$ vblank_mode=0 glxgears