[Vm-dev] Differences in OpenGL support on Linux vs. OS X?

Phil (list) pbpublist at gmail.com
Wed Jun 6 16:15:33 UTC 2012


I'm having some problems with code that was previously working that I've narrowed down to what I believe is a difference in platform behavior and could use some help.  The issue is that when I draw single frames in OpenGL, things work as expected on both platforms.  However, when I try to do some simple animation via Morphic stepping, it works as expected on the Mac (i.e. smooth animation at a decent framerate) but on Linux there seems to be an issue where the frame gets drawn by OpenGL then immediately drawn over with the background color so it's essentially doubling the redraw rate and looking terrible to boot.  I'm assuming (possibly incorrectly) that this is purely a VM/plugin issue as I'm using the same image file on both platforms.

The VM I'm running is from http://www.mirandabanda.org/files/Cog/VM/VM.r2550/  (i.e. the Mac and Linux versions)

Any ideas?

Thanks,
Phil



More information about the Vm-dev mailing list