From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 04:18:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 887AE106568B for ; Wed, 8 Oct 2008 04:18:56 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id B8D5F8FC1F for ; Wed, 8 Oct 2008 04:18:54 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id m9772FcW001478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Oct 2008 14:02:15 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id m9776X0C093438; Tue, 7 Oct 2008 14:06:33 +0700 (ICT) Date: Tue, 7 Oct 2008 14:06:33 +0700 (ICT) Message-Id: <200810070706.m9776X0C093438@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <48EB0618.6050903@cyberleo.net> (message from CyberLeo Kitsana on Tue, 07 Oct 2008 01:47:52 -0500) References: <48EA0B4A.9080405@shopzeus.com> <48EB0618.6050903@cyberleo.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: VNC server embedded into Xorg server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 04:18:56 -0000 Hi, Sorry for jumping in the middle of the thread. > There was a port called net/vnc that contained a vnc.so file. That file > could be loaded into the Xorg server and then I was able to monitor the > X desktop with VNC. > > Now I'm using gnome, and gnome2-fifth-toe installs tightvnc. It > conflicts with net/vnc. So I cannot install net/vnc. What other options > I have to run an X server? I would: - deinstall net/vnc - install gnome and let it install tinyvnc - manually deinstall tinyvnc - install net/vnc > The only extra wish is that the X server must be able to start > automatically, e.g. without logging into gnome. I need this because the > X server will be located at a distant location and I have to be able to > use it after a system restart. Especially with gnome, the X server starts before you do any authentication, when gnome present the loggin window, X has already started. To do X over vnc remotely, you need quite some amount of bandwidth. Are you sure you need a graphical access? X protocol is designed natively to run over the network, so you may not need vnc. With X you can have an application running on your remote computer, with the display coming to your desktop machine (if your desktop machine is some Windows thing, there are good "X emulators for Windows"). If you really want to keep your setting, there should exist a gnome startup script that you can hack to run vnc somewhere between the line starting X and the line starting gnome authentication. Best regards, Olivier