retroarch-standalone-service/README.md

19 lines
837 B
Markdown
Raw Normal View History

2014-11-05 21:24:29 +01:00
# kodi-standalone-service
A simple systemd service file to run kodi in standalone mode.
## Dependency List
2015-05-27 22:53:54 +02:00
* polkit
2014-11-05 21:24:29 +01:00
* systemd
* xorg-server with xorg-xinit
## Note
Most users no longer require `/etc/X11/Xwrapper.config` on the system since the created X server becomes the [controlling process](http://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardInput=) of the VT to which it is bound. Most users is not all users. There have been reports of some AMD users still requiring this file. As well, Xorg's native modesetting driver may also require this.
Again, try the service without it, but if it fails to start, create `/etc/X11/Xwrapper.config` and have it contain a single line:
```
needs_root_rights = yes
```
2015-01-01 19:33:28 +01:00
2014-11-05 21:24:29 +01:00
## Credit
Credit for the service given to the Arch Linux maintainers of the official kodi package.