Kodi: Difference between revisions
(Created page with "KODI IS LIFE === Ensure no tearing === * Get nvidia-settings working right ** Ensure 4k, 60 fps ** TO KILL TEARING YOU MUST FORCE FULL COMPOSITION, it should be a setting un...") |
No edit summary |
||
Line 7: | Line 7: | ||
** TO KILL TEARING YOU MUST FORCE FULL COMPOSITION, it should be a setting under Screen > Advanced | ** TO KILL TEARING YOU MUST FORCE FULL COMPOSITION, it should be a setting under Screen > Advanced | ||
=== | === Addons === | ||
=== Tricks and Tips === | === Tricks and Tips === | ||
=== Upgrade === | |||
* I had to first fully kill the old install (!) before the new would succeed: | |||
sudo apt remove --autoremove kodi kodi-data kodi-bin | |||
* Add official kodi ppa: | |||
sudo add-apt-repository ppa:team-xbmc/ppa | |||
* Install: | |||
sudo apt install kodi |
Revision as of 00:03, 14 April 2020
KODI IS LIFE
Ensure no tearing
- Get nvidia-settings working right
- Ensure 4k, 60 fps
- TO KILL TEARING YOU MUST FORCE FULL COMPOSITION, it should be a setting under Screen > Advanced
Addons
Tricks and Tips
Upgrade
- I had to first fully kill the old install (!) before the new would succeed:
sudo apt remove --autoremove kodi kodi-data kodi-bin
- Add official kodi ppa:
sudo add-apt-repository ppa:team-xbmc/ppa
- Install:
sudo apt install kodi