home · contact · privacy
Add OpenGL / hardware acceleration to post-install config script.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 1 Jun 2015 02:30:04 +0000 (04:30 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 1 Jun 2015 02:30:04 +0000 (04:30 +0200)
jessie_start.sh

index e0c3825650abf73b83b31c9f0f8df191ad66df04..16d45056c7f132a268220294fa4cf4551e31e0d9 100755 (executable)
@@ -93,8 +93,15 @@ usermod -G audio plom
 apt-get -y install alsa-utils
 amixer -c 0 sset Master playback 100% unmute
 
-# Set up window system.
-apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu x11-xserver-utils
+# 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 libgl1-mesa-dri
+apt-get -y i965-va-driver
+
+# Install xrandr.
+apt-get -y install x11-xserver-utils
 
 # Set up pentadactyl. 
 apt-get -y install xul-ext-pentadactyl