From: Petr V. <VAN...@vc...> - 2001-07-18 13:09:28
|
On 18 Jul 01 at 14:28, Romain Dolbeau wrote: > Petr Vandrovec wrote: > > > So you should take yoffset/xoffset into account > > only for setting viewport position (and yres/xres > > for setting viewport size), while accelerated > > painting ops should not use these 4 values at all. > > OK, thanks. I assume this is _not_ true for > the clear_margins ? fbcon_cfb32 takes yoffset > into account, but not xoffset ?!? bug ? It is bug. clear_margin is stupid procedure anyway as it corrupts screen buffer contents, so if you are using non-zero xoffset, you should make sure that there is no right margin... Best regards, Petr Vandrovec van...@vc... |