Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2020-02-08, 17:13)fritsch Wrote: Cool :-)

I admit defeat...
I don't understand why if I create a config like this /etc/X11/xorg.conf.d/20-intel-graphics.conf :
Quote:
Code:
  
Section "Device"
Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TripleBuffer" "true"
   Option      "TearFree"     "true"
   Option      "DRI"          "false"
EndSection

once I run kodi he leaves with the "GL_VENDOR = VMware, Inc."

do you have any ideas you'd like to suggest?

Xorg.0.log
Kodi.log

If instead I change to modesetting (in the driver section) then it works but I suffer so much from tearing
Quote:
Code:
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "modesetting"
   Option      "TripleBuffer" "true"
   Option      "TearFree"     "true"
   Option      "DRI"          "false"
EndSection


Xorg.0.log
Kodi.log
Sorry for grammatical errors, use an online translator
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - by Rumpelstiltskin - 2020-02-09, 11:52
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18