home · contact · privacy
Add 3D acceleration stuff to ansible script.
[config] / ansible / config.yml
index fc39eb1e770cb3ed5ff0f77063cf6a586f2f96b1..ecfbbff301ec5c32ba946e916dd7c28ea3cedd2d 100644 (file)
     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: