Opened 12 years ago

Closed 5 years ago

#8604 closed bug (fixed)

directscreen apps are not working properly with intel_extreme

Reported by: pulkomandy Owned by: nobody
Priority: normal Milestone: R1/beta2
Component: Drivers/Graphics/intel_extreme Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

I tried a lot of Allegro and SDL based apps. With VESA driver everything is ok. With intel_extreme driver, the display doesn't work well, sometimes it is all black, sometimes I see part of the screen in the top left corner.

When the app exits, the whole system freezes and I can't even get to KDL.

Change History (6)

comment:1 by jackburton, 12 years ago

Allegro, when in fullscreen, uses a BWindowScreen, which I tested a bit but not so much, and it could cause the problems you describe. That's strange you see them with SDL, too, since it doesn't really make use of BDirectWindow. Yes, it creates a BDirectWindow, but treats it as a normal window.

comment:2 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:3 by jackburton, 6 years ago

Is this still valid ?

comment:4 by pulkomandy, 6 years ago

Milestone: R1R1/beta2

comment:5 by pulkomandy, 5 years ago

I tried to run Allegro "shooter" example. I got the initial window asking to pick a video mode, and then once entering fullscreen I got a black screen. I could switch workspaces, but then app_server crashed, apparently while drawing DeskBar decorator frame?

Last edited 5 years ago by pulkomandy (previous) (diff)

comment:6 by pulkomandy, 5 years ago

Resolution: fixed
Status: assignedclosed

I get similar results with Allegro under VESA, so I assume the crash I was getting a few years ago is fixed. Allegro code being quite in bad shape, I think we can rule out remaining problems in the intel driver here.

Note: See TracTickets for help on using tickets.