From owner-freebsd-questions@FreeBSD.ORG Fri May 19 23:36:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C0D16A426 for ; Fri, 19 May 2006 23:36:56 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70CA43D5A for ; Fri, 19 May 2006 23:36:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k4JNarEY043421; Fri, 19 May 2006 18:36:54 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <446E5690.2010103@daleco.biz> Date: Fri, 19 May 2006 18:36:48 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060509 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Peter Michaux References: <3cbaf1c80605191555k30f6a22fxeb667e3446aa76a3@mail.gmail.com> In-Reply-To: <3cbaf1c80605191555k30f6a22fxeb667e3446aa76a3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cant run x-windows on fresh 6.1 install 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: Fri, 19 May 2006 23:36:57 -0000 Peter Michaux wrote: > Hi, > > I just installed FreeBSD 6.1-RELEASE for i386 [1]. I selected the > X-User install and (I think) all the defaults along the way. The only > port I added was Ruby. I can log in as "root" or as "peter" and make > and run a little ruby script. > > When I type "startx" I see an error which i have retyped below > > getconfig.pl: Evaluated 24 rules with 0 errors > getconfig.pl: Weight of result is 500 > New driver is "ati" > (==) Using default built-in configuration (53 lines) > (EE) Failed to load module "fbdev" (module does not exist, 0) > (EE) : Cannot find which device to use > (EE) xf860OpenSerial: No Device Specified > (EE) PreInit failed for input device "" > No core Pointer > > Fatal server error: > failed to initalize core devices Install a mouse. "Core pointer" not found error means, "where's my mouse?" Notwithstanding that, you might remove the mouse section from your xorg configuration file and get by, although in some X environments there's little point in running X unless you have a mouse. Ah, wait a minute. You have no configuration file; "using built-in". So, get a mouse ;-) Actually, it seems logical there *should* be one. What does dmesg(8) say in regard to this? Can you run moused(8)? What hardware is this, anyway? > > and them more stuff > > Where did I go wrong with my install choices? > Don't know that you did, unless you forgot to plug in the mouse ;-) > When Xwindows starts will it boot into Gnome or KDE? If not, what? Have you installed Gnome or KDE? If not, you'll get twm. Kevin Kinsey -- Reporter: What would you do if you found a million dollars? Yogi Berra: If the guy was poor, I would give it back.