You are not logged in.
Hello.
From https://wiki.archlinux.org/index.php/xo … edirection:
While user Xorg logs are stored in ~/.local/share/xorg/Xorg.log, they do not include the output from the X session. To re-enable redirection, start X with the -keeptty flag:
exec startx -- -keeptty > ~/.xorg.log 2>&1
But then you get a double flag -keeptty. Take a look in htop.
My suggestion:
To re-enable redirection, start X with:
exec startx > ~/.Xoutput.log 2>&1
Or am I wrong?
Offline
I think the keeptty paramater in the wiki example is needed to preserve the logind session with redirection ..
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
There is a link to the post from 2014-08-12 19:43:51. But already a lot of time has passed...
Offline