I tested opengl (both 32 and 64-bits) worked in my debian. The
context is provided by x11. Perhaps some addons such as api/x11 are
missing. Install that addon and try again. If it still fails, then
install all addons.  You can always un-install addons in pacman.

run demos by
load '~addons/demos/opengl/simple/gldemos.ijs'
load '~addons/demos/opengl/demo/gldemo.ijs'

osmesa is not used at all because it now renders by using card hardware.
mesa needed only if your video card driver cannot provide opengl which 
is unlikely except when you are using the framebuffer vga card driver.

only libGL and libGLU are needed which should be present in all
modern linux install.  libX11 is used to provide context for
renderring and it must be there unless x-window has not been
installed.  So I guess you need not worry those libraries.

Пнд, 15 Окт 2012, Alex Giannakopoulos писал(а):
> Decided to try 701, I had been putting it off...
> Quite nice, I found, the gtk ide seems OK, I also updated all the pacman
> stuff.
> I like it, I might carry on with it (I was a bit wary of anything new, my J
> is not that strong anyway)
> 
> Guess what?  Still no joy on the OpenGL front.
> It says "OpenGL OK" when it tests the dlls, but then complains that a
> context can't be found when it is actually asked to render something.
> Ho-hum.
> 
> I wish there was a clear explanation somewhere of the interrelation between
> all the libraries, mesa and the native nvidia stuff, but if there is, I
> haven't found it.  Bit disappointing really, you'd think basic Linux stuff
> like this would be sorted long ago.
> 
> 
> On 15 October 2012 00:39, bill lam <bbill....@gmail.com> wrote:
> 
> > The libGL and libGLU provided by mesa are fine although you should
> > most probably already using libGL/libGLU provided by the nvidia
> > driver.  The problem is related to OSMesa (off-screen mesa), I
> > suppose the libOSMesa6 is new enough and using libOSMesa7 won't help.
> > I have never used osmesa and have no idea on what the problem is.
> >
> > the domain error in gluLookAt is not opengl related.  It is a
> > limitation of J engine in that the call uses too many double
> > arguments.
> >
> > Alternatively, the opengl support for linux in j701 is better at
> > least it run all demos and does not require osmesa.  Again update base
> > library first.
> >
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to