You are not logged in.

#1 2018-07-01 10:10:08

zsx
Member
Registered: 2018-05-10
Posts: 29

[ Wiki ] Xorg. Broken redirection.

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

#2 2018-07-01 20:55:15

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,394

Re: [ Wiki ] Xorg. Broken redirection.

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 to complicated ?
Try clean chroot manager by graysky

Offline

#3 2018-07-01 23:13:00

zsx
Member
Registered: 2018-05-10
Posts: 29

Re: [ Wiki ] Xorg. Broken redirection.

There is a link to the post from 2014-08-12 19:43:51. But already a lot of time has passed...

Offline

Board footer

Powered by FluxBB