From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 14:59:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6FA6216A403 for ; Sat, 9 Dec 2006 14:59:58 +0000 (UTC) (envelope-from a@zeos.net) Received: from dec.ukrtel.net (dec.ukrtel.net [195.5.6.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A474343CB0 for ; Sat, 9 Dec 2006 14:58:50 +0000 (GMT) (envelope-from a@zeos.net) Received: from 129-56-124-91.pool.ukrtel.net ([91.124.56.129] helo=host.my.domain) by dec.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1Gt3g8-00077J-Gw; Sat, 09 Dec 2006 16:59:53 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id kB9ExkbO000886; Sat, 9 Dec 2006 16:59:47 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id kB9ExkS1000885; Sat, 9 Dec 2006 16:59:46 +0200 (EET) (envelope-from a@zeos.net) Date: Sat, 9 Dec 2006 16:59:46 +0200 From: a@zeos.net To: "P.U.Kruppa" Message-ID: <20061209145946.GA785@host.my.domain> Mail-Followup-To: "P.U.Kruppa" , freebsd-questions@freebsd.org References: <20061209115914.F2078@pukruppa.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20061209115914.F2078@pukruppa.net> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: freebsd-questions@freebsd.org Subject: Re: Optical PS/2 Mouse ??? 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: Sat, 09 Dec 2006 14:59:58 -0000 On Sat, Dec 09, 2006 at 12:24:45PM +0100, P.U.Kruppa wrote: > Hi, > > I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it working with > FreeBSD, neither on console nor on xorg. > The mousepointer will only show up once on screen and then seems to vanish > somewhere in the lower border. > Of course the thing works wonderfully when I boot into windows. > > Does anyone have a working configuration ??? > > Thanks, > > Uli. > > Some data: > ---------- > FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec 5 > 07:50:41 CET 2006 > > > Originally my mouse identified as > psm0: model IntelliMouse Explorer device ID 4 > > Somewhere in the net I found the idea to set > hint.psm.0.flags="0x200" > now I get > psm0: flags 0x200 irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model Generic PS/2 mouse, device ID 0 > > In my xorg.conf I have > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > # Option "Protocol" "auto" > Option "Protocol" "ps/2" > # Option "Device" "/dev/sysmouse" > Option "Device" "/dev/psm0" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > (I experimented with the #'s) > > > > Peter Ulrich Kruppa > Wuppertal > Germany > I have a nice Optical PS/2 mouse and it works fine both on console and on xorg. But I use FreeBSD 6.1-RELEASE psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 There are the following hints: hint.psm.0.at="atkbdc" hint.psm.0.irq="12" I did not touch any hint since standard installation, and the kernel detects the mouse as IntelliMouse. Elisej Babenko