home · contact · privacy
Expand default pentadactyl config.
[config] / jessie_start.sh
index 2f3df6dd3e4e92dc737967f9b54abc15e369dcd2..f99ac992b749c43480d301f3ac5a2eaf3fdedc4a 100755 (executable)
@@ -93,11 +93,21 @@ usermod -G 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 -G 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/'
 
 # Clean up.
 rm jessie_start.sh