services: xorg: Remove optional sections from xorg.conf.
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Remove sections "Monitor", "InputClass", "ServerLayout", "Device", and "Screen".
This commit is contained in:
parent
8dbab7125a
commit
971436c6bd
|
@ -67,32 +67,7 @@ EndSection
|
||||||
Section \"ServerFlags\"
|
Section \"ServerFlags\"
|
||||||
Option \"AllowMouseOpenFail\" \"on""
|
Option \"AllowMouseOpenFail\" \"on""
|
||||||
EndSection
|
EndSection
|
||||||
|
"))
|
||||||
Section \"Monitor\"
|
|
||||||
Identifier \"Monitor[0]\"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section \"InputClass\"
|
|
||||||
Identifier \"Generic keyboard\"
|
|
||||||
MatchIsKeyboard \"on\"
|
|
||||||
Option \"XkbRules\" \"base\"
|
|
||||||
Option \"XkbModel\" \"pc104\"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section \"ServerLayout\"
|
|
||||||
Identifier \"Layout\"
|
|
||||||
Screen \"Screen-vesa\"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section \"Device\"
|
|
||||||
Identifier \"Device-vesa\"
|
|
||||||
Driver \"vesa\"
|
|
||||||
EndSection
|
|
||||||
|
|
||||||
Section \"Screen\"
|
|
||||||
Identifier \"Screen-vesa\"
|
|
||||||
Device \"Device-vesa\"
|
|
||||||
EndSection"))
|
|
||||||
|
|
||||||
(mlet %store-monad ((config (xserver.conf)))
|
(mlet %store-monad ((config (xserver.conf)))
|
||||||
(define script
|
(define script
|
||||||
|
|
Loading…
Reference in New Issue