Subject: Re: Problem with mouse and X on PowerMac4400
To: None <port-macppc@NetBSD.org>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 01/20/2003 20:39:36
--Multipart_Mon_Jan_20_20:39:36_2003-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


Ralf H=F6ling> problem. Then I tried to start X and it worked, but the mous=
e doesn't=20
Ralf H=F6ling> work and the monitor-resolution is about 640x480 so I can't =
work.

Ralf H=F6ling> PowerMacintosh 4400 160 Mhz, 98MB Ram

For the mouse of PM 4400, you need special care to=20
work on X11. It is because the machine is with Tanzania
logic board, which has PS/2 and native ADB muxed as mouse driver,=20
but PS/2 port is not exposed with 4400 hardware.

My work arround was to have special kernel configured
to map ADB mouse as wsmouse0.

See also PR/10240:
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=3D10240
---
Makoto Fujiwara,=20


--Multipart_Mon_Jan_20_20:39:36_2003-1
Content-Type: message/rfc822

>From makoto@ki.nu  Tue Aug  7 09:01:57 2001
Date: Tue, 07 Aug 2001 09:01:49 +0900
Message-ID: <yfmd76868lu.wl@harry.ki.nu>
From: Makoto Fujiwara <makoto@ki.nu>
To: t-horikawa@aj.jp.nec.com
Cc: gnats-bugs@gnats.netbsd.org
Subject: Re: port-macppc/10240: Mouse does not work
In-Reply-To: <200005310139.SAA09628@nbwww.isc.org>
References: <200005310139.SAA09628@nbwww.isc.org>
User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/21.0.104
 (powerpc-apple-netbsdelf1.5W) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=)
Organization: www.ki.nu
	lGzCI]kY<E*I"_ANjH9I1X|x@QD}QFEgU&\*]QKBlRo#Vu/7_~?lMzz\LbYgVO[?0|O{wn/I2"o4,=
	(jU;9M^2#Fv=yd#U@U=B\//jfR5#,Q"MhvSsx?b/Idp.[2La+1VH#Y|?gdw&O/|7GM.tP#_#1,0/90
	3!?,BAMY\-
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII

T.Horikawa reported as
 | My mouse attached to Power Macintosh 4400/200
 | does not work, because its access is not ams0
 | but ams1 whose mouse events will not reach
 | to wsmouse0.

I now have PM4400/200 and encountered to the same problem.
The work arround I took for 1.5X is to swap ams/wsmouse
by following 4400-dedicated-kernel.

  Just FYI,
  Makoto
--- GENERIC	Mon Aug  6 17:24:14 2001
+++ GENERIC-ams-swap	Tue Aug  7 08:29:33 2001
@@ -211,7 +211,8 @@
 
 wsdisplay0 at ofb? console ?
 wskbd0	at akbd? console ?
-wsmouse* at ams?
+wsmouse1 at ams?
+wsmouse0 at ams?
 
 scsibus* at adv?
 scsibus* at ahc?

---
(Makoto Fujiwara)


--Multipart_Mon_Jan_20_20:39:36_2003-1--