|
From: Jani M. <ja...@iv...> - 2002-04-26 06:01:28
|
I had this problem with the trident driver and the problem went away if I did not set_var() before register_framebuffer.This was suggested by Antonio Daplas on this list .So I think the video mode should not be set until the fb is registered. > > The size of the white area is the size of the VGA screen, both considered in > terms of character positions. So with regular VGA it is 80x25. I tend to use > 80x50 VGA, hence 'most' of the screen, my fb console size being 144x56. |