yavdr-ansible/roles/yavdr-xorg/templates/xorg-verbose.conf.j2

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