Artix Linux Forum

Init systems => OpenRC => Topic started by: negative on 22 August 2020, 07:01:05

Title: [Solved] dont clear screen on user login prompt
Post by: negative on 22 August 2020, 07:01:05
How? would be nice that the boot screen logs are retained when user login prompt appears and/or exiting from a window manager (no login manager used) for example..
Title: Re: dont clear screen on user login prompt
Post by: artoo on 22 August 2020, 10:50:08
By default on openrc, eg the DM starts on tty7, while the boot screen is on tty1.
Title: Re: dont clear screen on user login prompt
Post by: negative on 22 August 2020, 11:08:47
By default on openrc, eg the DM starts on tty7, while the boot screen is on tty1.

thanks for the reply. im nor running any login managers. im running my WM using startx so it then by default runs on tty1
Title: Re: dont clear screen on user login prompt
Post by: artoo on 22 August 2020, 16:15:14
Then simply configure your getty in /etc/conf.d I'd say.
Title: Re: dont clear screen on user login prompt
Post by: negative on 05 September 2020, 06:23:50
ok done. you just need to add -J to agetty on whichever tty is used...