iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
276 stars 23 forks source link

Freesync support #14

Closed axeldavy closed 5 years ago

axeldavy commented 5 years ago

Moving this bug there: https://github.com/iXit/Mesa-3D/issues/286

There is need to set a property similar to what we did for _NET_WM_BYPASS_COMPOSITOR. See the mesa glx to see what to do.

mkaito commented 5 years ago

Hi!

Once this #17 is in a release, we should export _VARIABLE_REFRESH=1 to enable freesync, correct?

dhewg commented 5 years ago

No, its not an env var. It will work automagically if your X11 is set up for VRR (which is `Option "VariableRefresh" "on"`` for amdgpu atm)