Add module for display resolution detection.
xorg_facts sets the variable xorg with display information parsed from xrandr's output
This commit is contained in:
22
roles/template-test/defaults/main.yml
Normal file
22
roles/template-test/defaults/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
foo:
|
||||
- bar
|
||||
- baz
|
||||
- spam
|
||||
|
||||
system:
|
||||
hardware:
|
||||
nvidia:
|
||||
detected: "1"
|
||||
busid: "000:2304:234"
|
||||
x11:
|
||||
dualhead:
|
||||
enabled: "0"
|
||||
display:
|
||||
0:
|
||||
mode:
|
||||
- "1920x1080_50"
|
||||
default: "nvidia-auto"
|
||||
|
||||
1:
|
||||
mode:
|
||||
- "1280x720_60"
|
||||
Reference in New Issue
Block a user