Archive:Linux FAQ

From Official Kodi Wiki
Jump to navigation Jump to search
Home icon grey.png   ▶ Linux
▶ FAQ
▶ Linux FAQ
Emblem-important-yellow.png NOTICE:
The Linux FAQ is going though a major overhaul and some things might be missing. For a copy of the old version see here.

Template:XBMC FAQ

Frequently Asked Questions for XBMC running under Linux-based operating systems.


General FAQ

See also: XBMC all platforms FAQ for FAQs that apply to all versions of XBMC.

Supported Linux distributions

  • Team XBMC provides precompiled binaries for Ubuntu from the Team XBMC PPA. In the future there will also be precompiled binaries for Debian and Steam OS.
  • Team XBMC recognizes OpenELEC versions of XBMC as "pretty damn awesome".
  • Generally speaking, as long as XBMC is compiled per recommended guidelines (see HOW-TO:Compile XBMC for Linux), those builds are considered "kosher".
  • XBMC builds that use external ffmpeg/libav are not supported and are strongly discouraged.

Supported hardware

For x86 hardware:

How to install or update XBMC for Linux

For an easy to use fresh installation of both XBMC and OS you can use XBMCbuntu. XBMCbuntu can be installed from a DVD or USB thumb drive.


Ubuntu

Team XBMC PPA


For other supported distros, see HOW-TO:Install XBMC for Linux

How to update XBMCbuntu

See: XBMCbuntu FAQ

XBMC for Linux version

The current stable version of XBMC for Linux is Kodi v21 Omega. This is the same code that all of the other platforms (Android, iOS, Mac, Windows, etc) are using.

What version/nightly build/beta of XBMC am I running?

XBMC main menu > System > Lower submenu > System info. Note the build date.

Programs and tools to help with XBMC

For a list of programs and tools to help with XBMC, such as renaming files, managing media, file sharing, and more, see Supplemental tools/Linux

How to autostart XBMC in desktop mode

Editor note: this needs filling out

What are the differences between Ubuntu + XBMC, XBMCbuntu, and OpenELEC?

Editor note: this needs filling out

Troubleshooting

Getting more help with XBMC for Linux

Userdata folder and logs

Editor note: this needs filling out

Audio issues

For most audio issues, including configuration examples, see Audio and Audio troubleshooting.

Video tearing on Nvidia GPUs

When XBMC is used with Nvidia hardware, tearing will occur when the X composite extension is used.
  • Solution 1: Enable "Unredirect Fullscreen Window" in Compiz Config Settings Manager. [1]
    1. Install CCSM (Compiz Config Settings Manager): sudo apt-get install compizconfig-settings-manager
    2. Open Compiz Config Settings Manager
    3. Check the option "Unredirect Fullscreen Window", which should be under the "Composite" section.


  • Solution 2: Disable the composite extension.
1. Add this to the end of /etc/X11/xorg.conf: (make a new file if xorg.conf doesn't exist)
Section "Extensions"
  Option "Composite" "Disable"
EndSection
2. Then log in with a gnome classic session (without the composite extension compiz doesn't work).
3. Also make sure to set Vertical blank sync to Always enabled in XBMC.


Why can't I update XBMC on Ubuntu 13.04, 13.10, or other release?

The precompiled binaries from the Team XBMC PPA only work with Ubuntu releases that are still getting support. When Ubuntu drops support for a version then our PPA stops making a binary for it. Simply update Ubuntu itself and then XBMC updates should work again. If you don't want to update Ubuntu that often then we recommend using a long term support (LTS) version of Ubuntu, such as 14.04, which will be supported until 2019.