|
From: James S. <jsi...@tr...> - 2002-06-17 19:27:23
|
> Hi, > > gen_update_var will break panning/wrapping since it passes info->var to > fb_pan_display. However, fbcon updates display->var. It works. The var info struct fb_info is always the foreground console. Notice gen_update_var is only called when it is the foreground console. |