X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=ecfbbff301ec5c32ba946e916dd7c28ea3cedd2d;hb=13457535ed469152b698648088a7685931a5ba6e;hp=fc39eb1e770cb3ed5ff0f77063cf6a586f2f96b1;hpb=06c1eb9d99218cb9ad8b344259fa1152679f6136;p=config diff --git a/ansible/config.yml b/ansible/config.yml index fc39eb1..ecfbbff 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -75,9 +75,15 @@ 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 openGL and 3D accelleration + apt: name={{item}} state=present + with_items: + - libgl1-mesa-dri # necessary for OpenGL 3D acceleration to work + - bumblebee-nvidia + - primus - name: ensure basic X tools apt: name={{item}} state=present with_items: