cleanup xorg-verbose.conf template
This commit is contained in:
parent
218007ea77
commit
477bcc136b
6406
Manual.html
6406
Manual.html
File diff suppressed because it is too large
Load Diff
@ -2017,23 +2017,14 @@ EndSection
|
|||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "nvidia"
|
Identifier "nvidia"
|
||||||
Driver "nvidia"
|
Driver "nvidia"
|
||||||
Option "NoLogo" "true"
|
|
||||||
Option "DynamicTwinView" "true"
|
Option "DynamicTwinView" "true"
|
||||||
Option "NoFlip" "false"
|
Option "NoFlip" "false"
|
||||||
# Option "FlatPanelProperties" "Scaling = Native"
|
|
||||||
# Option "ModeValidation" "NoVesaModes, NoXServerModes"
|
|
||||||
# Option "ModeDebug" "true"
|
|
||||||
# Option "HWCursor" "false"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "screen"
|
Identifier "screen"
|
||||||
Device "nvidia"
|
Device "nvidia"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
|
||||||
Option "Composite" "false"
|
|
||||||
EndSection
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
#+BEGIN_SRC conf :tangle roles/yavdr-xorg/templates/xorg.conf.j2
|
#+BEGIN_SRC conf :tangle roles/yavdr-xorg/templates/xorg.conf.j2
|
||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
|
@ -1,20 +1,11 @@
|
|||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "nvidia"
|
Identifier "nvidia"
|
||||||
Driver "nvidia"
|
Driver "nvidia"
|
||||||
Option "NoLogo" "true"
|
|
||||||
Option "DynamicTwinView" "true"
|
Option "DynamicTwinView" "true"
|
||||||
Option "NoFlip" "false"
|
Option "NoFlip" "false"
|
||||||
# Option "FlatPanelProperties" "Scaling = Native"
|
|
||||||
# Option "ModeValidation" "NoVesaModes, NoXServerModes"
|
|
||||||
# Option "ModeDebug" "true"
|
|
||||||
# Option "HWCursor" "false"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "screen"
|
Identifier "screen"
|
||||||
Device "nvidia"
|
Device "nvidia"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Extensions"
|
|
||||||
Option "Composite" "false"
|
|
||||||
EndSection
|
|
||||||
|
Loading…
Reference in New Issue
Block a user