Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#111 closed bug (fixed)

Invalidation problems in 32bit mode wrt BDirectWindow

Reported by: johndrinkwater Owned by: stippi
Priority: high Milestone: R1
Component: - General Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

during bootup, select any 32bit screen mode

Start Chart, select DirectWindow, and start the animation.

Drag the window around, you'll find old frames accumulate on the surface, and rogue pixels will collect on the parent window.

Appears on 640x480x32 + 1024x768x32 + 1280x1024x32

Doesn't appear on same modes in 8 & 16 bit depths

Change History (10)

comment:1 by axeld, 18 years ago

Owner: changed from axeld to stippi

comment:2 by jackburton, 18 years ago

Chart assumes that the black background will be invalidated by the app server. For some reason, this doesn't seem to happen, or it happens too early, so the problem shows up. If the mode isn't 32 bit, the double buffering seems to hide the problem.

comment:3 by stippi, 18 years ago

Status: newassigned

comment:4 by stippi, 18 years ago

What do you mean "during bootup". Do you mean this bug appears in a VESA mode? I will check up on it later.

comment:5 by johndrinkwater, 18 years ago

I presume it's VESA mode. i'm running in VMware, and cant change resolution with the Screen prefs, so I have to pick res at Haiku's bootloader screen.

comment:6 by stippi, 18 years ago

Chart does certainly not assume the background is invalidated. If you look at the Chart code, there is a work arround for some BeOS app_server version for when it *does* clear the screen, which it is not supposed to. :-) However, the bug was that the direct window as allowed to start drawing again when the window contents had not been blitted to the new location yet.Please reopen bug if some different problems remain (I'm thinking VESA mode and this "frames" thing John mentioned, maybe it was unrelated).

comment:7 by stippi, 18 years ago

Status: assignedclosed

comment:8 by stippi, 18 years ago

Resolution: fixed

comment:9 by kutspam@…, 18 years ago

Dunno if this isn't OT but I have an Ati mobility m6 on an hp nc4010 (and I have to use the bebits radeon driver from Tomas Kurschel to see anything) I see the mouse cursor image being 'eaten away' by the dots in Chart, a cursor movement will reset the cursor image. Direct window, 800x600 (can't set the screen prefs although it uses the radeon driver (not radeon.driver!))

comment:10 by stippi, 18 years ago

The dots eating away the cursor is perfectly normal behaviour and is expected with a software cursor. The idea behind BDirectWindow is that the application can bypass the app_server for drawing. When the app_server is used for drawing, it knows when to hide the software cursor and when to show it again, so that it doesn't draw over it. This is simply not possible with BDirectWindow. On R5, you cannot use a BDirectWindow when a hardware cursor is not supported. Haiku currently allows this, but the sideeffect is what you see. Still, perfectly normal and expected. :-)

Note: See TracTickets for help on using tickets.