/vsync 0 (or -1) in default settings?
#3
That's because vsync is usually implemented with only two buffers instead of three, causing delay. Triple buffering gets the best of both worlds but not all drivers support it. If it's not available to you, I recommend no vertical sync.

On Windows selecting the option in game or setting /vsync 0 will be enough with most drivers.

On Linux /vsync 0 should also work with many drivers. If it doesn't try adding the line:
export vblank_mode=0
in assaultcube.sh just after the first block of comments (comments are lines starting with #).

There are lots of tweaks to decrease input lag such as increasing mouse polling rates if your mouse supports it. Worth looking into if you play competitively.
Thanks given by:


Messages In This Thread
RE: /vsync 0 (or -1) in default settings? - by Roflcopter - 02 Jan 12, 04:21AM