Raven917 wrote:
kbrantley wrote:
You don't need a GUI.
That said.
$ ssh -Y user@host
$ firefox
... and you magically have a window running on your box that looks and feels like a local window, but is actually running on the server. Perhaps that works?
I got so excited there, then I got "Error: no display specified"
So i tried firefox --display=:0:0
and got "Error: cannot open display: :0:0"
EDIT:
tried killing all vncs. Then starting a new one.
Now it hit me with
Quote:
Xlib: extension "RANDR" missing on display ":1.0".
Xlib: extension "Generic Event Extension" missing on display ":1.0".
With the SSH X11 forwarding, you don't need any vncserver running, and you don't need Xorg running on the server either. If you
Code:
ssh -Y
into your server, and then
Code:
echo $DISPLAY
it should read something like :11. If it does, good.
Installing xterm would likely fix your issues.
Note that this won't bring you a full desktop... it'll bring you a window. But a window running on the linode, which means whatever you download will actually be downloaded to the linode.
I've done this (once) before and to reiterate, you don't need any VNC, NX, xming, Xorg, etc running for this to work. Just make sure that xterm is installed (and firefox, if that is what you're using) and it should "just work."