JOGL, textures and onboard gfx cards

Hey,

I seem to be running into some trouble with textures in JOGL. My application didn’t appear to be working for people with (older) on-board graphics adapters. They would simply get a black screen. Without the textures it would work but as soon as I added them it would refuse to show anything.

I first assumed this had something to do with my lousy coding, but I now just realized the same is happening with the demos of Xith3D where textures are involved.

Is this a known issue? I have absolutely no idea how to prevent it.

Hi,

On which on-board cards you have problems?

Which version of OpenGL drivers for these cards support? [Xith3D demos, as well as JOGL demos, should show you the OpenGL version]

Regarding Xith3D, note that it requires OpenGL 1.2 or higher.

Also, I am aware of problems with Xith3D on SiS 650 on-board graphics cards [and also maybe on other SiS cards] (JOGL gears demo runs there), but sorry I had no time to investigate this problem in more details.

Please post here the details about cards, OS, drivers you have compatibility problems with.

Yuri