Aye, this is why S-Type doesn’t run under Linux unless you use the debug rendering (ie, no fancy shadow-y goodness). 
The last I heard was from Ken Russell (via PM, but I hope he doesn’t mind):
[quote]This is probably related to poor selection of visual / pixel format. JOGL’s DefaultGLCapabilitiesChooser was an attempt to write a pure Java visual selection algorithm based solely on the reported GLCapabilities per visual. Unfortunately (at least on Windows) it appears that the driver knows more information than DescribePixelFormat returns, so it isn’t possible to completely replace ChoosePixelFormat. There are other known issues on X11. This is the most serious usability problem with JOGL at the moment and is what I’m spending the time I have to work on JOGL thinking about and working on.
I attempted one fix for this problem but unfortunately there was a design flaw that required it to be discarded. I hope to have some time over the next couple of weeks to try to fix it properly. If you’re interested in helping out please let me know and I can describe the problem more fully. You should probably start a new thread on the JOGL forums for this though so others can see what’s going on.
[/quote]
Dated 1st Dec, so I’m assuming that theres not been any progress.