https://wiki.archlinux.org/title/Gaming
See Steam
some tweaks: https://github.com/lutris/docs/blob/master/README.md
Option 1, disable it system wide
#cat > /etc/drirc << EOF
<driconf>
<device>
<application name="Default">
<option name="vblank_mode" value="0" />
</application>
</device>
</driconf>
EOFOption 2, disable it for user
cat > /$HOME/.drirc << EOF
<driconf>
<device>
<application name="Default">
<option name="vblank_mode" value="0" />
</application>
</device>
</driconf>
EOFthere is a bare bones in development utility called
adriconf that can toggle a lot of features
Enable offloading GL driver work to a separate thread
Last modified: Sun Apr 6 20:57:04 2025