From: Nino P. <np...@gm...> - 2007-09-07 16:34:49
|
Hi, We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. We have some OpenGL applications running fine, but when we try to run Maya 8.0 or Amira 3.1, the applications does not load correctly, we have no interaction with the menus (click on them triggers no action) and some buttons does not appear. This is the error we get: CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 Any hint? Thank you. -- Nino |
From: Alan H. <al...@tu...> - 2007-09-07 18:25:02
|
On Fri, 2007-09-07 at 11:34 -0500, Nino Pineda wrote: > Hi, > > We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. > > We have some OpenGL applications running fine, but when we try to run > Maya 8.0 or Amira 3.1, the applications does not load correctly, we > have no interaction with the menus (click on them triggers no action) > and some buttons does not appear. > > This is the error we get: > > CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 That looks like they're taking advantage of some OpenGL 2.0 features which haven't hit the Chromium tree yet. Alan. |
From: Alan H. <al...@tu...> - 2007-09-07 19:37:08
|
Not true. Chromium 1.9 supports OpenGL 1.5. Alan. On Fri, 2007-09-07 at 12:32 -0700, Mason J. Katz wrote: > Chromium supports OpenGL v 1.2 (although it reports to applications v1.3). > > On 9/7/07, Alan Hourihane <al...@tu...> wrote: > > On Fri, 2007-09-07 at 11:34 -0500, Nino Pineda wrote: > > > Hi, > > > > > > We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. > > > > > > We have some OpenGL applications running fine, but when we try to run > > > Maya 8.0 or Amira 3.1, the applications does not load correctly, we > > > have no interaction with the menus (click on them triggers no action) > > > and some buttons does not appear. > > > > > > This is the error we get: > > > > > > CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 > > > > That looks like they're taking advantage of some OpenGL 2.0 features > > which haven't hit the Chromium tree yet. > > > > Alan. > > > > > > |
From: Nino P. <np...@gm...> - 2007-09-08 23:42:24
|
Hi, In a previous cluster installation both applications where running OK in XDMX and Chromium. Which packages has to do with OpenGL in REHL? xorg-x11-Mesa-libGL? xorg-x11-Mesa-libGLU? Which version will be compatible with Chromium, in order for Maya and Amira display as it should? Thank you. -- Nino On 9/7/07, Mason J. Katz <mj...@sd...> wrote: > > Sorry. > > I was thinking GLX. Chromium reports to applications that it supports > GLX 1.3 (glXQueryVersion) but several 1.3 functions are not > implemented. It seems to support most (maybe all) of GLX 1.2. > This reporting of the GLX version caused us some problems with Java3D > and the glXGetFBConfigs function (not implemented in Chromium, despite > being a GLX 1.3 function). > > The short answer is still the same Chromium doesn't support OpenGL 2.0. > > On 9/7/07, Alan Hourihane < al...@tu...> wrote: > > Not true. > > > > Chromium 1.9 supports OpenGL 1.5. > > > > Alan. > > > > On Fri, 2007-09-07 at 12:32 -0700, Mason J. Katz wrote: > > > Chromium supports OpenGL v 1.2 (although it reports to applications > v1.3). > > > > > > On 9/7/07, Alan Hourihane <al...@tu...> wrote: > > > > On Fri, 2007-09-07 at 11:34 -0500, Nino Pineda wrote: > > > > > Hi, > > > > > > > > > > We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. > > > > > > > > > > We have some OpenGL applications running fine, but when we try to > run > > > > > Maya 8.0 or Amira 3.1, the applications does not load correctly, > we > > > > > have no interaction with the menus (click on them triggers no > action) > > > > > and some buttons does not appear. > > > > > > > > > > This is the error we get: > > > > > > > > > > CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 > > > > > > > > That looks like they're taking advantage of some OpenGL 2.0 features > > > > which haven't hit the Chromium tree yet. > > > > > > > > Alan. > > > > > > > > > > > > > > > > > > > > > -- > -mjk > |
From: Brian P. <bri...@tu...> - 2007-09-10 15:20:42
|
Nino Pineda wrote: > Hi, > > In a previous cluster installation both applications where running OK in > XDMX and Chromium. > > Which packages has to do with OpenGL in REHL? > > xorg-x11-Mesa-libGL? This is the main Mesa/OpenGL library. > xorg-x11-Mesa-libGLU? This the the OpenGL utility function library. > Which version will be compatible with Chromium, in order for Maya and > Amira display as it should? Use the latest versions of both packages. BTW, If you're using NVIDIA or ATI hardware, you'll need to install their driver packages after the above. -Brian |
From: Brian P. <bri...@tu...> - 2007-09-10 14:28:42
Attachments:
cr.patch
|
Alan Hourihane wrote: > Not true. > > Chromium 1.9 supports OpenGL 1.5. > > Alan. > > On Fri, 2007-09-07 at 12:32 -0700, Mason J. Katz wrote: >> Chromium supports OpenGL v 1.2 (although it reports to applications v1.3). >> >> On 9/7/07, Alan Hourihane <al...@tu...> wrote: >>> On Fri, 2007-09-07 at 11:34 -0500, Nino Pineda wrote: >>>> Hi, >>>> >>>> We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. >>>> >>>> We have some OpenGL applications running fine, but when we try to run >>>> Maya 8.0 or Amira 3.1, the applications does not load correctly, we >>>> have no interaction with the menus (click on them triggers no action) >>>> and some buttons does not appear. >>>> >>>> This is the error we get: >>>> >>>> CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 >>> That looks like they're taking advantage of some OpenGL 2.0 features >>> which haven't hit the Chromium tree yet. >>> >>> Alan. See if this patch to crserverlib/get_sizes.py helps. -Brian |
From: Nino P. <np...@gm...> - 2007-09-12 01:48:01
|
Hi Brian, Yes it worked, thank you. Now we are experiencing an odd behaviour: Yesterday Amira worked, but Maya did not. Today Maya is running and Amira is not. We have deleted the cr-1.9 tree, decompressed the tar file, applied again the patch and compiled and Amira is not running (XDMX+Chromium+Amira). Amira is running fine on Chromium, but without XDMX (yesterday it worked with XDMX, but Maya did not). The previous error in Maya no longer appears, but the menus are not working, if you click on a menu it stays there and never disappears. We even have rebooted the machine, and recompiled several times... i don't understand this behaviour. Tried with different versions of nvidia drivers. Can't reproduce how to make work one o.k. Thank you. -- Nino On 9/10/07, Brian Paul <bri...@tu...> wrote: > > Alan Hourihane wrote: > > Not true. > > > > Chromium 1.9 supports OpenGL 1.5. > > > > Alan. > > > > On Fri, 2007-09-07 at 12:32 -0700, Mason J. Katz wrote: > >> Chromium supports OpenGL v 1.2 (although it reports to applications > v1.3). > >> > >> On 9/7/07, Alan Hourihane <al...@tu...> wrote: > >>> On Fri, 2007-09-07 at 11:34 -0500, Nino Pineda wrote: > >>>> Hi, > >>>> > >>>> We have a viz-wall of 3x1, running Chromium 1.9 and XDMX. > >>>> > >>>> We have some OpenGL applications running fine, but when we try to run > > >>>> Maya 8.0 or Amira 3.1, the applications does not load correctly, we > >>>> have no interaction with the menus (click on them triggers no action) > >>>> and some buttons does not appear. > >>>> > >>>> This is the error we get: > >>>> > >>>> CR Error (tile-0-0:7794): Invalid pname to __numValues: 0x8871 > >>> That looks like they're taking advantage of some OpenGL 2.0 features > >>> which haven't hit the Chromium tree yet. > >>> > >>> Alan. > > See if this patch to crserverlib/get_sizes.py helps. > > -Brian > > > |