| Author |
Message |
milo
Joined: 01 Dec 2003
Posts: 20
Location: Oakland, CA
|
| Posted: Sun Mar 07, 2004 1:42 pm Post subject: Using X locally |
|
|
I know its possible, but I'm not sure how to go about doing it. I have Cygwin's X Windows installed on my XP box. I'd like to be able to run Gnome/K/WM on Windows but have the actually applications hosted on my Linode. They'd come to my PC over SSH or whatnot.
Could anyone assist me in getting this set up? |
|
| Back to top |
|
smerritt
Joined: 18 Nov 2003
Posts: 30
|
| Posted: Sun Mar 07, 2004 2:59 pm Post subject: |
|
|
First, you need to install the X client libraries for whatever distribution you're using. If your package manager will automatically install dependencies, you can just install xterm and it'll bring along all the dependencies.
Second, X is fairly bandwidth-intensive. Rather than running GNOME on your Linode, you might consider just running the specific X app that you need. At a minimum, you should keep a close eye on your bandwidth usage if you run remote X a lot.
For SSH, your particular SSH client should have an option for X11 forwarding; I know PuTTY does.
Then, you just log in with X11 forwarding and run the command from the command line, and the program displays locally on your PC. |
|
| Back to top |
|
rjp
Joined: 15 Aug 2003
Posts: 102
|
| Posted: Tue Mar 09, 2004 4:26 pm Post subject: VNC works nicely |
|
|
On my Linode, I run the VNC server when I need an X desktop. The external VNC port is firewalled; I use SSH to forward a VNC connection from my local machine to the Linode's loopback (127.0.0.1) interface using the "-L 5901:127.0.0.1:5901" option.
The nice thing about VNC is that you can break the connection and reconnect at any time (or even reconnect from elsewhere). |
|
| Back to top |
|
Bill Clinton
Joined: 23 Nov 2003
Posts: 79
|
| Posted: Tue Mar 09, 2004 6:17 pm Post subject: Re: VNC works nicely |
|
|
rjp wrote: The nice thing about VNC is that you can break the connection and reconnect at any time (or even reconnect from elsewhere).
You are supposed to be able to do that with Xmove as well.
It is a native X solution
Bill Clinton |
|
| Back to top |
|
| |