Before upgrade xorg-server to 1.20. I can start dtlogin both using -daemon and -nodaemon argument.
After upgrade xorg-server to 1.20. I can still start dtlogin with -nodaemon argument and no argument at all.
But when I trying to start dtlogin with -daemon argument. dtlogin just keep throwing
The X-server can not be started on display :0...
Try looking at /var/dt/Xerrors and see if there is a clue in there...
On 7/29/20 10:22 AM, Tseng Wynn wrote:
--
Jon Trulson
"Entropy. It isn't what it used to be."
-- Sheldon
Related
Tickets:
#88OK. Found the problem. Since Xorg 1.20.
Only console users are allowed to run the X server.So... what user does dtlogin use to start the X server?
Anyway the temporarily solution is add
allowed_users=anybodyto/usr/local/etc/X11/Xwrapper.config. After that I can start dtlogin with-daemonargument.