From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 16:29:20 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 5BDA616A417 for ; Sat, 9 Dec 2006 16:29:20 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA42E43C9E for ; Sat, 9 Dec 2006 16:28:14 +0000 (GMT) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by pukruppa.net (8.13.8/8.13.8) with ESMTP id kB9GU2Xo062512; Sat, 9 Dec 2006 17:30:03 +0100 (CET) (envelope-from ulrich@pukruppa.net) Date: Sat, 9 Dec 2006 17:30:02 +0100 (CET) From: "P.U.Kruppa" To: a@zeos.net In-Reply-To: <20061209145946.GA785@host.my.domain> Message-ID: <20061209172849.H1310@pukruppa.net> References: <20061209115914.F2078@pukruppa.net> <20061209145946.GA785@host.my.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 16:29:20 -0000 On Sat, 9 Dec 2006, a@zeos.net wrote: > 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 have got these too, thanks: Uli. > > I did not touch any hint since standard installation, and the kernel > detects the mouse as IntelliMouse. > > Elisej Babenko > Peter Ulrich Kruppa Wuppertal Germany