Knut Petersen d354d9afe9 [PATCH] fbcon: don´t call set_par() in fbcon_init() if vc_mode == KD_GRAPHICS
Nothing prevents a user to modprobe a framebuffer driver from e.g.  the
xterm prompt.  As a result, the set_par() function of the driver will be
called from fbcon_init().

This is fatal as a lot of X / framebuffer combinations are unable to
recover from set_par() reprogramming the graphics controller in
KD_GRAPHICS mode.

It is also unnecessary as the set_par() function will be called during a
switch to KD_TEXT anyway.  Because of this no side effects are possible.

Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-07 10:39:34 -08:00
..
2006-01-06 15:22:28 -08:00
2005-10-30 17:37:10 -08:00
2006-01-05 22:16:26 -08:00
2006-01-06 08:33:53 -08:00
2006-01-06 12:59:59 -08:00
2005-10-30 17:37:32 -08:00
2006-01-06 08:33:58 -08:00
…
…
2006-01-06 08:33:35 -08:00
…
2005-10-30 17:37:32 -08:00
2005-09-11 19:15:07 -07:00
2005-12-03 20:50:51 -08:00