X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=4b388ff6136dc232efc7f90736a4c58304fe04e9;hb=8b04270cbc889cde49bbebdb25bbbbbfe5d66fea;hp=fc39eb1e770cb3ed5ff0f77063cf6a586f2f96b1;hpb=75f68a4dd7e4899369f70e60fbd4460527837b03;p=config diff --git a/ansible/config.yml b/ansible/config.yml index fc39eb1..4b388ff 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -75,12 +75,13 @@ apt: name={{item}} state=present with_items: - xserver-xorg-core - - xserver-xorg-input-evdev # supports lal input devices the kernel knows about + - xserver-xorg-input-evdev # supports all input devices the kernel knows about - xinit # contains startx - libpam-systemd # needed to start X as non-root - name: ensure basic X tools apt: name={{item}} state=present with_items: + - libgl1-mesa-dri # necessary for OpenGL 3D acceleration to work - xterm - x11-xserver-utils # includes xrdb which applies .Xresources files - redshift