From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 19:57:17 2010 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 E1C0F1065677 for ; Tue, 22 Jun 2010 19:57:17 +0000 (UTC) (envelope-from andy@balholm.com) Received: from mail.my180.net (pop1-levy.go180.net [216.229.186.150]) by mx1.freebsd.org (Postfix) with ESMTP id A358C8FC1C for ; Tue, 22 Jun 2010 19:57:17 +0000 (UTC) Received: (qmail 4857 invoked by uid 0); 22 Jun 2010 19:57:17 -0000 Received: from unknown (HELO ?192.168.0.2?) (andy@balholm.com@63.224.217.218) by mail.my180.net with ESMTPA; 22 Jun 2010 19:57:17 -0000 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Andy Balholm In-Reply-To: Date: Tue, 22 Jun 2010 12:57:15 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <6BBBA4BE-53BE-486E-B26C-0630A285763E@balholm.com> To: Warren Block X-Mailer: Apple Mail (2.1078) Cc: freebsd-questions@freebsd.org Subject: Re: X not responding 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: Tue, 22 Jun 2010 19:57:18 -0000 Thanks. That fixed it. I guess I should have read the handbook more. Andy Balholm (509) 276-2065 andy@balholm.com On Jun 22, 2010, at 12:46 PM, Warren Block wrote: > On Tue, 22 Jun 2010, Andy Balholm wrote: >=20 >> I am having a problem with Xorg under FreeBSD 8.0 RELEASE and 8.1 = RC1: >>=20 >> When I type startx, the X server starts, and some xterm windows open, = but it will not respond to keyboard or mouse input. The mouse pointer = won't move, and the only keyboard input that does anything is = CTRL-ALT-F1 etc. to switch virtual terminals. >=20 > Enable dbus and hal in rc.conf as shown here: > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html >=20 > If you want to use X without hal for input device detection, add > Option "AutoAddDevices" "Off" to the ServerLayout section. Do not set = the AllowEmptyInput option, it is unnecessary and problematic. Or you = can configure the xorg-server port without hal. >=20