X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=ecfbbff301ec5c32ba946e916dd7c28ea3cedd2d;hb=13457535ed469152b698648088a7685931a5ba6e;hp=4b388ff6136dc232efc7f90736a4c58304fe04e9;hpb=8b04270cbc889cde49bbebdb25bbbbbfe5d66fea;p=config diff --git a/ansible/config.yml b/ansible/config.yml index 4b388ff..ecfbbff 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -78,10 +78,15 @@ - 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 + - 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: - xterm - x11-xserver-utils # includes xrdb which applies .Xresources files - redshift