X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=jessie_start.sh;h=a7fd7466cbf8838c3669aa984d5d42d88733a9ff;hb=73fda78ea1bdb995045ac012b44771ac93f7d7f6;hp=2f3df6dd3e4e92dc737967f9b54abc15e369dcd2;hpb=7ab7123cbba7387cf13a47fa013a5d20d006ac44;p=config diff --git a/jessie_start.sh b/jessie_start.sh index 2f3df6d..a7fd746 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -93,9 +93,17 @@ 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