Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: sm8ps on April 30, 2015, 01:41:40 PM

Title: Accessing TTY from GUI desktop
Post by: sm8ps on April 30, 2015, 01:41:40 PM
When the graphical desktop is launched via standard '~/.xinitrc' in the console, there is no way to switch to a usable console (TTY) anymore. Although Ctrl+Alt+F1 does switch to TTY1, that one is blocked by the status messages of the X server. Ctrl+Alt+F2 brings one to the X desktop, Ctrl+Alt+F{3..12} to a blinking cursor.

What does work is to "interrupt" the X server in TTY1 by Ctrl+Z; it does keep working without a hick-up. Though, that does not seem ideal and my question is also due to curiosity:
How can I increase the number of active TTY on dCore-Trusty? dCore seems to not use runlevels like Ubuntu does, so I do not have a clue about where to start trying.

Thanks for any pointers or explanations!
Title: Re: Accessing TTY from GUI desktop
Post by: Jason W on April 30, 2015, 01:50:36 PM
It is the multivt boot code to give more vts.
Title: Re: Accessing TTY from GUI desktop
Post by: sm8ps on May 01, 2015, 01:04:07 AM
Great, thanks!