From: "Antonino A. Daplas" Store struct display when setting all vc's. Otherwise, fbcon's behavior becomes undefined, such as malpositioning of the cursor. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/console/fbcon.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/video/console/fbcon.c~fbcon-store-struct-display-when-setting-all-vcs drivers/video/console/fbcon.c --- devel/drivers/video/console/fbcon.c~fbcon-store-struct-display-when-setting-all-vcs 2005-12-22 05:10:05.000000000 -0800 +++ devel-akpm/drivers/video/console/fbcon.c 2005-12-22 05:10:05.000000000 -0800 @@ -2803,6 +2803,8 @@ static void fbcon_set_all_vcs(struct fb_ fbcon_update_softback(vc); } } + + ops->p = &fb_display[ops->currcon]; } static int fbcon_mode_deleted(struct fb_info *info, _