Originally posted by: orphy
If you are on your workstation (assuming it supports X-Windows), you telnet/ssh to another server, all you should need to do is set DISPLAY to point to you workstation (e.g. export DISPLAY=<workstation>:0.0). If you still have permission issue, you may need to do "xhost +<another_server>" on the workstation.
If you use some kind of xstart to login to a box, it should have DISPLAY properly set up for you but if not, you need to find out the IP of your xstart PC/workstation and set DISPLAY to point to it after you login to the box.
Orphy