unix:desktops:xfce:kodi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| unix:desktops:xfce:kodi [2025/01/17 18:31] – rodolico | unix:desktops:xfce:kodi [2025/01/18 01:21] (current) – rodolico | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| I wanted a minimal install of xfce4 on an old NUC so I could run [[https:// | I wanted a minimal install of xfce4 on an old NUC so I could run [[https:// | ||
| + | |||
| + | ===== Initial Install ===== | ||
| To do this, I did a [[unix: | To do this, I did a [[unix: | ||
| Line 9: | Line 11: | ||
| <code bash>apt install -y kodi x11vnc</ | <code bash>apt install -y kodi x11vnc</ | ||
| - | Now, edit / | + | ===== Set auto login ===== |
| + | Now, edit / | ||
| + | |||
| + | <code conf> | ||
| + | # default user, leave blank to not pre-load the username. | ||
| + | default_user | ||
| + | |||
| + | # Focus the password field on start when default_user is set | ||
| + | # Set to " | ||
| + | # | ||
| + | |||
| + | # Automatically login the default user (without entering | ||
| + | # the password. Set to " | ||
| + | auto_login | ||
| + | </ | ||
| + | |||
| + | ===== Remote VNC Connection ===== | ||
| + | |||
| + | If you want the ability to remotely log in to the desktop (not just kodi's web interface), x11vnc is a good package for that. **NOTE**: this will significantly affect video playback on lower end machines, but only while you are actually connected. | ||
| + | |||
| + | - Log into the user account kodi will be run as (the auto-login above, if you set that) | ||
| + | - Add a startup option | ||
| + | - Applications Menu | ||
| + | - Settings | Session and Startup | ||
| + | - Go to // | ||
| + | - Uncheck Screensaver, | ||
| + | - Click the Add button to add a new option | ||
| + | - Name: VNC Server | ||
| + | - Description: | ||
| + | - Command: x11vnc -rfbport 5900 -display :0 -forever | ||
| + | - Trigger: on login (default) | ||
| + | - Click Ok | ||
| + | - restart the computer (to test) | ||
| + | - Make a vnc connection to the server on port 5900, ie <code bash>/ | ||
| + | |||
| + | **Name** and **Description** can be whatever you want; I just put in some decent defaults. | ||
| + | |||
| + | You should connect to the server and see the UI. Again, **Caution**, | ||
| + | |||
| + | ===== Autostart Kodi ===== | ||
| + | |||
| + | Autostarting kodi can be accomplished the same was as the x11vnc above. Just change the command to **kodi** | ||
| + | |||
| + | ===== Importing configuration ===== | ||
| + | |||
| + | See [[software: | ||
| + | |||
| + | ===== Screen Resolution ===== | ||
| + | |||
| + | If your output device is an older TV, there may be problems with screen resolution. Not just when in kodi, but when in the UI itself. Fixing this is a black art, but I have put some notes (not solutions) in [[unix: | ||
| + | |||
| + | ===== Expansion ===== | ||
| + | |||
| + | The only reason not to use [[https:// | ||
| + | |||
| + | I first installed a couple of web browsers. While Firefox seamlessly integrates with Linux, Chromium offers an alternative. I then created //URL Links// on my Desktop for the sites I frequented, allowing me to use the Minix Neo remote I integrated with Kodi. Turns out, the pointer works acceptably to start one of the links, and several of the keys work with the video playback, so I was happy. | ||
| + | |||
unix/desktops/xfce/kodi.1737160318.txt.gz · Last modified: 2025/01/17 18:31 by rodolico
