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

From fit-PC wiki
Jump to: navigation, search
(See also)   (change visibility)
(I3M)   (change visibility)
Line 13: Line 13:
 
  sudo apt-get update
 
  sudo apt-get update
 
  sudo apt-get install i965-va-driver vainfo nvidia-361 vdpauinfo mesa-vdpau-drivers vdpau-va-driver --install-recommends
 
  sudo apt-get install i965-va-driver vainfo nvidia-361 vdpauinfo mesa-vdpau-drivers vdpau-va-driver --install-recommends
 
== I3M ==
 
* The integrated interactive information monitor (I3M) is a GUI system integrated in the front panel of Airtop
 
* You need to install the [http://www.fit-pc2.com/download/airtop/Linux/mint/18/airtop-fpsvc_1.0-1_systemd.deb airtop-fpsvc] service that provides system information to the front panel
 
* Please note, the package adds "acpi_enforce_resources=lax" string to the kernel boot line, and the Airtop must be rebooted after installation
 
* Now you can navigate through menus between multiple screens of the I3M that display system information, temperatures, power consumption and notifications
 
  
 
== See also ==
 
== See also ==

Revision as of 13:50, 28 July 2016

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 & Nvidia graphics drivers

sudo apt-get update
sudo apt-get install i965-va-driver vainfo nvidia-361 vdpauinfo mesa-vdpau-drivers vdpau-va-driver --install-recommends

See also