Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2018-07-22, 09:55)Rumpelstiltskin Wrote:
(2018-07-22, 09:41)wsnipex Wrote: for GBM: I've not been able to get it to work myself on my htpc yet. There is still a bug that seems to affect older intel cpus/gpus.
In theory you would just switch the Exec_start command of the systemd script to run /usr/bin/kodi --standalone directly instead of openbox
thanks @wsnipex 
I started to compiling out for the first time, can I ask if it's right?
Quote:git clone https://github.com/xbmc/xbmc kodi
cd $HOME/kodi
sudo make -C tools/depends/target/crossguid PREFIX=/usr/lib/x86_64-linux-gnu/
mkdir $HOME/kodi-build
cd $HOME/kodi-build
cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/lib/x86_64-linux-gnu/ -DCORE_PLATFORM_NAME=gbm
cmake --build . -- VERBOSE=1 -j4
 Why? There is a kodi-gbm package already available!

Code:
sudo apt-get install kodi-gbm

Now edit /etc/systemd/system/kodi.service and change the ExecStart to look like this:
Code:
ExecStart = /usr/bin/kodi-standalone
Now do:
sudo systemctl daemon-reload
sudo reboot


This works with kodi 18 ppa
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
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
RE: Intel VAAPI howto with Krypton v18 nightly based on Ubuntu 18.04 server - by fritsch - 2018-07-22, 10:03
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18