home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43644c3
)
Fix OpenGL/NVidia config.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 26 Mar 2017 22:26:38 +0000
(
00:26
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 26 Mar 2017 22:26:38 +0000
(
00:26
+0200)
ansible/config.yml
patch
|
blob
|
history
diff --git
a/ansible/config.yml
b/ansible/config.yml
index 16b56518bf13921fcb3c97f72cd5aea1e379f8b2..ffec8f089007a8c0f253f887bb627966381a48ff 100644
(file)
--- a/
ansible/config.yml
+++ b/
ansible/config.yml
@@
-88,7
+88,11
@@
- xinit # contains startx
- libpam-systemd # needed to start X as non-root
- name: ensure 3d acceleration and optimus switch
+ apt: name={{item}} state=present
+ with_items:
+ - linux-headers-amd64 # necessary to build proper nvidia-driver module
- libgl1-mesa-dri # necessary for OpenGL 3D acceleration to work
+ - libglu1-mesa # necessary for OpenGL 3D acceleration to work
- bumblebee-nvidia
- primus
- name: ensure basic X tools