mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-13 06:00:47 +02:00
Use /var/X11R6/bin/Xbackend as default back-end server.
This commit is contained in:
parent
4e5380077b
commit
5a38f35d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ static char xbeAuthBuf[256];
|
|||
static char *xbeAuthTempl = "/tmp/.Xdmx-auth-XXXXXX";
|
||||
static char *xbeAuth = NULL;
|
||||
|
||||
static char *xbeProgs[] = { "/usr/bin/Xfake", "/usr/X11R6/bin/Xfake" };
|
||||
static char *xbeProgs[] = { "/var/X11R6/bin/Xbackend", "/usr/bin/X" };
|
||||
static char *xbeProg = NULL;
|
||||
|
||||
static char xbeDisplayBuf[256];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue