You are not logged in.
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
Redirect it to a log or /dev/null.
Offline
.zprofile contents:
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
adding: >> /dev/null after exec startx did not change anything.
Offline
See the 'Tips and tricks' section: https://wiki.archlinux.org/index.php/Start_X_at_Login
Offline
thanks, delete thread please.
Offline
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
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