Re: JOGL errors on Intel HD Graphics (Ubuntu 12.10)
Posted by
Sven Gothel on
Apr 17, 2013; 11:26am
URL: https://forum.jogamp.org/JOGL-errors-on-Intel-HD-Graphics-Ubuntu-12-10-tp4028974p4028975.html
On 04/17/2013 01:18 PM, mikaelhc [via jogamp] wrote:
> Hi,
>
> I am encountering some very weird behavior on some Linux systems.
>
> I've have been working on an application which works on Windows and Mac. But
> on Linux it only works on some setups, such as Nvidia's GPU with proprietary
> drivers.
>
> On my Linux test system (Ubuntu 12.10) with Intel HD graphics, I'm not able to
> draw anything. I'm able to set the background color, but whenever I try to
> render something, I get errors.
...
> I've attached the debug information I get when running the program:
>
http://pastebin.com/Q24SmAcqMany bugs have been fixed in regards to Mesa and the Intel hw renderer
since RC11.
+++
Please use one of the latest aggregated archives[1],
as described in this section[2].
[1] <
http://jogamp.org/deployment/archive/master/?C=M;O=D>
[2] <
https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Downloading_the_latest_aggregated_autobuild>
<
https://jogamp.org/wiki/index.php/Jogl_FAQ#Bugreports_.26_Testing>
+++
>
> It should be said, that I'm able to run other OpenGL 3D applications on this
> system.
Well .. :)
>
> Any help would be greatly appreciated!
>
I guess the latest aggregated build should work ..
~Sven