Install i965-va-driver and i965-va-driver-shaders if Intel IGP is detected

This commit is contained in:
Alexander Grothe 2018-04-20 11:10:11 +02:00
parent 85fe14ffd2
commit 37df4f25bb
2 changed files with 18 additions and 0 deletions

View File

@ -1792,6 +1792,15 @@ first_run: False
- feh
#- yavdr-xorg
- name: apt | install packages for xorg
apt:
name: '{{ item }}'
state: present
with_items:
- i965-va-driver
- i965-va-driver-shaders
when: intel_detected
- name: download yavdr logo
block:
- file:

View File

@ -72,6 +72,15 @@
- feh
#- yavdr-xorg
- name: apt | install packages for xorg
apt:
name: '{{ item }}'
state: present
with_items:
- i965-va-driver
- i965-va-driver-shaders
when: intel_detected
- name: download yavdr logo
block:
- file: