Several small fixes in various files
- xrandr_facts.py: allow detecting Virtual[1..n] devices in VirtualBox 6.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
Section "Device"
|
||||
Identifier "nvidia"
|
||||
Driver "nvidia"
|
||||
|
||||
Reference in New Issue
Block a user