From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 19:46:39 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 782E0106566C for ; Tue, 22 Jun 2010 19:46:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 3520F8FC0A for ; Tue, 22 Jun 2010 19:46:38 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o5MJkZ6u006590; Tue, 22 Jun 2010 13:46:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o5MJkZqi006587; Tue, 22 Jun 2010 13:46:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 22 Jun 2010 13:46:35 -0600 (MDT) From: Warren Block To: Andy Balholm In-Reply-To: <6BBBA4BE-53BE-486E-B26C-0630A285763E@balholm.com> Message-ID: References: <6BBBA4BE-53BE-486E-B26C-0630A285763E@balholm.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Tue, 22 Jun 2010 13:46:35 -0600 (MDT) 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:46:39 -0000 On Tue, 22 Jun 2010, Andy Balholm wrote: > I am having a problem with Xorg under FreeBSD 8.0 RELEASE and 8.1 RC1: > > 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. Enable dbus and hal in rc.conf as shown here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html 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.