AMD FreeSync LCD displays to be available in 2015
AMD's Richard Huddy shares word that the first LCD displays that will support FreeSync will sample next month with retail availability in early 2015. Multiple vendors are said to be incorporating the technology.
"Multiple" vendors are preparing displays based on the technology, though Huddy declined to name names. Interestingly, he suggested there's more excitement surrounding adaptive refresh mojo than there is for 4K resolutions. You'll certainly need a lot less graphics horsepower exploit the benefits of a dynamic refresh rate than you will to run games at 4K.
Huddy expects entry-level models to start at 24Hz, which is the most desirable update frequency for typical video. Higher-end implementations could scale up to 144Hz and beyond.
Similar to G-Sync, AMD FreeSync will get rid of screen tearing and tiny sync stuttering/pulsing. The protocol FreeSync / Adaptive Sync will be embedded into DisplayPort 1.2a and eDP (embedded Displayport), there is a catch though, manufacturers of monitors are free to decide wether or not to support the technology. At Computex there are supported monitors on display, AMD however will not reveal the manufacturers just yet. The Video Electronics Standards Association (VESA) already announced the addition of 'Adaptive-Sync' to its popular DisplayPort 1.2a video interface standard.
AMD FreeSync will be adopted by VESA - 04/08/2014 07:53 AM
As you guys know AMD announced a competitive and may I say very cheap solution to tackle Nvidia's Gsync recently, it goes under the name FreeSync. The problem thus far is that monitors need to suppor...
Nvidia responds to AMD FreeSync - 01/08/2014 01:33 PM
Well it was bound to happen sooner rather then later, but Nvidia spoke about AMD FreeSync. The interview is with Tom Petersen who spoke with the guys from techReport. So the credits and everything re...
Senior Member
Posts: 17904
Joined: 2012-05-18
Nvidia supports v-blank in openGL, I guess the same in dx, so theoretically if you connect this free-sync monitor it will auto use that v-blank automatically.
The __GL_SYNC_TO_VBLANK (boolean) environment variable can be used to control whether swaps are synchronized to a display device's vertical refresh.
Setting __GL_SYNC_TO_VBLANK=0 allows glXSwapBuffers to swap without waiting for vblank.
Setting __GL_SYNC_TO_VBLANK=1 forces glXSwapBuffers to synchronize with the vertical blanking period. This is the default behavior.
http://http.download.nvidia.com/XFree86/Linux-x86/325.15/README/openglenvvariables.html
And looks like its already enabled to be in sync with v-blank variable refresh rate by default.