~ruther/guix-local

594340bc79586f6880231b52fc94d100309fec45 — Ludovic Courtès 11 years ago 380f2ab
services: xorg: Don't pass "-ac" to X.

This had pretty much no effects given "-nolisten tcp".

* gnu/services/xorg.scm (xorg-start-command): Remove "-ac" option.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/xorg.scm
M gnu/services/xorg.scm => gnu/services/xorg.scm +1 -1
@@ 118,7 118,7 @@ EndSection

          (apply execl (string-append #$xorg-server "/bin/X")
                 (string-append #$xorg-server "/bin/X") ;argv[0]
                 "-ac" "-logverbose" "-verbose"
                 "-logverbose" "-verbose"
                 "-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb")
                 "-config" #$config
                 "-nolisten" "tcp" "-terminate"