Hi,

On Thu, 2011-09-29 at 16:06 -0500, Fan, Lei wrote:
> Hi all:
>      It's me again. I set up environment for opensg in a rock cluster--1
> head node and 16 slave nodes(also with 4 by 4 led monitors).
> Right now I want to set up a wall display for tutorial 14--clustering
> display; I tried ssh to one the of the node to run and server program
> and then in the head node run the client program, it failed with following
> error:
>     "Xlib glx extension missing."

just to be sure, it was the client program that failed.
Ok, starting in the beginning, are you using the viz roll to configure
your display tiles (in particular /etc/X11/xorg.conf) or something
else ? 
Could you send me a /etc/X11/xorg.conf file from one of the tiles,
e.g. tile-0-0. If you use the viz roll you could also use

run rocks list host xconfig tile-0-0

with the correct tile name.

As a second test to rule out access problems, could you run the
following

ssh -x <tile name> printenv DISPLAY
ssh -x <tile name> xterm

the first one should print something like

:0.0

the second one should open an xterm on the tile display (one of the 16).
If the first one does not, either update your shell config to set the
display correctly or set the display before you start things on the
tile, e.g. run the second test as

ssh -x <tile name> 'export DISPLAY=:0.0; xterm'

at this point a xterm should have opened on the given tile, if not
could you send me the error message.

kind regards
  gerrit







------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to