yavdr-ansible/roles/yavdr-xorg/templates/xorg-verbose.conf.j2
Alexander Grothe 2559779de3 Several small fixes in various files
- xrandr_facts.py: allow detecting Virtual[1..n] devices in VirtualBox 6.0
2019-01-04 14:17:13 +01:00

14 lines
300 B
Django/Jinja

{{ ansible_managed | comment }}
Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "DynamicTwinView" "true"
Option "NoFlip" "false"
EndSection
Section "Screen"
Identifier "screen"
Device "nvidia"
EndSection