Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
#49
Yep, it was definitely sna that caused it. I switched to uxa and without vsync still had a high fps but with vsync always on the interface fps now is stable at 50fps.

For those who experience this problem too, the switch works as follows:

Create the file 20-intel.conf under /etc/X11/xorg.conf.d/ (it could be you have to create the directory if you don't have any other custom xorg rules).

The content of the file:

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection


Fritsch, do I need to create a bug report for this somewhere?


Messages In This Thread
RE: vaapi-vpp: Deinterlacing Testing - by Frank-NL - 2013-05-31, 14:16
EDID / HDMI Handshake workaround - by Ney - 2014-10-29, 13:58
Thank you! - by Sta11ion - 2015-01-02, 01:51
Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416