Hi everyone,
i am new to JOGL but I have a little problem which I can’t solve.
I have a quadro fx 1500 m video card under opensuse linux x64 (since I have a core 2 duo processor). I have installed the 64 bits version of jogl (version name “amd” but this seems to be the only one 64 bits version). JOGL installation seems to be working since I can use it for some sample programs converted by myself from C to JOGL.
I have downloaded the JOGL demos but I ran into many problems :
first, I got an exception concerning extension “glXSwapIntervalSGI” for the Gears demos.
Second, concerning pbuffer in floating point I got the message that an nVidia card i requiered… ??? hummm I don’t undestand…
I did not tried every demos but those problems are very annonying. Is this a bug in NVidia driver (I have the latest available) or in JOGL ?
Could you please help me in solving these problems ?
Best regards,
Fabien
PS : I have just tested witg GLEW and I obtain
GLX_SGI_swap_control: OK
glXSwapIntervalSGI: OK
so I don’t know where is the problem…