home · contact · privacy
Extend pentadactyl config file.
[config] / jessie_start.sh
index 2f3df6dd3e4e92dc737967f9b54abc15e369dcd2..781ef4314a21a85e9c781ea9f7038805ec35fe72 100755 (executable)
@@ -89,15 +89,28 @@ systemctl restart wicd
 echo 'HandleLidSwitch=hibernate' >> /etc/systemd/logind.conf
 
 # Set up sound.
-usermod -G audio plom
+usermod -aG audio plom
 apt-get -y install alsa-utils
 amixer -c 0 sset Master playback 100% unmute
 
-# Set up window system.
+# Set up window system and OpenGL.
 apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu
 
+# Set up OpenGL and hardware acceleration.
+apt-get -y install libgl1-mesa-dri
+apt-get -y install i965-va-driver
+usermod -aG video plom
+
+# Install xrandr.
+apt-get -y install x11-xserver-utils
+
 # Set up pentadactyl. 
 apt-get -y install xul-ext-pentadactyl
+apt-get -y install vim-gtk
+su plom -c 'mkdir -p /home/plom/downloads/'
+
+# Set up openssh-client.
+apt-get -y install openssh-client
 
 # Clean up.
 rm jessie_start.sh