summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-09 23:55:33 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-10 00:35:27 +0200
commit971436c6bdbeb68cbcc89437cb30b3be61ccae7a (patch)
tree629edd7cd58d337b760477888fa505dce5e0c52d /gnu
parent8dbab7125a86481531fa0d92e9166c8475ddc8ac (diff)
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".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/xorg.scm27
1 files changed, 1 insertions, 26 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 96bbdd7d1e4..c82f4a6aaef 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -67,32 +67,7 @@ EndSection
67Section \"ServerFlags\" 67Section \"ServerFlags\"
68 Option \"AllowMouseOpenFail\" \"on"" 68 Option \"AllowMouseOpenFail\" \"on""
69EndSection 69EndSection
70 70"))
71Section \"Monitor\"
72 Identifier \"Monitor[0]\"
73EndSection
74
75Section \"InputClass\"
76 Identifier \"Generic keyboard\"
77 MatchIsKeyboard \"on\"
78 Option \"XkbRules\" \"base\"
79 Option \"XkbModel\" \"pc104\"
80EndSection
81
82Section \"ServerLayout\"
83 Identifier \"Layout\"
84 Screen \"Screen-vesa\"
85EndSection
86
87Section \"Device\"
88 Identifier \"Device-vesa\"
89 Driver \"vesa\"
90EndSection
91
92Section \"Screen\"
93 Identifier \"Screen-vesa\"
94 Device \"Device-vesa\"
95EndSection"))
96 71
97 (mlet %store-monad ((config (xserver.conf))) 72 (mlet %store-monad ((config (xserver.conf)))
98 (define script 73 (define script