How to start a separate Getty terminal on boot in Fossapup?

Moderators: 666philb, Forum moderators

Post Reply
dxrobertson
Posts: 2
Joined: Mon Oct 12, 2020 12:00 am
Has thanked: 1 time

How to start a separate Getty terminal on boot in Fossapup?

Post by dxrobertson »

fossapup64 9.5 frugal install to harddrive.

Would like to start a separate getty (terminal) upon boot. Enter <ctrl><alt>F2 and have access to an additional terminal. I added an additional tty getty line to /etc/inittab:

Code: Select all

::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:plogin
tty2::respawn:getty 38400 tty2
tty3::respawn:getty 38400 tty3
::ctrlaltdel:/sbin/reboot
But <ctrl><alt>F2 does nothing. Actually <ctrl><alt>F1 does nothing as well; thought maybe it would show the terminal prior to X being started, but doesnt.

Something else I need to do?
williams2
Posts: 1026
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 291 times

Re: How to start a separate Getty terminal on boot in Fossapup?

Post by williams2 »

Edit /etc/X11/xorg.conf

Change:

Code: Select all

Option "DontVTSwitch" "true"
to:

Code: Select all

Option "DontVTSwitch" "false"
Puppy can change the xorg.conf file without asking. You could keep a backup copy of the file, and copy it back if it's needed.
dxrobertson
Posts: 2
Joined: Mon Oct 12, 2020 12:00 am
Has thanked: 1 time

Re: How to start a separate Getty terminal on boot in Fossapup?

Post by dxrobertson »

Exactly what I needed, works now.

And made note of xorg.conf potentially changing back.

Thanks!
Post Reply

Return to “Fossapup64”