I have been getting questions about vid_vsync ON or OFF?!
Personally I find vsync on smoother then off. In QuakeWorld Clients, off causes mouse lag. In netQuake clients it also causes screen tearing, UNLESS, your "maxfps" is set to the same as your monitor's refresh rate. Thus just use vsync on AND cl_maxfps ~= monitor Hz refresh rate....
heres a quote i found on a tech forum....
so even if pq_drawfps or show_fps displays 500fps with "maxfps 500" you are ONLY displaying the max refresh of your monitor, which will/can cause lag if set too high 
Bottom line set maxfps equal to your monitors MAX refreshrate (hz). Set vsync On for less screen tears.
Personally I find vsync on smoother then off. In QuakeWorld Clients, off causes mouse lag. In netQuake clients it also causes screen tearing, UNLESS, your "maxfps" is set to the same as your monitor's refresh rate. Thus just use vsync on AND cl_maxfps ~= monitor Hz refresh rate....
heres a quote i found on a tech forum....
Vsync should only be disabled when benchmarking so that the videocard and processor are not being limited by the display. Frame rates will appear higher with vsync off but the amount of information displayed is limited by your monitor in that instance. A monitor with an 85 Hz refresh rate will only display 85 frames per second even if the videocard is rendering 400 frames a second. The visual quality may decline as a result also because some frames could be skipped as a result of excess rendering so the interpolation between the first frame and the next frame displayed could be off resulting in 'tearing' or jerkiness.
{http://www.neoseeker.com/Hardware/faqs/kb/10,42.html}
{http://www.neoseeker.com/Hardware/faqs/kb/10,42.html}

Bottom line set maxfps equal to your monitors MAX refreshrate (hz). Set vsync On for less screen tears.
Comment