X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=jessie_start.sh;h=29529d586d78baa6e534f711e8a398f33ed3af6e;hb=1acab9749bfbf49b2ecaf86d21eeeb20d2301f80;hp=e4976a21ae9195db48b5abf95d90b25e2672978e;hpb=97fd5b5f867076b03f94032416254e6507966cda;p=config diff --git a/jessie_start.sh b/jessie_start.sh index e4976a2..29529d5 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -58,6 +58,8 @@ echo 'FONTSIZE="8x16"' >> /etc/default/console-setup echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen locale-gen echo 'export LC_ALL="en_US.UTF-8"' >> /etc/profile +sed -i 's/^XKBLAYOUT/XKBLAYOUT="de" # XKBLAYOUT/g' /etc/default/keyboard +service keyboard-setup restart # Clone git repository. apt-get -y install ca-certificates @@ -87,15 +89,25 @@ 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 -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