Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Glossary:Vertical sync (Vsync)"

From PCGamingWiki, the wiki about fixing PC games
(→‎So what's the best option?: mentioned frame limiting as a compromise between latency and tear-free)
(→‎So what's the best option?: added video transcript for tired people)
Line 33: Line 33:
 
There is none and results will vary between different games, systems and people. If you're bothered by tearing or want the best visual quality, enable Vsync. If you're bothered by input lag or have performance problems, try [[#Double buffering vs. Triple buffering|Triple buffering]] for reduced input lag or completely disable Vsync for no input lag. If you're playing first-person shooters competitively, always disable.
 
There is none and results will vary between different games, systems and people. If you're bothered by tearing or want the best visual quality, enable Vsync. If you're bothered by input lag or have performance problems, try [[#Double buffering vs. Triple buffering|Triple buffering]] for reduced input lag or completely disable Vsync for no input lag. If you're playing first-person shooters competitively, always disable.
  
[[Glossary:Frame rate (FPS)#Frame rate capping|Frame limiting]] can also be used as a way more cheap and responsive (for as much as imperfect) "tearing solution"<ref>[https://www.youtube.com/watch?v=rs0PYCpBJjc&t=272 FPS Limiter Lag Analysis For G-Sync & V-Sync - YouTube]</ref>
+
[[Glossary:Frame rate (FPS)#Frame rate capping|Frame limiting]] can also be used as a way more cheap and responsive (for as much as imperfect) "tearing solution"<ref>{{Refsnip|url=https://www.youtube.com/watch?v=rs0PYCpBJjc&t=272|title=FPS Limiter Lag Analysis For G-Sync & V-Sync - YouTube|date=2018-09-15|snippet=But what if you don't have such a [G-Sync] monitor, and the only way you can get rid of tearing is by using V-Sync, which does add quite a bit of extra delay, especially at 60Hz? Some people claim that by simply limiting your framerate to 1 or 2 frames less than the active display refresh rate, you can eliminate the extra delay caused by double-buffer V-sync. <br> [...] This did, in fact, decrease the delay that you get with V-sync, even though it does not get as low as when you have V-Sync disabled. So, with this method, you get less delay when using V-Sync, while tearing is still avoided. But sadly, there is a drawback in the form of a periodic stutter, caused by the game's framerate being lower than the display refresh rate. How noticeable this effect is depends on your display refresh rate, your PC's ability to maintain this exact framerate, and the pace of the game.}}</ref>
  
 
Note that Vsync should not be used only as an FPS limit. If you only want to limit FPS drawn, for example to minimize heat and fan noise, but are not bothered by tearing and don't want to risk input lag, simply [[Glossary:Frame rate (FPS)#Frame rate capping|limit your FPS]] to that of your monitor's refresh rate or close to it. An FPS limit is often an option available as an in-game console command or similar.
 
Note that Vsync should not be used only as an FPS limit. If you only want to limit FPS drawn, for example to minimize heat and fan noise, but are not bothered by tearing and don't want to risk input lag, simply [[Glossary:Frame rate (FPS)#Frame rate capping|limit your FPS]] to that of your monitor's refresh rate or close to it. An FPS limit is often an option available as an in-game console command or similar.

Revision as of 22:26, 16 September 2018

For a list of games, see List of games that support vertical sync (Vsync).


Vertical synchronization is an option used to prevent screen tearing. Screen tearing is a graphical glitch which is perceived as straight horizontal lines across the monitor or as if the whole picture is stitched together by two or more separate pictures. This problem exists because the monitor and the graphics adapter normally works independently, so new frames may not be fully drawn when the monitor display them. Vsync makes the graphics adapter wait for the monitor to signal it's ready for the next frame to ensure all displayed frames are always fully drawn. This has the positive side effect of limiting the amount of frames per second the computer has to draw to the monitor refresh rate (the amount of frames per second the monitor is able to display) which saves resources. Unfortunately Vsync can also increase input lag.

Resources

Properties

Benefits

  • Eliminates tearing by waiting for the monitor to signal it's ready for the next frame.
  • Lower power consumption (and therefore heat and noise) by limiting FPS to what the monitor is able to display.

Disadvantages

  • Introduces extra input lag. Commonly experienced as "mouse lag". The higher the monitor's refresh rate, the less input lag there will be.
  • May decrease performance if FPS falls below the monitor refresh rate.

Limitations

  • Only available in fullscreen exclusive mode (a borderless fullscreen window does not qualify).
  • Not to be used when benchmarking since the FPS will be capped at the monitors refresh rate.

Double buffering vs. Triple buffering

Nvidia's Fast Sync is an implementation for DirectX applications of the "older" way of doing triple buffering, where the oldest buffer would always be overwritten.[1]
  • With double buffering, the GPU waits for the most recently rendered frame to get displayed before beginning work on the next frame. With triple buffering, the GPU starts working on the next frame after that in the third buffer and if that new frame completes first, that frame gets displayed next and the other frame in between gets discarded.
    • The implementation of triple buffering differs; most modern DirectX games implementing the option as a sequential frame queue.[1] Nvidia owners can use Fast Sync to achieve "old school" triple buffering.
  • Double buffering yields the most consistent frame rate while triple buffering can be slightly more responsive.

So what's the best option?

There is none and results will vary between different games, systems and people. If you're bothered by tearing or want the best visual quality, enable Vsync. If you're bothered by input lag or have performance problems, try Triple buffering for reduced input lag or completely disable Vsync for no input lag. If you're playing first-person shooters competitively, always disable.

Frame limiting can also be used as a way more cheap and responsive (for as much as imperfect) "tearing solution"[2]

Note that Vsync should not be used only as an FPS limit. If you only want to limit FPS drawn, for example to minimize heat and fan noise, but are not bothered by tearing and don't want to risk input lag, simply limit your FPS to that of your monitor's refresh rate or close to it. An FPS limit is often an option available as an in-game console command or similar.

Force vertical sync (Vsync)

Vendor agnostic solution

D3DOverrider (Windows, DirectX)
  1. Download and extract D3DOverrider
  2. Open D3DOverrider.exe.
  3. Create a custom profile for your game.
  4. Make sure "Force triple buffering" and "Force VSync" are both enabled.
Strangle (Linux, OpenGL/Vulkan)
Also works for Wine
Only works with applications that use OpenGL
  1. Download or clone the Strangle and compile it according to instructions
  2. Use strangle <number> path/to/game command to run a game at desired framerate.

Notes

  • You can also use VSYNC=<0/1 or higher> before using the strangle command to enable the VSync instead of setting up the desired framerate. Higher than 1 will cause the software to set up a lower FPS by multiplying it by 1/<number you set in VSync>. So when it's set to 2 for example on a 120 Hz monitor, the software will run at 60 FPS, setting it to 4 will run the program at 30 FPS etc.
  • Not confirmed, but according to the Readme of the software, setting it to -1 will use the Adaptive VSync.
  • Can be also used on Steam via Set Launch Options.... Keep in mind that it won't work when Steam Overlay is enabled, unless it's placed at the end of LD_PRELOAD.

AMD

AMD only solution
  1. Download and install RadeonPro
  2. Open the program and "Add new profile"
  3. Select the corresponding game executable
  4. Locate the "Tweaks" tab to the right and set "Vsync control" to Always on
  5. In the same tab make sure "Triple Buffering" it's also ticked
  6. Right click on the just created profile on the left and press "Apply now"

Notes

If you have an on-screen FPS counter, you can hide it in the RadeonPro's general settings
If you have a low-spec PC, you had better set "Vsync control" to Dynamic
If you are bothered by input lag, changing "Flip Queue Size" to 1 under the advanced tab may help.

Nvidia

The Triple buffering option in Nvidia Control Panel and NVIDIA Profile Inspector only applies to OpenGL. Enable Fast Sync to get triple buffering in DirectX-based applications.[1]
Fast Sync requires a frame rate at least 2x above the refresh rate of the monitor to prevent micro-stuttering.[citation needed]
Nvidia Control Panel (Windows)
  1. Open the Nvidia Control Panel.
  2. Navigate to Manage 3D settings.
  3. Switch to the Program Settings tab and select or add the relevant application.
  4. Configure the following settings as desired:
    • For double buffered V-Sync in both DirectX and OpenGL, set Vertical sync to On.
    • For triple buffered V-Sync in DirectX applications, set Vertical sync to Fast Sync.
    • For triple buffered V-Sync in OpenGL games, set both Vertical sync and Triple buffering to On.
  5. Click on Apply to save the changes.
Nvidia Profile Inspector (Windows)
  1. Download and run Nvidia Profile Inspector.
  2. When the relevant application profile is selected, configure the following settings as desired:
    • For double buffered V-Sync in both DirectX and OpenGL, set Vertical sync to Force on.
    • For triple buffered V-Sync in DirectX applications, set Vertical sync to Fast Sync.
    • For triple buffered V-Sync in OpenGL games, set Vertical sync to Force on and Triple buffering to On.
  3. Click on Apply changes to save the changes.


References

  1. 1.0 1.1 1.2 AnandTech - Fast Sync & SLI Updates: Less Latency, Fewer GPUs - last accessed on 2018-09-01
    "It’s interesting to note that Fast Sync isn’t a wholly new idea, but rather a modern and more consistent take on an old idea: triple buffering. While in modern times triple buffering is just a 3-deep buffer that is run through as a sequential frame queue, in the days of yore some games and video cards handled triple buffering a bit differently. Rather than using the 3 buffers as a sequential queue, they would instead always overwrite the oldest buffer. This small change had a potentially significant impact on input lag, and if you’re familiar with old school triple buffering, then you know where this is going.

    With Fast Sync, NVIDIA has implemented old school triple buffering at the driver level, once again making it usable with modern cards. The purpose of implementing Fast Sync is to reduce input lag in modern games that can generate a frame rate higher than the refresh rate, with NVIDIA specifically targeting CS:GO and other graphically simple twitch games.
    "
  2. FPS Limiter Lag Analysis For G-Sync & V-Sync - YouTube - last accessed on 2018-09-15
    "But what if you don't have such a [G-Sync] monitor, and the only way you can get rid of tearing is by using V-Sync, which does add quite a bit of extra delay, especially at 60Hz? Some people claim that by simply limiting your framerate to 1 or 2 frames less than the active display refresh rate, you can eliminate the extra delay caused by double-buffer V-sync.
    [...] This did, in fact, decrease the delay that you get with V-sync, even though it does not get as low as when you have V-Sync disabled. So, with this method, you get less delay when using V-Sync, while tearing is still avoided. But sadly, there is a drawback in the form of a periodic stutter, caused by the game's framerate being lower than the display refresh rate. How noticeable this effect is depends on your display refresh rate, your PC's ability to maintain this exact framerate, and the pace of the game.
    "