Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install and follow instructions for installing as a servic eon startup

sensors applet

Code Block
languagebash
themeEmacs
apt-get install sensors-applet


powertop

Code Block
languagebash
themeEmacs
apt-get install -y powertop

Steam

Code Block
languagebash
themeEmacs
apt-get install -y steam

Kodi

Code Block
languagebash
themeEmacs
apt-get install software-properties-common
add-apt-repository ppa:team-xbmc/ppa
apt-get update
apt-get install -y kodi

alsa-tools

Used for audio drivers

Code Block
languagebash
themeEmacs
apt-get install -y alsa-tools

pavucontrol

Code Block
languagebash
themeEmacs
apt-get install -y pavucontrol

Problems

Audio is a pain off the get-go when trying to output to hdmi. 

...

Code Block
languagebash
themeEmacs
speaker-test -t wav -c 2

Booting EFI

Hold the ALT key until rEFIt starts and choose the USB boot

On the linux boot up, choose "e" to edit, and at the end of the config, but just before "quiet", add "nomodeset" - If you don't do that, if will halt on boot

when in, install efibootmgr:

Code Block
languagebash
themeEmacs
apt install efibootmgr