]> git.ipfire.org Git - thirdparty/systemd.git/commit
main: don't force text mode in console_setup()
authorMichal Schmidt <mschmidt@redhat.com>
Sun, 29 Jan 2012 20:55:51 +0000 (21:55 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Sun, 29 Jan 2012 20:55:51 +0000 (21:55 +0100)
commit512947d46f9fd7daf74c059ac8548cc98b294807
treeea73a2d9d0c7bf14000a9e3b892e9e5276870324
parent9c07474c6fa296195dcdc734d77792dff95f5c35
main: don't force text mode in console_setup()

When systemd starts, plymouth may be already displaying progress
graphically. Do not switch the console to text mode at that time.
All other users of reset_terminal_fd() do the switch as before.

This avoids a graphical glitch with plymouth, especially visible with
vesafb, but could be also seen as a sub-second blink with radeon.

https://bugzilla.redhat.com/show_bug.cgi?id=785548
src/main.c
src/util.c
src/util.h