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

From fit-PC wiki
Jump to: navigation, search
(Prepare installation media)   (change visibility)
(Intel open-source graphics drivers)   (change visibility)
Line 15: Line 15:
  
 
== Intel open-source graphics drivers ==
 
== Intel open-source graphics drivers ==
  sudo apt-get update
+
  sudo apt update
  sudo apt-get install i965-va-driver gstreamer1.0-vaapi vainfo libva-glx1 libva-tpi1 libva-egl1
+
  sudo apt install i965-va-driver gstreamer1.0-vaapi vainfo libva-glx1 libva-tpi1 libva-egl1
  
 
== See also ==
 
== See also ==

Revision as of 07:31, 7 May 2017

Supported devices

  • This guide is valid for Intense PC, IPC2, uSVR

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.


Intel open-source graphics drivers

sudo apt update
sudo apt install i965-va-driver gstreamer1.0-vaapi vainfo libva-glx1 libva-tpi1 libva-egl1

See also