Skip to content
Snippets Groups Projects
Commit 971436c6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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".
parent 8dbab712
No related branches found
No related tags found
No related merge requests found
...@@ -67,32 +67,7 @@ (define (xserver.conf) ...@@ -67,32 +67,7 @@ (define (xserver.conf)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment