Allow Dual Screen Configurations for intel IGPs

improve xrandr_facts.py to match drm and xrandr outputs

TODO: use drm.edid_firmware kernel boot parameter to load EDID files
  on startup
This commit is contained in:
Alexander Grothe
2019-02-22 00:12:02 +01:00
parent c0dc185952
commit 08ed05594e
5 changed files with 966 additions and 593 deletions

View File

@@ -44,6 +44,12 @@
- '-w alsa-driver-broken'
# - '-a pulse' # do we need this with our existing asound.conf?
- name: vdr-config | use vaapi for softhddevice if we got an intel IGP
lineinfile:
path: /etc/vdr/conf.avail/softhddevice.conf
line: '-v va-pi'
state: present if intel_detected else absent
- name: add a login shell for the user vdr
user:
name: '{{ vdr.user }}'