Difference between revisions of "AMD: Installing Linux Mint 18"

From fit-PC wiki
Jump to: navigation, search
(Supported devices)   (change visibility)
(Base installation of Linux Mint)   (change visibility)
Line 11: Line 11:
 
== Base installation of Linux Mint ==
 
== Base installation of Linux Mint ==
 
* Follow the standard Linux Mint installation procedure - choose timezone, partitions, username, password etc.
 
* Follow the standard Linux Mint installation procedure - choose timezone, partitions, username, password etc.
* Disconnect the installation media and reboot.
+
* Disconnect the installation media and reboot
* Login using previously selected username and password.
+
* Login using previously selected username and password
 
+
  
 
== Radeon open-source graphics drivers ==
 
== Radeon open-source graphics drivers ==

Revision as of 11:48, 31 July 2016

Supported devices

  • This guide is valid for fit-PC3, fit-PC3i, fit-PC4, fitlet-H/T

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

Radeon open-source graphics drivers

sudo apt-get update
sudo apt-get install vdpau-va-driver vdpauinfo mesa-vdpau-drivers libvdpau-va-gl1 xserver-xorg-video-amdgpu libdrm-amdgpu1
sudo cd /usr/lib/x86_64-linux-gnu/dri/
sudo ln -s vdpau_drv_video.so radeonsi_drv_video.so
sudo ln -s vdpau_drv_video.so r600_drv_video.so


See also