* [gentoo-user] Launching X.org through ssh
@ 2006-05-25 18:09 Rafael Fernández López
2006-05-25 18:25 ` Toby Cubitt
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Rafael Fernández López @ 2006-05-25 18:09 UTC (permalink / raw
To: gentoo-user
Hi,
I'm connecting from a computer (remote computer) to a server (sshd, it is
running apache2 too, but it doesn't matter right now), and I can connect
through ssh to it, and run every command all right, but launching X.org.
If I try a "startx" command, it will start X.org in the local computer,
and I'd like to run it into the remote computer, as you would do with RDP
for example.
Thank you,
Rafael Fernandez Lopez.
--
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Launching X.org through ssh
2006-05-25 18:09 [gentoo-user] Launching X.org through ssh Rafael Fernández López
@ 2006-05-25 18:25 ` Toby Cubitt
2006-05-25 18:28 ` Alan
2006-05-25 18:33 ` Mauro Faccenda
2 siblings, 0 replies; 5+ messages in thread
From: Toby Cubitt @ 2006-05-25 18:25 UTC (permalink / raw
To: gentoo-user
On Thu, May 25, 2006 at 08:09:38PM +0200, Rafael Fern?ndez L?pez wrote:
> Hi,
>
> I'm connecting from a computer (remote computer) to a server (sshd, it is
> running apache2 too, but it doesn't matter right now), and I can connect
> through ssh to it, and run every command all right, but launching X.org.
>
> If I try a "startx" command, it will start X.org in the local computer,
> and I'd like to run it into the remote computer, as you would do with RDP
> for example.
That won't work. When you run an X program ("client") on the remote
box, it connects to your local X server so you see the remotely
running client on your local display. But the X server itself is, as
the name suggests, a server for X, not a client.
You should look into VNC (there are a number of versions in portage),
or maybe freeNX. In my experience, freeNX gives better performance,
but VNC is easier to set up, especially if you connect via ssh (as you
should). FreeNX is usually used to forward single applications, not
whole desktops, but recent versions can also forward whole
desktops. (It can even connect to VNC sessions.)
HTH,
Toby
--
PhD Student
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany
email: toby@dr-qubit.org
web: www.dr-qubit.org
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Launching X.org through ssh
2006-05-25 18:09 [gentoo-user] Launching X.org through ssh Rafael Fernández López
2006-05-25 18:25 ` Toby Cubitt
@ 2006-05-25 18:28 ` Alan
2006-05-25 18:33 ` Mauro Faccenda
2 siblings, 0 replies; 5+ messages in thread
From: Alan @ 2006-05-25 18:28 UTC (permalink / raw
To: gentoo-user
On Thu, May 25, 2006 at 08:09:38PM +0200, Rafael Fern?ndez L?pez wrote:
> Hi,
>
> I'm connecting from a computer (remote computer) to a server (sshd, it is
> running apache2 too, but it doesn't matter right now), and I can connect
> through ssh to it, and run every command all right, but launching X.org.
>
> If I try a "startx" command, it will start X.org in the local computer,
> and I'd like to run it into the remote computer, as you would do with RDP
> for example.
I don't think that X works this way. You'd need to use vnc or nx I
believe.
--
Alan <alan@ufies.org> - http://arcterex.net
--------------------------------------------------------------------
"Backups are for people who don't pray." -- big Mike
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Launching X.org through ssh
2006-05-25 18:09 [gentoo-user] Launching X.org through ssh Rafael Fernández López
2006-05-25 18:25 ` Toby Cubitt
2006-05-25 18:28 ` Alan
@ 2006-05-25 18:33 ` Mauro Faccenda
2006-05-26 18:35 ` Rafael Fernández López
2 siblings, 1 reply; 5+ messages in thread
From: Mauro Faccenda @ 2006-05-25 18:33 UTC (permalink / raw
To: gentoo-user; +Cc: Rafael Fernández López
On Thursday 25 May 2006 15:09, Rafael Fernández López wrote:
> Hi,
>
> I'm connecting from a computer (remote computer) to a server (sshd, it is
> running apache2 too, but it doesn't matter right now), and I can connect
> through ssh to it, and run every command all right, but launching X.org.
>
> If I try a "startx" command, it will start X.org in the local computer,
> and I'd like to run it into the remote computer, as you would do with RDP
> for example.
You must have a xserver (X.org) running on your computer, and with
X11forwarding enabled, you can run graphical (X) programs on a remote box.
You can even, start a DE (kde, gnome, fluxbox, etc...)
[]'s
.m
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Launching X.org through ssh
2006-05-25 18:33 ` Mauro Faccenda
@ 2006-05-26 18:35 ` Rafael Fernández López
0 siblings, 0 replies; 5+ messages in thread
From: Rafael Fernández López @ 2006-05-26 18:35 UTC (permalink / raw
To: Mauro Faccenda; +Cc: gentoo-user
I solved it setting X11forwarding to true, so now it goes all right !!!
Thanks !!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-26 18:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 18:09 [gentoo-user] Launching X.org through ssh Rafael Fernández López
2006-05-25 18:25 ` Toby Cubitt
2006-05-25 18:28 ` Alan
2006-05-25 18:33 ` Mauro Faccenda
2006-05-26 18:35 ` Rafael Fernández López
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox