Difference between revisions of "Fitlet: Installing Linux Mint 17.2"

From fit-PC wiki
Jump to: navigation, search
(ATI Catalyst video driver)   (change visibility)
(XBMC and VLC)   (change visibility)
Line 16: Line 16:
 
* Note: system reboot is required after the installation of the fglrx driver.
 
* Note: system reboot is required after the installation of the fglrx driver.
  
== XBMC and VLC ==
+
== Kodi and VLC ==
* XBMC and VLC are well known free and open-source multimedia players
+
* Kodi (formerly known as XBMC) and VLC are well known free and open-source multimedia players
* Both of them use GPU accelerated video decoding and give exellent playback quality
+
* Both of them use GPU accelerated video decoding and give excellent playback quality
 
* Both of them compatible with the most popular video formats
 
* Both of them compatible with the most popular video formats
  sudo apt-get install xbmc vlc
+
sudo add-apt-repository ppa:team-xbmc/ppa
* XBMC will support GPU accelerated video decoding out of the box
+
sudo apt-get update
 +
  sudo apt-get install kodi vlc
 +
* Kodi will support GPU accelerated video decoding out of the box
 
* In VLC you need to check Tools->Preferences->Input and Codecs->Use GPU accelerated decoding checkbox to take advantage of GPU accelerated video decoding
 
* In VLC you need to check Tools->Preferences->Input and Codecs->Use GPU accelerated decoding checkbox to take advantage of GPU accelerated video decoding

Revision as of 12:45, 28 May 2015

Prepare installation media

Base installation of Linux Mint

  • Follow the standard Linux Mint installation procedure - choose timezone, partitions, username, password etc.
  • Disconnect the installation media and reboot.
  • Login using previously selected username and password.

ATI Catalyst video driver

  • fglrx is a proprietary ATI Catalyst video driver that provides XvBA (X-video Bitstream Acceleration) support.
  • Install fglrx driver and other required utilities with the command below:
sudo apt-get install fglrx-updates fglrx-amdcccle-updates xvba-va-driver vainfo
  • Note: system reboot is required after the installation of the fglrx driver.

Kodi and VLC

  • Kodi (formerly known as XBMC) and VLC are well known free and open-source multimedia players
  • Both of them use GPU accelerated video decoding and give excellent playback quality
  • Both of them compatible with the most popular video formats
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi vlc
  • Kodi will support GPU accelerated video decoding out of the box
  • In VLC you need to check Tools->Preferences->Input and Codecs->Use GPU accelerated decoding checkbox to take advantage of GPU accelerated video decoding