From owner-freebsd-questions@FreeBSD.ORG Thu Jul 9 21:43:42 2009 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 DFE2B106566B for ; Thu, 9 Jul 2009 21:43:42 +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 996248FC1A for ; Thu, 9 Jul 2009 21:43:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n69LgdLj002989; Thu, 9 Jul 2009 15:42:39 -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 n69LgdCK002986; Thu, 9 Jul 2009 15:42:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 9 Jul 2009 15:42:39 -0600 (MDT) From: Warren Block To: Andrew Gould In-Reply-To: Message-ID: References: <20090709202304.GA29940@greencat.langhans.com.pl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Thu, 09 Jul 2009 15:42:39 -0600 (MDT) Cc: herbs , freebsd-questions@freebsd.org Subject: Re: Xorg - how can I configure this thing?? 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: Thu, 09 Jul 2009 21:43:43 -0000 On Thu, 9 Jul 2009, Andrew Gould wrote: > > 1. Get to a terminal (ctl-alt-F2 should get you there). > > 2. Log in as root. > > 3. Execute: 'Xorg -config' > This command should probe your hardware and create a sample > xorg.conf file ("xorg.conf.new", I think) in root's home directory. > > 4. Using your favorite console-based editor, edit the new xorg.conf.new file. > In the "ServerLayout" section, add the following: > Option "AllowEmptyInput" "false" > > 5. Save the xorg.conf.new file to /etc/X11/xorg.conf > > 6. Make sure the following 2 lines are in /etc/rc.conf: > hald_enable="YES" > dbus_enable="YES" Step 4 says "ignore HAL for input configuration, use mouse and keyboard config from xorg.conf" and step 6 sets up HAL. It's best to pick one or the other. The Handbook uses the hal version, making step 4 is unnecessary. -Warren Block * Rapid City, South Dakota USA