add xorg autoconfiguration, install some config files for vdr, update nfs- and avahi configuration
This commit is contained in:
20
roles/yavdr-xorg/templates/xorg-verbose.conf.j2
Normal file
20
roles/yavdr-xorg/templates/xorg-verbose.conf.j2
Normal file
@@ -0,0 +1,20 @@
|
||||
Section "Device"
|
||||
Identifier "nvidia"
|
||||
Driver "nvidia"
|
||||
Option "NoLogo" "true"
|
||||
Option "DynamicTwinView" "true"
|
||||
Option "NoFlip" "false"
|
||||
# Option "FlatPanelProperties" "Scaling = Native"
|
||||
# Option "ModeValidation" "NoVesaModes, NoXServerModes"
|
||||
# Option "ModeDebug" "true"
|
||||
# Option "HWCursor" "false"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "screen"
|
||||
Device "nvidia"
|
||||
EndSection
|
||||
|
||||
Section "Extensions"
|
||||
Option "Composite" "false"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user