X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_start.sh;h=280c2df2af320ca3acbb63dd42e3305a0b1bba3f;hb=3ab07b2044472d9456e2ee9c60b91611768c4c61;hp=e0c3825650abf73b83b31c9f0f8df191ad66df04;hpb=6326b9f88d6e3de295eed9b06d50e918d57b5882;p=config diff --git a/jessie_start.sh b/jessie_start.sh index e0c3825..280c2df 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -89,12 +89,20 @@ 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. -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 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