From c9b2863e7e7331f381a587756a403cbb6b19e115 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 19 Dec 2015 15:34:50 +0100 Subject: doc: does not acquire the tty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/invoking.texinfo | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/info') diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index f0a51ec..008c883 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -37,7 +37,17 @@ which is Gates of Tartaros on @file{/dev/tty15} with the environment variable @env{TERM} set to @command{linux}. -Note that sleeping-getty works on VT:s, not TTY:s. -It cannot wait for a serial console to become, -active, only virtual terminals. +Note that @command{sleeping-getty} works on +VT:s, not TTY:s. It cannot wait for a serial +console to become, active, only virtual terminals. + +Also note, @command{sleeping-getty} does not acquire +the TTY. That would be a waste of CPU cycles. This +means, if naïvely used, that if you start your +computer, log in on @file{tty1}, and start @command{X}, +and have @command{startx} configured to start @command{X} +on the next available VT. @command{X} will start on +VT@tie{}2. This is probably not want you want. Instead +you should edit startx to ensure that a VT lower than +a preferred number (customarily 7) will not be used. -- cgit v1.2.3-70-g09d2