The simplest solution is if your client and server are both on a trusted LAN (isolated or behind a firewall) such as my system here where I am using a NCD X-Terminal to talk to my PCs. In this case, you just set the DISPLAY environment variable to the address of the display with something like export DISPLAY=my.host.name:0 You may need to grant access to the server if any form of server access control is active. Usually 'xhost +' executed from a session that already has access will disable the access control for all clients.
If, on the other hand, the client and server are separated by an un-trusted network, and/or the X-Server is behind a NAT router (for example you are running an X app on a remote host accessed via the internet, and your PC is connected via a router connected to an internal lan, then it is a bit more complex but you need to read up on X tunneling through ssh. Regards, DigbyT On Fri, Jan 27, 2006 at 10:21:58AM -0800, Alejandro Salas wrote: > Hi everyone.. > > Can someone tell me or point me in the right direction > of what I have to do in order to run a remote program > with graphics?. I have ssh access and everything, I > suppose it has something to do with the DISPLAY > variable, but I'm not sure of exactly what to do. > > Thanx in advance -- Digby R. S. Tarvin digbyt(at)digbyt.com http://www.digbyt.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]