From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 10:16:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EDD31065670 for ; Tue, 14 Apr 2009 10:16:48 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 6A36A8FC1A for ; Tue, 14 Apr 2009 10:16:47 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 21178 invoked from network); 14 Apr 2009 10:16:46 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 14 Apr 2009 10:16:46 -0000 Message-ID: <49E4628D.7060208@FreeBSD.org> Date: Tue, 14 Apr 2009 12:16:45 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Tim Kientzle References: <49D8D03B.8090302@arcor.de> <3a142e750904050919l1388b559t9bbd751546e239e7@mail.gmail.com> <1238957462.1829.8.camel@balrog.2hip.net> <49D90363.6010602@arcor.de> <1238959921.1829.10.camel@balrog.2hip.net> <49DB573C.3020703@FreeBSD.org> <1239129677.1947.14.camel@balrog.2hip.net> <49DC5066.1010607@FreeBSD.org> <1239176118.1954.11.camel@balrog.2hip.net> <49DF49AD.30701@FreeBSD.org> <49DFBAEF.1080904@freebsd.org> In-Reply-To: <49DFBAEF.1080904@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Robert Noland Subject: Re: xorg loops X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 10:16:49 -0000 Tim Kientzle ha scritto: >> Nope :-( I have the same symptoms without using kdm and without >> launching it from /etc/ttys. Actually the mouse doesn't work even if I >> kill moused. The only way to make it working is setting >> AllowEmptyInput to off, nothing else works. > > Are you running hald? Of course (even if I don't use it for anything): %ps ax | grep hal 1031 ?? Ss 0:00,44 /usr/local/sbin/hald 1035 ?? I 0:00,05 hald-runner 1039 ?? S 0:00,08 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled (hald-addon-storage) 1041 ?? S 0:00,11 hald-addon-storage: /dev/cd0 (hald-addon-storage) 1418 p0 S+ 0:00,00 grep hal %ps ax | grep dbus 917 ?? Is 0:00,01 /usr/local/bin/dbus-daemon --system 1420 p0 RL+ 0:00,00 grep dbus > On my system: > > AllowEmptyInput hald Result > off enabled Mouse/keyboard delays/jerkiness > off disabled Works > on (default) enabled Works > on (default) disabled No mouse/keyboard On my system: AllowEmptyInput hald Result off enabled Works off disabled Works on (default) enabled No mouse on (default) disabled No mouse As said, KDM or simple X session doesn't care, /etc/ttys or command line doesn't care. I still haven't received an answer on the following doubt: is it normal that lshal / hal-device doesn't show any mouse? -- Alex Dupre