Disable screen blanking by default via xorg configuration snippet

Further changes:
- add ppa:yavdr/experimental-kodi for KODI 18
- add set-kodi-display script to allow switching DISPLAY in dual
screen configuration (inkompatible with KODI 17)
This commit is contained in:
Alexander Grothe
2019-02-04 17:57:34 +01:00
parent 4a2f644bb3
commit 65e2ac1e5f
8 changed files with 238 additions and 7 deletions

View File

@@ -35,4 +35,9 @@
group: '{{ vdr.group }}'
mode: "0664"
force: no
# TODO: Add configuration files
- name: expand template for set-kodi-display
template:
src: 'templates/set-kodi-display.j2'
dest: '/usr/bin/set-kodi-display'
mode: "0755"