mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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.
This commit is contained in:
parent
380f2ab6a4
commit
594340bc79
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ (define script
|
|||
|
||||
(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"
|
||||
|
|
Loading…
Reference in a new issue