From owner-freebsd-ports@FreeBSD.ORG Tue Feb 10 07:28:28 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A13F8106566B for ; Tue, 10 Feb 2009 07:28:28 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0AD8FC16 for ; Tue, 10 Feb 2009 07:28:28 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-162-67.rz.uni-karlsruhe.de [141.3.162.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 041508A000A; Tue, 10 Feb 2009 08:28:06 +0100 (CET) Message-ID: <49912C77.8060504@bsdforen.de> Date: Tue, 10 Feb 2009 08:27:51 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: Tom Mende References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: xorg hal dbus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 07:28:28 -0000 Tom Mende wrote: > Hi list; > > I took the upgrade to xorg 7.4 and no matter what I do, I can not get > the any response from either the keyboard or the mouse under X, they > work fine on the console. "The installation via portupgrade -a" removed > the previous xorg.conf. I find that very hard to believe. > I took the message from Jan 24 to mean the > problems with hal and xorg-server were fixed and hence felt safe to > upgrade... After much deinstalling of packages and reinstalling I > eventually got all the ports up to date. However the mouse and keyboard > will not work. Given the hal xorg-server issues appeared not to have > been fixed, I then tried following these instructions from Jan 23 > however I had to restore a backed up version of xorg.conf because the > upgrade to 7.4 removed the previous one... > > > 20090124: > AFFECTS: users of x11-servers/xorg-server, sysutils/hal > AUTHOR: rnoland@FreeBSD.org > sysutils/hal has been updated and should now properly detect > mice for use in Xorg. Use of AllowEmptyInput should no longer > be needed for most users and moused should now work fine. > > 20090123: > AFFECTS: users of x11-servers/xorg-server > AUTHOR: rnoland@FreeBSD.org > > If you are using an older xorg.conf several config lines are > no longer needed and will generate warnings when X is started. > RgbPath will cause X to fail to start, remove it from your config. > > Server 1.5.3 also really wants to configure its input devices > via hald. This is causing some issues with moused and > /dev/sysmouse. There are a couple of options for how to deal > with it. > > 1. Add Option "AllowEmptyInput" "off" to your ServerLayout section. > This will cause X to use the configured kbd, mouse, and vmmouse > sections from your xorg.conf > > 2. Don't use moused. If you want it to work with addon usb mice > set this in rc.conf: > > moused_enable="NO" > moused_nondefault_enable="NO" This is a) outdated and b) those are options. That means you do one of them, not both. > I'm working on fixing hald or the mouse driver or both. > > After restoring my old xorg.conf and commenting out the RgbPath line, I > added "AllowEmptyInput" "off" to the xorg.conf server layout section and > disabled moused in rc.conf as per above. Don't disable moused. > Now on issuing startx I get a > message saying the "AllowEmptyInput" line can't be parsed. Where should > this line go?? From the context I assumed it should go into xorg.conf, > but if not, where?? It goes into the xorg.conf. The question is just where did you put it? This is how it looks and works on my system: Section "ServerFlags" Option "AllowEmptyInput" "off" EndSection