LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: klaus on February 21, 2014, 10:42:32

Title: Bug or not? Can see through desktop.
Post by: klaus on February 21, 2014, 10:42:32
Hello everyone,

I've got a problem with the glClear and alpha blending. Starting the http://mavennatives.googlecode.com/svn/trunk/maven-nativedependencies-example/ maven example (with the new libraries) I get the output as seen in the screenshot attached. I can see through my desktop (running arch linux with intel graphics card).

Also if I use alpha blending, it is blended through the desktop - independent of the underlying sprites I rendered.

Any ideas why this would happen?
Title: Re: Bug or not? Can see through desktop.
Post by: klaus on February 22, 2014, 13:23:30
Ok, apparently it is a bug in the latest xorg-1.15 drivers. see https://bbs.archlinux.org/viewtopic.php?id=176164

I will now try if downgrading to 1.14 will solve this issue.