home · contact · privacy
Add 3D acceleration for X200s to ansible tree.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 10 Sep 2017 22:30:40 +0000 (00:30 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 10 Sep 2017 22:30:40 +0000 (00:30 +0200)
ansible/config_new.yml
ansible/files/apt-mark_new/W530/3d_acceleration
ansible/files/apt-mark_new/minimal/3d_acceleration [new file with mode: 0644]

index 2273f1194e0ba4f0ddc735f9bfab32fcb38e8641..02af3153c449663083947e1cac853afe9b7f9b41 100644 (file)
   - name: ensure minimal X window environment
     apt: name={{item}} state=present
     with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/minimal_x | sed -e 's/ *#.*$//'
-  #- name: ensure 3d acceleration and optimus switch
+  - name: ensure 3d acceleration core
+    apt: name={{item}} state=present
+    with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/3d_acceleration | sed -e 's/ *#.*$//'
+  #- name: ensure further 3d acceleration and optimus switch
   #  apt: name={{item}} state=present
-  #  with_lines: cat ~/config/ansible/files/apt-mark/3d_acceleration | sed -e 's/ *#.*$//'
+  #  with_lines: cat ~/config/ansible/files/apt-mark_new/W530/3d_acceleration | sed -e 's/ *#.*$//'
   #- name: ensure user plom is in bumblebee group
   #  user: name=plom groups=bumblebee append=yes
   - name: ensure basic X tools
index 7d0ba5b22a1c07727e5ee01d1a3bb72af12ab37b..fe8a7a3628ba8654efb4f8a6aed06f9f5e886425 100644 (file)
@@ -1,5 +1,4 @@
 bumblebee-nvidia
 libgl1-mesa-dri  # tested as necessary for OpenGL 3D acceleration to work
-libglu1-mesa  # tested as necessary for OpenGL 3D acceleration to work
 linux-headers-amd64  # tested as necessary to build proper nvidia-driver module
 primus  # bridge by which bumblebee will deliver Nvidia-renderend content to Intel card
diff --git a/ansible/files/apt-mark_new/minimal/3d_acceleration b/ansible/files/apt-mark_new/minimal/3d_acceleration
new file mode 100644 (file)
index 0000000..9d025bb
--- /dev/null
@@ -0,0 +1 @@
+libglu1-mesa  # tested as necessary for OpenGL 3D acceleration to work