From 8b04270cbc889cde49bbebdb25bbbbbfe5d66fea Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 22 Mar 2017 03:38:47 +0100
Subject: [PATCH] =?utf8?q?Ansible=20script=20=E2=80=93=20improve=20X=20con?=
 =?utf8?q?fig.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 ansible/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 
-- 
2.30.2