public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Remore control of current desktop
@ 2005-12-19  0:46 Daniel D Jones
  2005-12-19  1:19 ` Richard Fish
  2005-12-19  1:37 ` Ow Mun Heng
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel D Jones @ 2005-12-19  0:46 UTC (permalink / raw
  To: gentoo-user

Is there a utility that will allow you to take control of the current Linux 
desktop from a remote machine?  This is the way VNC works in windows.  Open 
VNC on a remote machine and you see the exact same thing you see on the local 
monitor, including any running programs.  Under Linux, however, VNC (at least 
the versions I've tried) opens up a new desktop which is separate from the 
currently running desktop.  This is a neat and useful tool, but it's not what 
I need.  Are there, perhaps, any VNC app which offers this feature under 
Linux?  Or some other way to do it?  If it all possible, it needs to be OS 
independent (take control of a Linux server frrom a client running on Windows 
and vice versa.)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Remore control of current desktop
  2005-12-19  0:46 [gentoo-user] Remore control of current desktop Daniel D Jones
@ 2005-12-19  1:19 ` Richard Fish
  2005-12-19  1:37 ` Ow Mun Heng
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Fish @ 2005-12-19  1:19 UTC (permalink / raw
  To: gentoo-user

On 12/18/05, Daniel D Jones <ddjones@riddlemaster.org> wrote:
> I need.  Are there, perhaps, any VNC app which offers this feature under
> Linux?

x11-misc/x11vnc should do what you want.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Remore control of current desktop
  2005-12-19  0:46 [gentoo-user] Remore control of current desktop Daniel D Jones
  2005-12-19  1:19 ` Richard Fish
@ 2005-12-19  1:37 ` Ow Mun Heng
  2005-12-19  5:29   ` Ryan
  1 sibling, 1 reply; 6+ messages in thread
From: Ow Mun Heng @ 2005-12-19  1:37 UTC (permalink / raw
  To: gentoo-user

On Sun, 2005-12-18 at 19:46 -0500, Daniel D Jones wrote:
> Is there a utility that will allow you to take control of the current Linux 
> desktop from a remote machine?  This is the way VNC works in windows.  Open 
> VNC on a remote machine and you see the exact same thing you see on the local 
> monitor, including any running programs.  Under Linux, however, VNC (at least 
> the versions I've tried) opens up a new desktop which is separate from the 
> currently running desktop.  This is a neat and useful tool, but it's not what 
> I need.  Are there, perhaps, any VNC app which offers this feature under 
> Linux?  Or some other way to do it?  If it all possible, it needs to be OS 
> independent (take control of a Linux server frrom a client running on Windows 
> and vice versa.)


In Gnome, it's called Vino. This option is also available in VNC 4.0
IIRC. (but Vino surely does it)


-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 09:37:10 up 1 day, 8:39, 4 users, load average: 1.16, 0.80,
1.81 


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Remore control of current desktop
  2005-12-19  1:37 ` Ow Mun Heng
@ 2005-12-19  5:29   ` Ryan
  2005-12-19  7:08     ` Steven Susbauer
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan @ 2005-12-19  5:29 UTC (permalink / raw
  To: gentoo-user


http://gentoo-wiki.com/HOWTO_TightVNC_connecting_to_current_session

The wiki thing is a useful tool if you search for things on it.  It may 
not have everything, but it did have what you were lookin for.

Ow Mun Heng wrote:

>On Sun, 2005-12-18 at 19:46 -0500, Daniel D Jones wrote:
>  
>
>>Is there a utility that will allow you to take control of the current Linux 
>>desktop from a remote machine?  This is the way VNC works in windows.  Open 
>>VNC on a remote machine and you see the exact same thing you see on the local 
>>monitor, including any running programs.  Under Linux, however, VNC (at least 
>>the versions I've tried) opens up a new desktop which is separate from the 
>>currently running desktop.  This is a neat and useful tool, but it's not what 
>>I need.  Are there, perhaps, any VNC app which offers this feature under 
>>Linux?  Or some other way to do it?  If it all possible, it needs to be OS 
>>independent (take control of a Linux server frrom a client running on Windows 
>>and vice versa.)
>>    
>>
>
>
>In Gnome, it's called Vino. This option is also available in VNC 4.0
>IIRC. (but Vino surely does it)
>
>
>  
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Remore control of current desktop
  2005-12-19  5:29   ` Ryan
@ 2005-12-19  7:08     ` Steven Susbauer
  2005-12-19  9:50       ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Susbauer @ 2005-12-19  7:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]

As stated before, x11vnc is by far the easiest system to set this up with.
When you have an x session running, you can run x11vnc (that's all you need
to type) and then connect from anywhere. You can even run the command over
an ssh connection. My favorite way of using this is through putty, just
forward local port 5900 to the remote host, login to the remote host, start
up x11vnc and then run a vncviewer connected to localhost:0, works great.

On 12/18/05, Ryan <ryan@crystaldawn.net> wrote:
>
>
> http://gentoo-wiki.com/HOWTO_TightVNC_connecting_to_current_session
>
> The wiki thing is a useful tool if you search for things on it.  It may
> not have everything, but it did have what you were lookin for.
>
> Ow Mun Heng wrote:
>
> >On Sun, 2005-12-18 at 19:46 -0500, Daniel D Jones wrote:
> >
> >
> >>Is there a utility that will allow you to take control of the current
> Linux
> >>desktop from a remote machine?  This is the way VNC works in
> windows.  Open
> >>VNC on a remote machine and you see the exact same thing you see on the
> local
> >>monitor, including any running programs.  Under Linux, however, VNC (at
> least
> >>the versions I've tried) opens up a new desktop which is separate from
> the
> >>currently running desktop.  This is a neat and useful tool, but it's not
> what
> >>I need.  Are there, perhaps, any VNC app which offers this feature under
> >>Linux?  Or some other way to do it?  If it all possible, it needs to be
> OS
> >>independent (take control of a Linux server frrom a client running on
> Windows
> >>and vice versa.)
> >>
> >>
> >
> >
> >In Gnome, it's called Vino. This option is also available in VNC 4.0
> >IIRC. (but Vino surely does it)
> >
> >
> >
> >
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
------------------------
Steven Susbauer

[-- Attachment #2: Type: text/html, Size: 2450 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Remore control of current desktop
  2005-12-19  7:08     ` Steven Susbauer
@ 2005-12-19  9:50       ` Neil Bothwick
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2005-12-19  9:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

On Sun, 18 Dec 2005 23:08:26 -0800, Steven Susbauer wrote:

> As stated before, x11vnc is by far the easiest system to set this up
> with. When you have an x session running, you can run x11vnc (that's
> all you need to type) and then connect from anywhere.

You can also make the current KDE desktop available from Control
Centre/Internet & Network/Desktop Sharing.


-- 
Neil Bothwick

RAM disk is *not* an installation procedure.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-12-19  9:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-19  0:46 [gentoo-user] Remore control of current desktop Daniel D Jones
2005-12-19  1:19 ` Richard Fish
2005-12-19  1:37 ` Ow Mun Heng
2005-12-19  5:29   ` Ryan
2005-12-19  7:08     ` Steven Susbauer
2005-12-19  9:50       ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox