From 594340bc79586f6880231b52fc94d100309fec45 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 11 Nov 2014 21:41:42 +0100 Subject: 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. --- gnu/services/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 39e76febeb..e3506bf8bf 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -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" -- cgit v1.2.3