From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 11 07:16:40 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27DAE106566B; Mon, 11 Jun 2012 07:16:40 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C5DEE8FC1B; Mon, 11 Jun 2012 07:16:39 +0000 (UTC) Received: by yhgm50 with SMTP id m50so2548494yhg.13 for ; Mon, 11 Jun 2012 00:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EIodzbGuXXgW//AoshbFk0gnNmIIburk19UYnuFzWdY=; b=b39U5vmV0Xkv8ja1I6gxK5CNjSmKBsa2r2Ywb2M6/WPNotIhjJw8BdkSYTrKMH5n6p IX/7Me6PFFMbQi90ARXnxvyRZcisvCaD0AABh7ApxPeRd88R17U9PuygFHW+S4SmDslF iqi10NPb2RXZNjgUljOhXGIXLVoePK1zfievHA1o9H+fyiNxMqVwn+y2w1o6q4i/OBhB Ci2zqxChWLkszqz6eCM8hF8dZEMiKHdzu+iMlApfwS+0ubiCrO+5gvKwImeTUy4VXCns q6JaBZyqlf9g24fWFUVvAwRo7KqFJxMPr6sT4nG1bCrBI0pKFZDavwg81phmm3Mnj9Lt 8AIw== MIME-Version: 1.0 Received: by 10.236.190.5 with SMTP id d5mr19180413yhn.49.1339398998414; Mon, 11 Jun 2012 00:16:38 -0700 (PDT) Received: by 10.146.203.9 with HTTP; Mon, 11 Jun 2012 00:16:38 -0700 (PDT) In-Reply-To: <201206110520.q5B5KBGR084341@freefall.freebsd.org> References: <201206110517.q5B5HHoB013766@red.freebsd.org> <201206110520.q5B5KBGR084341@freefall.freebsd.org> Date: Mon, 11 Jun 2012 09:16:38 +0200 Message-ID: From: J B To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: misc/168938: moused enabled causes xorg startx to fail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 07:16:40 -0000 This is a bit strange. To fix the problem I disabled moused in /etc/rc.conf . 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 have 2 mouses: Lenovo thinkpad stick and external usb mouse. There was a fix offered on questions-list: Disable hal in xorg.conf, ServerLayout section: Option "AutoAddDevices" "Off" I assume this is a temp solution only. So I enabled moused in /etc/rc.conf, with the above xorg.conf fix. and rebooted. 'startx' log shows: (EE) config/hal: NewInputDeviceRequest failed (8) (EE) config/hal: NewInputDeviceRequest failed (8) but mouses seem to work again. jb