Login  Register

refresh problem when stereo requested but not available on Linux 64bit

Posted by blainebell on Apr 06, 2011; 12:23pm
URL: https://forum.jogamp.org/refresh-problem-when-stereo-requested-but-not-available-on-Linux-64bit-tp2784744.html

Here is a picture of the problem (attached below):

refresh problem

It shows a problem refreshing, it looks like its a vertical refresh (i.e., vertical sync).

I have simply modified the Gears example with one line, requesting Stereo (i.e., "caps.setStereo(true)").  However, on my Linux 64bit machine (CentOS 5.5), I get this refresh problem.

I am using the most recently downloaded latest versions of gluegen and jogl (from git) and compiled them on this machine.

I do not see this problem on Windows or OSX.

Here is my modified program along with simple scripts to compile and build it:

gears.tar.gz

Thanks in advance,

Blaine