From owner-freebsd-x11@FreeBSD.ORG Mon Aug 27 22:40:51 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E98C2106568C for ; Mon, 27 Aug 2012 22:40:50 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2298FC1B for ; Mon, 27 Aug 2012 22:40:50 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so3511312wgb.31 for ; Mon, 27 Aug 2012 15:40:49 -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 :cc:content-type; bh=cD0tTZuqXnS1g9WOhJwRKZkaER+Q1VAy6zuwiwymGSU=; b=G62458F3ZYRhOUCccEJaJo7JcFE/PFCc2vLYyzWoeFcKMgq9RzC0zLGfbByRCgow4T dukLwcMLT3cCXKHDfEoBhFaxpJyW8fx9gyX75KNAiV+WRA5D5jgEzxaDqGG5Lu7N6JJS /4CS7O6gROHeKU6qT/ie90roLiP/GL+ERS8U4QTUWyLE08nk59M75GF3b0DE4NaVxDxH qe/JQpjtJBITY25ZsoLPEaB5KkPYuznIH+g37FfpBe0CHXkSWagZr4oMy5YNqavy3nEN 5OM5A3mzcC8lHOnm9w/c/NpYx8JHka4oZEMF/lOdGgO5iKUjBmwdMQp7s/WZUC6WCFFW 3S5A== MIME-Version: 1.0 Received: by 10.180.84.104 with SMTP id x8mr28461905wiy.20.1346107249296; Mon, 27 Aug 2012 15:40:49 -0700 (PDT) Received: by 10.223.63.76 with HTTP; Mon, 27 Aug 2012 15:40:49 -0700 (PDT) In-Reply-To: <201208271850.q7RIo8Vi070215@freefall.freebsd.org> References: <201208271850.q7RIo8Vi070215@freefall.freebsd.org> Date: Mon, 27 Aug 2012 15:40:49 -0700 Message-ID: From: Kevin Oberman To: J B Content-Type: text/plain; charset=UTF-8 Cc: freebsd-x11@freebsd.org Subject: Re: ports/168938: x11/xorg: moused(8) enabled causes xorg startx to fail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2012 22:40:51 -0000 On Mon, Aug 27, 2012 at 11:50 AM, J B wrote: > The following reply was made to PR ports/168938; it has been noted by GNATS. > > From: J B > To: eadler@freebsd.org, FreeBSD-gnats-submit@freebsd.org, > freebsd-bugs@freebsd.org > Cc: > Subject: Re: ports/168938: x11/xorg: moused(8) enabled causes xorg startx to fail > Date: Mon, 27 Aug 2012 20:41:43 +0200 > > Hi, > apparently this is not fixed yet - I tested it in: > > $ uname -a > FreeBSD localhost.localdomain 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 > 03:56:40 UTC 2012 > root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > $ cat .startx.log > X.Org X Server 1.7.7 > Release Date: 2010-05-04 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 9.0-RELEASE i386 > Current Operating System: FreeBSD localhost.localdomain 9.1-RC1 > FreeBSD 9.1-RC1 #0: Tue Aug 14 03:56:40 UTC 2012 > root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 11 June 2012 07:18:51AM > > Current version of pixman: 0.24.2 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 27 20:20:10 2012 > (==) Using config file: "/usr/local/etc/X11/xorg.conf" > (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) > ... > $ > > Sorry about that. Please reopen it. > > > On Fri, Aug 24, 2012 at 6:51 PM, wrote: > > Synopsis: x11/xorg: moused(8) enabled causes xorg startx to fail > > > > State-Changed-From-To: open->closed > > State-Changed-By: eadler > > State-Changed-When: Fri Aug 24 16:51:28 UTC 2012 > > State-Changed-Why: > > Per submitter request > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168938 I think you are missing the real issue. Your log says that you are trying to use /dev/psm0, not /dev/sysmouse. I can assure you that Xorg is working fine with moused, but only if Xorg tries to use that device. If moused is running, /dev/psm0 is owned by the moused process and can't be used by xorg. You have a configuration file. What if any configuration does it have for the mouse? Are you running hald? Did you build Xorg to use hald? on most systems, if the use of hald is consistent, you should not need any mouse configuration. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com