RE: problem with fglX11d
"Morgan Ho" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, To clarify, in your $FGLPROFILE fglrun.server.1 = "notebook:0, notebook:0.0" you should replace "notebook:0" with your $DISPLAY value. This is what Ullrich really meant. fglX11d matches your $DISPLAY values from the list defined in your $FGLPROFILE, and assigns the port offset for $FGLSERVER. In the above example, the offset is 1, so $FGLSERVER would be set to localhost:1 or port 6401. You need to define this for any X11 workstation that you want to use, with a unique offset number for each workstation. Eg. fglrun.server.1 = "notebook:0" fglrun.server.2 = "wkstn1:0" fglrun.server.3 = "wkstn2:0" ... HIH and regards, ///M ________________________________ From: [email protected] on behalf of Moreschi Lucio Sent: Tue 8/03/2005 2:00 AM To: [email protected] Subject: R: [fourjs-users] problem with fglX11d hi Ullrich, I have followed all the steps that you have pointed out but on the client it doesn't appear ANYTHING. I have noticed besides that if I use the name of the client rather than the address I have this error "server autostart: unknown workstation: set fglrun.server.<number> = <aliaslist> The file /etc/hosts is correct. what am I being wrong? Thanks for the attentions and best regards Lucio Moreschi -----Messaggio originale----- Da: Ullrich Molter [mailto:[email protected]] Inviato: lunedì 7 marzo 2005 12.22 A: [email protected] Oggetto: AW: [fourjs-users] problem with fglX11d Hi Lucio, on your client notebook you simply need nothing, no X11 client, no environment on the server assumed that 4JS X11 client is installed in /usr/local in your environment: export TCLDIR=/usr/local export TCL_LIBRARY=/usr/local/lib/tcl export TK_LIBRARY=/usr/local/lib/tk export PATH=$TCLDIR/bin:$PATH export DISPLAY=notebook:0 or export DISPLAY=$REMOTEHOST:0 unset FGLSERVER in your fglprofile: un-comment this line: fglrun.server.cmd = "fglX11d -A " insert this line: fglrun.server.1 = "notebook:0, notebook:0.0" on your client: open a terminal your Suse-server needs the permission to display on your Suse-client: xhost Suse-server telnet Suse-Server fglrun application will launch fglX11d with port number 1 on the server and redirect the display to your notebook HTH Umo -----Ursprüngliche Nachricht----- Von: jrage [mailto:[email protected]] Gesendet: Montag, 7. März 2005 12:06 An: [email protected] Betreff: Re: [fourjs-users] problem with fglX11d Moreschi Lucio wrote: > > > Hy to everybody, > > > > we have a problem in 4js execution time on interface X11. We have > installed 4js X11s on client Linux Suse 9 named (nbook) while the > environment 4js is installed on another server Linux Suse 9 called > (Suse). > > > > We have set on client the followings evironment variables: > > TCL_LIBRARY=/usr/local/lib/tcl > > TK_LIBRARY=/usr/local/lib/tk > > PATH=/usr/local/bin:$PATH > > > > on the server we have setting the followings environment variables: > > DISPLAY=nbook:0 > > FGLSERVER=nbook:1 & > > FGLGUI=1 > > > > when we execute from the server "suse" the command fglX11d - n 1 & > > we get the following error: > > Application initialization failed: this isn't to Tk applicationcouldn't > connect to display "nbook:0" > > Communication between daemon and interface manager has broken down. > > > > Do you think I am doing something wrong? > > Thanks for the attentions and best regards to everybody > > > > // Lucio Moreschi// > > (Product Manager) > > > > CSB SOFTWARE S.r.l. > > //Via Como, 3 - 25125 Brescia - Italy// > > <http://ww.csb.it> - <mailto:[email protected]> > > Business Engine Tecnical Support <mailto:[email protected]> > > //Tel. 39 030 3531302 - Fax. 39 030 3531301// > > > > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ------------------ > > Le informazioni contenute in questo messaggio sono riservate e > confidenziali. > > Se non autorizzati ne è vietata la loro diffusione in qualunque modo e > con qualsiasi mezzo. > Nell'ipotesi in cui il messaggio non fosse indirizzato a Voi, vi > invitiamo cortesemente a darne comunicazione al mittente. > > > > Information contained in this message are reserved and confidential. > Any unauthorized use or distrubution is prohibited in any way and by > any mean. > In the hypothesis this message should be addressed to other than You, > please notify the sender by reply e-mail. > > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ------------------ > > > hi, could you check with : which wish if you are running the fourjs tcl and not suse tcl. -- Jacques
winmail.dat
(application/ms-tnef, 9 KB) - not displayed