From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 15:23:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5363D1065787 for ; Mon, 11 Jun 2012 15:23:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0C53D8FC16 for ; Mon, 11 Jun 2012 15:23:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Se6Sj-0006M0-FF for freebsd-questions@freebsd.org; Mon, 11 Jun 2012 17:23:25 +0200 Received: from np-19-75.prenet.pl ([np-19-75.prenet.pl]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2012 17:23:25 +0200 Received: from jb.1234abcd by np-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2012 17:23:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Mon, 11 Jun 2012 15:22:51 +0000 (UTC) Lines: 41 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20100101 Firefox/13.0) Subject: Re: xfce 4.10 update problems 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: Mon, 11 Jun 2012 15:23:32 -0000 Warren Block wonkity.com> writes: > ... > > - startx fails when moused enabled > > (EE) xf86OpenSerial: Cannot open device /dev/psm0 > > Device busy. > > (EE) PS/2 Mouse: cannot open input device > > (EE) PreInit returned NULL for "PS/2 Mouse" > > (EE) config/hal: NewInputDeviceRequest failed (8) > > xinit: connection to X server lost > > > > Any known solutions ? > > Disable hal in xorg.conf, ServerLayout section: > > Option "AutoAddDevices" "Off" OK, that's way to go. But there is something strange. I tried to fix the problem by disabling moused in /etc/rc.conf . After reboot, I could 'startx' X session. But 'ps' still showed moused processes: $ ps auxww |grep -i mouse root 1286 0.0 0.1 9716 1148 ?? Ss 8:55AM 0:01.02 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid root 1888 0.0 0.1 9716 1144 ?? Is 8:55AM 0:00.00 /usr/sbin/moused -p /dev/psm0 -t auto root 2045 0.0 0.1 12340 2516 ?? I 8:55AM 0:00.01 hald-addon-mouse-sysmouse: /dev/psm0 (hald-addon-mouse-sy) root 2065 0.0 0.1 12340 2520 ?? I 8:55AM 0:00.01 hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mouse-sy) jb 2262 0.0 0.1 9748 1284 2 S+ 9:03AM 0:00.01 grep -i mouse I tested it by rebooting 3 times. I have 2 mouses: Lenovo Thinkpad stick and external usb mouse. How to explain that? jb