Several small fixes in various files

- xrandr_facts.py: allow detecting Virtual[1..n] devices in VirtualBox 6.0
This commit is contained in:
Alexander Grothe
2019-01-04 14:17:13 +01:00
parent 89c7254d43
commit 2559779de3
6 changed files with 13 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi
# * * dibusb # found in dibusb-common.c
# * * digitv # found in digitv.c
# * * megasky # found in m920x.c
# * * tvwalkerir-kbd-i2c rc-hauppauge /lib/udev/rc_keymaps/rc-hauppaugetwin # found in m920x.c
# * * tvwalkerir-kbd-i2c # found in m920x.c
# * * pinnacle310e # found in m920x.c
# * * haupp # found in nova-t-usb2.c
# * * opera1 # found in opera1.c

View File

@@ -131,8 +131,8 @@
- name: update xorg and xrandr variable with values from local facts if needed
set_fact:
xorg: '{{ ansible_local.xorg }}'
xrandr: '{{ ansible_local.xrandr }}'
xorg: '{{ ansible_local.xorg.xorg }}'
xrandr: '{{ ansible_local.xrandr.xrandr }}'
when:
- xrandr is undefined
- xorg is undefined

View File

@@ -1,3 +1,5 @@
{{ ansible_managed | comment }}
Section "Device"
Identifier "nvidia"
Driver "nvidia"