
Patrick Shanahan composed on 2016-02-10 21:52 (UTC-0500):
Felix Miata composed:
Chan Ju Ping composed on 2016-02-10 19:15 (UTC-0600):
On occasion, pressing Ctrl+Alt+F1 does not reveal the tty input. Instead there is a single non-flashing horizontal cursor on a black screen.
Does it remain black indefinitely, or does a login prompt eventually appear?
Are ttys 2-5 also black screens except for cursor when this happens on tty1?
In systemd installations I have seen similar quite often, though not necessarily predicably or reliably.
systemctl status autovt@tty1
I don't have patience. When I want a vtty, which is very very very often, I want it with zero delay: #!/bin/sh cd /etc/systemd/system/getty.target.wants cp -a ../../../../usr/lib/systemd/system/getty@.service ../../../../usr/lib/systemd/system/getty@tty1.service sed -i 's/TTYVTDisallocate=yes/TTYVTDisallocate=no/' ../../../../usr/lib/systemd/system/getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@tty1.service ./getty@tty1.service systemctl start getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty2.service systemctl start getty@tty2.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty3.service systemctl start getty@tty3.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty4.service systemctl start getty@tty4.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty5.service systemctl start getty@tty5.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty6.service systemctl start getty@tty6.service -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org