From owner-freebsd-x11@FreeBSD.ORG Thu Aug 7 17:35:46 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2A701065673 for ; Thu, 7 Aug 2008 17:35:46 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 987A58FC18 for ; Thu, 7 Aug 2008 17:35:43 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.17] (helo=7.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #19) id 1KR9On-0000zl-TJ; Thu, 07 Aug 2008 19:35:41 +0200 Received: from maf6a.m.pppool.de ([89.49.175.106]:28160 helo=peedub.jennejohn.org) by 7.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #12) id 1KR9On-00027j-Jd; Thu, 07 Aug 2008 19:35:41 +0200 Date: Thu, 7 Aug 2008 19:35:39 +0200 From: Gary Jennejohn To: "drake3 meredith" Message-ID: <20080807193539.426c9fa4@peedub.jennejohn.org> In-Reply-To: <581dbfed0808070739p7ff40f5w63abe8f7f0897a1e@mail.gmail.com> References: <581dbfed0808070739p7ff40f5w63abe8f7f0897a1e@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.10.14; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: help with headless Sparc box - cannot get X and vnc running... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 17:35:46 -0000 On Thu, 7 Aug 2008 10:39:47 -0400 "drake3 meredith" wrote: > Hello, > > I am new to FreeBSD and could use some help. > I installed 7.0 on a Sun Netra T1 AC200 headless server. Installed through > serial terminal and got networking up. Installed X.org distribution and > realvnc package. When I run vncserver I get some errors in the vnc log file > and see nothing but a black screen when I connect to the session on the > sparc. > > Contents of the log file: > > Xvnc Free Edition 4.1.2 - built Aug 6 2008 06:38:59 > Copyright (C) 2002-2005 RealVNC Ltd. > See http://www.realvnc.com for information on VNC. > Underlying X server release 40300000, The XFree86 Project, Inc > > > Thu Aug 7 14:01:46 2008 > vncext: VNC extension running! > vncext: Listening for VNC connections on port 5901 > vncext: Listening for HTTP connections on port 5801 > vncext: created VNC server for screen 0 > Could not init font path element /usr/local/lib/X11/fonts/Speedo/, removing > from list! > Could not init font path element /usr/local/lib/X11/fonts/CID/, removing > from list! > Xlib: connection to ":1.0" invalid setup > xsetroot: unable to open display ':1' > Xlib: connection to ":1.0" invalid setup > twm: unable to open display ":1" > Xlib: connection to ":1.0" invalid setup > vncconfig: unable to open display ":1" > Xlib: connection to ":1.0" invalid setup > xterm Xt error: Can't open display: :1 > > [end file] > > I have deinstalled the xorg-server package and reinstalled, but same > result. I had to configure the xorg.conf file using "xorgconfig" because > the other method did not work since it is a headless unit - no display found > - could not use the console driver. > > I have searched X.org and mailing list archives for "invalid setup" message, > but cannot find anything. > What's in your /var/log/Xorg.0.log? Is there even a graphics card in this thing? Seems like vnc needs an X-capable box for it to work, since it appears to run like Xnest does as a client of the real X server. This comment is based on a cursory review of the documentation on the web site, which isn't exactly overwhelmingly detailed. --- Gary Jennejohn