Ez működik (~/.bashrc végére): if tty | grep tty1 && ! pgrep Xorg; then startx && logout; fi vagy így jobb: if tty | grep -q tty1 && ! pgrep Xorg >/dev/null; then startx && logout; fi