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

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.
parent 380f2ab6
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ (define script ...@@ -118,7 +118,7 @@ (define script
(apply execl (string-append #$xorg-server "/bin/X") (apply execl (string-append #$xorg-server "/bin/X")
(string-append #$xorg-server "/bin/X") ;argv[0] (string-append #$xorg-server "/bin/X") ;argv[0]
"-ac" "-logverbose" "-verbose" "-logverbose" "-verbose"
"-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb") "-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb")
"-config" #$config "-config" #$config
"-nolisten" "tcp" "-terminate" "-nolisten" "tcp" "-terminate"
......
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