We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 197 - Error in LibSDL with Pixel and XGL server
Summary: Error in LibSDL with Pixel and XGL server
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 1.2.9
Hardware: x86 Linux
: P2 critical
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL: http://www.kanzelsberger.com
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-10 08:35 UTC by Patrick Libert
Modified: 2006-04-17 00:53 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Libert 2006-04-10 08:35:49 UTC
When I use Pixel (a photoshop like program based on libsdl)
on Ubuntu Linux with the latest XGL server activated, Pixel gets transparant.
Appearantly, SDL doesn't work as it should be with the latest XGL server.
When I dissable XGL, Pixel works again.
Is libsdl to be changed so that it is compatible with XGL?
The author of Pixel (Kanzelsberger) adviced me to report a bug on the libsdl website.
Comment 1 Max Horn 2006-04-15 08:02:43 UTC
Is this definitely a bug in SDL, as opposed to a bug in XGL ?
Comment 2 Sam Lantinga 2006-04-15 12:06:01 UTC
This is definitely a bug in SDL.  However, I haven't had any luck in getting any compositing manager running on my system, much less XGL.  Does anyone have any suggestions or instructions?
Comment 3 Sam Lantinga 2006-04-17 00:53:54 UTC
On servers with the composite extension enabled, visuals with 32-bit depth
have an alpha mask.  This is pretty neat, but SDL needs a bit more work to
handle these properly, so for now, we'll just use 24 bit depth visuals.