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

From fit-PC wiki
Jump to: navigation, search
(Created page with "== Supported devices == * This guide is valid for fit-PC3, fit-PC3i, fit-PC4 == Prepare installation media == * A USB DVD-ROM drive or a USB Flash drive of at least 2GB shoul...")   (change visibility)
 
(See also)   (change visibility)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Supported devices ==
 
== Supported devices ==
* This guide is valid for fit-PC3, fit-PC3i, fit-PC4
+
* This guide is valid for fit-PC3, fit-PC3i, fit-PC4, fitlet-H/T
  
 
== Prepare installation media ==
 
== Prepare installation media ==
 
* A USB DVD-ROM drive or a USB Flash drive of at least 2GB should be used as installation media
 
* A USB DVD-ROM drive or a USB Flash drive of at least 2GB should be used as installation media
* Download [http://www.linuxmint.com/edition.php?id=217 Linux Mint 18 "Sarah" - Cinnamon (64-bit)"]
+
* Download latest Linux Mint release [http://www.linuxmint.com/download.php http://www.linuxmint.com/download.php]
 
* For installation with a USB DVD-ROM - flash the downloaded image directly onto a DVD
 
* For installation with a USB DVD-ROM - flash the downloaded image directly onto a DVD
 
* For installation with a USB Flash drive, please follow [http://community.linuxmint.com/tutorial/view/744 How to install Linux Mint via USB] tutorial
 
* For installation with a USB Flash drive, please follow [http://community.linuxmint.com/tutorial/view/744 How to install Linux Mint via USB] tutorial
 
  
 
== 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 ==
Line 26: Line 24:
 
* [[Kodi and VLC]]
 
* [[Kodi and VLC]]
 
* [[AHCI Link Power Management]]
 
* [[AHCI Link Power Management]]
 +
* [[Linux Mint: Watchdog configuration| Watchdog configuration]]
  
 
[[category:software]]
 
[[category:software]]

Latest revision as of 09:23, 20 June 2018

Supported devices

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

Prepare installation media

  • A USB DVD-ROM drive or a USB Flash drive of at least 2GB should be used as installation media
  • Download latest Linux Mint release http://www.linuxmint.com/download.php
  • For installation with a USB DVD-ROM - flash the downloaded image directly onto a DVD
  • For installation with a USB Flash drive, please follow How to install Linux Mint via USB tutorial

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