From owner-freebsd-questions Sun Dec 2 14:16:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-34-68-157.telocity.com (dsl-64-34-68-157.telocity.com [64.34.68.157]) by hub.freebsd.org (Postfix) with ESMTP id 6998737B417 for ; Sun, 2 Dec 2001 14:16:52 -0800 (PST) Received: from idoru (idoru [192.168.1.11] (may be forged)) by dsl-64-34-68-157.telocity.com (8.11.6/8.11.6) with SMTP id fB2MJ8740619; Sun, 2 Dec 2001 17:19:08 -0500 (EST) (envelope-from wirwzd@wirewizards.com) Message-ID: <003101c17b7e$d1c85f30$0b01a8c0@idoru> From: "Keith Alan Landry" To: "Totally Jayyness" Cc: References: <000b01c17b73$a54d8120$0300a8c0@jayyness.com> <20011203090033.A18865@nucl03.anu.edu.au> Subject: Re: Questions in regards to VNC, remote management tool. Date: Sun, 2 Dec 2001 17:15:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Before mucking around with vnc, sit at your box and get X running > properly. When it is running, try vnc. You will need to > edit the .vnc/xstartup file to bring up the window manager of > your choice. Here is mine: > > --------------------- > #!/bin/sh > > export XAUTHORITY=/home/username/.Xauthority > icewm > --------------------- > > set up to run icewm. You will have to edit accordingly to make it > run KDE. I had to export .Xauthority at some point for some reason. > Can't remember why now. > I use the following in my $HOME/.vnc/xstartup to launch KDE in VNC. ---------------------------------- #!/bin/sh xrdb $HOME/.Xresources startkde ---------------------------------- Keith Alan Landry http://www.wirewizards.com http://www.twelfthofnever.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message