micia wrote:Basically adding the Option "AccelMethod" "sna" line to the section.
* Intel has vertical sync enabled by default, this typically slows down games a bit (even if it improves image quality), you can disable it adding to the device section a line like this:
- Code: Select all
Option "SwapbuffersWait" "false"
I suggest you to try SNA method first, if it is still slow, then try to disable vertical sync.
If SNA works well, you might want to:
* Enable the tear free option, you can do this by adding to the device section a line like this:
- Code: Select all
Option "TearFree" "true"
This only works with the SNA method and should improve very much video playback quality (especially if you play them using VAAPI with libva-intel-driver) and the desktop environment composite effects quality.
Hi,
just wanted to thank you for the tips.
