You are not logged in.

#1 2014-02-05 17:34:03

holahola
Member
Registered: 2014-02-05
Posts: 11

[SOLVED] X.org hide output when starting (auto start X on tty login)?

Hello.
How can I hide Xorg output log when system starting up? I'm using auto-login to tty + auto-starting X scripts. No login manager installed.
I'm trying to make a silent boot setup.

Last edited by holahola (2014-02-05 17:56:53)

Offline

#2 2014-02-05 17:45:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

Redirect it to a log or /dev/null.

Offline

#3 2014-02-05 17:50:18

holahola
Member
Registered: 2014-02-05
Posts: 11

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

.zprofile contents:
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx

adding: >> /dev/null after exec startx did not change anything.

Offline

#4 2014-02-05 17:51:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

See the 'Tips and tricks' section: https://wiki.archlinux.org/index.php/Start_X_at_Login

Offline

#5 2014-02-05 17:53:26

holahola
Member
Registered: 2014-02-05
Posts: 11

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

thanks, delete thread please.

Offline

#6 2014-02-05 17:54:36

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

No need to delete it. If you solved your problem, mark the thread as solved: https://bbs.archlinux.org/viewtopic.php?id=130309


BTW, have you read https://wiki.archlinux.org/index.php/Silent_boot ?

Offline

#7 2014-02-05 17:55:41

holahola
Member
Registered: 2014-02-05
Posts: 11

Re: [SOLVED] X.org hide output when starting (auto start X on tty login)?

karol wrote:

No need to delete it. If you solved your problem, mark the thread as solved: https://bbs.archlinux.org/viewtopic.php?id=130309


BTW, have you read https://wiki.archlinux.org/index.php/Silent_boot ?

thanks

Last edited by holahola (2014-02-05 17:56:24)

Offline

Board footer

Powered by FluxBB