Kodi: Difference between revisions

From Bitpost wiki
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
KODI IS LIFE
KODI IS LIFE


=== Ensure no tearing ===
=== Addons ===
 
=== Tricks and Tips ===
 
==== Ensure no tearing ====


* Get nvidia-settings working right
* Get nvidia-settings working right
Line 7: Line 11:
** 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 ===
=== Install ===
 
=== Tricks and Tips ===
 
=== Install / Upgrade ===


* First you must remove any old install:
* First you must remove any old install:

Latest revision as of 21:02, 16 May 2021

KODI IS LIFE

Addons

Tricks and Tips

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

Install

  • First you must remove any old install:
sudo apt remove --autoremove kodi
sudo apt autoremove
  • Add official kodi ppa:
sudo add-apt-repository ppa:team-xbmc/ppa
  • Install:
sudo apt install kodi

Upgrade

sudo apt update && sudo apt upgrade # as usual, once you have added the ppa (see Install)