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 , 12 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Milestone: | R1 → R1/beta2 |
---|
comment:5 by , 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?
comment:6 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
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.