From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-52963-garchives=archives.gentoo.org@gentoo.org>)
	id 1GY5Bs-0006bl-SP
	for garchives@archives.gentoo.org; Thu, 12 Oct 2006 18:21:57 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9CIIIXO001756;
	Thu, 12 Oct 2006 18:18:18 GMT
Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.236])
	by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9CIEmEE022810
	for <gentoo-user@lists.gentoo.org>; Thu, 12 Oct 2006 18:14:48 GMT
Received: by qb-out-0506.google.com with SMTP id z8so89033qbc
        for <gentoo-user@lists.gentoo.org>; Thu, 12 Oct 2006 11:14:44 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=b4nIdD8N5hO/m8av24hktHh/c1HTO1cvboh93HjoIKeBdcmX5ops2dgwd2qsP/2wIi6ehPOTNzsrRdf9bJoPx7rLCPehBsDDhsnsX8LBa6iNeHozq5FDuE94G38vGan6UgtTeNbYFsncg4V6vXPTpxqUfpu7EzbxgkIWeHoQAR0=
Received: by 10.64.241.3 with SMTP id o3mr3236785qbh;
        Thu, 12 Oct 2006 11:14:44 -0700 (PDT)
Received: by 10.65.218.13 with HTTP; Thu, 12 Oct 2006 11:14:43 -0700 (PDT)
Message-ID: <642958cc0610121114ycb0cbeqd9356d00a9a41425@mail.gmail.com>
Date: Thu, 12 Oct 2006 14:14:43 -0400
From: "Mark Shields" <laebshade@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] VNC server / windows viewer
In-Reply-To: <17CD9CE4C0FA574A8B29EF02D49B385D2A9403@srvexch-01.mcaschool.local>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_47348_3365443.1160676883992"
References: <17CD9CE4C0FA574A8B29EF02D49B385D2A9403@srvexch-01.mcaschool.local>
X-Archives-Salt: 952ffdb7-41df-4ede-a053-0e342072d682
X-Archives-Hash: ed6dea1b53c1670d9ab716fcd1ef005c

------=_Part_47348_3365443.1160676883992
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 10/12/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
>
> Good morning all:
>
> For a couple days now I have been looking for a good simple setup that
> will allow me to run vnc on one of my gentoo workstations at home and
> connect to it from my windows box in another area of the house.  I am
> not going across the internet, or anything wild like that, just trying
> to keep an eye on my box (the active desktop in fluxbox) when im
> elsewhere in the house.  So far all the VNC HOW-Tos etc that I have read
> involve what appears to me to be very overly complex tunneling over ssh
> etc (a good thing if I was going over the internet, but for what im
> doing, totally un-necessary)
>
> When I lived in the Fedora world, I could just install vncserver and
> start it up and it connected me to my active desktop and away I went.
> If anyone can suggest a method or solution, I would be MOST
> appreciative.
>
> TIM
>
>
> Timothy A. Holmes
> IT Manager / Network Admin / Web Master / Computer Teacher
>
> Medina Christian Academy
> A Higher Standard...
>
> Jeremiah 33:3
> Jeremiah 29:11
> Esther 4:14
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
What you're looking for is a little more complicated.  If all you wanted was
a remote desktop you could connect to, then that's easily done.  Emerge
tightvnc then type vncserver :1.  It'll prompt you for a password, then you
use a vncviewer to connect to that host (format: host:display, so if your
server was 192.168.0.200, it would be 192.168.0.200:1).

But what it sounds like you want to do is connect to an existing X session,
am I right?  If so, follow this:
http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions

On a related note, I'm looking for something similar, but I want a user to
be presented with an xdm (or gdm) login.  Just one remote connection, one
resolution.


-- 
- Mark Shields

------=_Part_47348_3365443.1160676883992
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 10/12/06, <b class="gmail_sendername">Timothy A. Holmes</b> &lt;<a href="mailto:tholmes@mcaschool.net">tholmes@mcaschool.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Good morning all:<br><br>For a couple days now I have been looking for a good simple setup that<br>will allow me to run vnc on one of my gentoo workstations at home and<br>connect to it from my windows box in another area of the house.&nbsp;&nbsp;I am
<br>not going across the internet, or anything wild like that, just trying<br>to keep an eye on my box (the active desktop in fluxbox) when im<br>elsewhere in the house.&nbsp;&nbsp;So far all the VNC HOW-Tos etc that I have read<br>
involve what appears to me to be very overly complex tunneling over ssh<br>etc (a good thing if I was going over the internet, but for what im<br>doing, totally un-necessary)<br><br>When I lived in the Fedora world, I could just install vncserver and
<br>start it up and it connected me to my active desktop and away I went.<br>If anyone can suggest a method or solution, I would be MOST<br>appreciative.<br><br>TIM<br><br><br>Timothy A. Holmes<br>IT Manager / Network Admin / Web Master / Computer Teacher
<br><br>Medina Christian Academy<br>A Higher Standard...<br><br>Jeremiah 33:3<br>Jeremiah 29:11<br>Esther 4:14<br><br><br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote>
</div><br>What you're looking for is a little more complicated.&nbsp; If all you wanted was a remote desktop you could connect to, then that's easily done.&nbsp; Emerge tightvnc then type vncserver :1.&nbsp; It'll prompt you for a password, then you use a vncviewer to connect to that host (format: host:display, so if your server was 
<a href="http://192.168.0.200">192.168.0.200</a>, it would be <a href="http://192.168.0.200:1">192.168.0.200:1</a>).&nbsp; <br><br>But what it sounds like you want to do is connect to an existing X session, am I right?&nbsp; If so, follow this: 
<a href="http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions">http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions</a><br><br>On a related note, I'm looking for something similar, but I want a user to be presented with an xdm (or gdm) login.&nbsp; Just one remote connection, one resolution.
<br><br clear="all"><br>-- <br>- Mark Shields

------=_Part_47348_3365443.1160676883992--
-- 
gentoo-user@gentoo.org mailing list