From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 22 Mar 2017 02:38:47 +0000 (+0100)
Subject: Ansible script – improve X config.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/decks/test.html?a=commitdiff_plain;h=8b04270cbc889cde49bbebdb25bbbbbfe5d66fea;p=config

Ansible script – improve X 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