problems with OpenGL hardware acceleration on linux

Felix Franz fefr at gmx.net
Fri Jun 28 23:24:42 UTC 2002


Hi Joshua,

After changing sqUnixOpenGL.c it worked.

Thank you!


felix


Joshua 'Schwa' Gargus wrote:
> Hi Felix,
> 
> I'm engaged in the same struggle as you.
> 
> I was able to hack hardware acceleration to work with the
> following changes to sqUnixOpenGL.c
> 
> 1) Change the "static" in front of stDisplay and stWindow to "extern"
> 2) Comment out the first two sections of glInitialize (where stDisplay
> and stWindow are assigned values).
> 
> I then built a VM with B3DAcceleratorPlugin as an internal plugin.
> I'm not sure whether it would work as an external plugin.  If you 
> later built another VM with different sources, the external plugin
> would be likely to fail.
> 
> Joshua

> 






More information about the Squeak-dev mailing list