summaryrefslogtreecommitdiff
path: root/kodi-gbm/README.md
blob: 963ff526ae48a6a371d29e6023e63ea9851c4947 (plain)
    1 contrib/kodi-gbm README.md
    2 ==========================
    3 
    4 ## General
    5 
    6 This is a stand-alone port that will run from a vt to spawn a gbm buffer!
    7 No need to install either a Wayland/X11 desktop.
    8 
    9 You can't have `contrib/kodi-{,wayland}` and `contrib/kodi-gbm` installed at the same
   10 time. You need to choose between one of them!
   11 
   12 After installing, just run `/usr/bin/kodi` from a pty.
   13 
   14 ## Allow shutdown/suspend/hibernate
   15 
   16 In order to allow Kodi to shutdown/suspend/hibernate the machine,
   17 install dbus, polkit, consolekit, and upower.
   18 
   19 Launch kodi like so:
   20 ```sh
   21 ck-launch-session kodi
   22 ```

Generated by cgit