Date: Tue, 18 May 1999 22:00:02 -0700 (PDT) From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/11773: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. Message-ID: <199905190500.WAA96172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/11773; it has been noted by GNATS. From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: pulsifer@cs.uh.edu Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/11773: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. Date: Wed, 19 May 1999 13:58:09 +0900 >>Number: 11773 >>Category: i386 >>Synopsis: mouse works at setup time. Under X it goes to the lower left > corner of the screen and doen not move. >>Confidential: no >>Severity: serious >>Priority: medium [...] >>Originator: Joseph Pulsifer >>Release: 3.1 >>Organization: >Personal use >>Environment: >FreeBSD hades.jpulsifer.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11: >08 >:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >>Description: >I have installed 3.1 several times in order to get the mouse to work proprly. >The system is a 233 MHz Pentium installed on a DFI P5BV3+ motherboard >with a PS/2 mouse port. The mouse moves properly when the drivers are >installed. > >Mouse device mse0 > Bus Mouse The PS/2 mouse device is psm0, not mse0. mse0 is for the bus mouse which is a totally different beast. > Type Auto This is fine. > Port PS/2 Yes, and this port is named "psm0" in /dev. >X configuration >Mouse >Port /dev/sysmouse >Protocol SysMouse or MouseSystems These are fine. Now, in order to test your PS/2 mouse and `mouse' daemon, please do the following when you are not running X. 1. Become root. 2. Kill the `moused' daemon, if it is already running. 3. Run the `moused' daemon as follows; it will print some info. moused -i all -p /dev/psm0 If you see the message something like: /dev/psm0 ps/2 sysmouse generic then, it is OK. 4. Then run the `moused' daemon in the foreground mode in order to see how it works. vidcontrol -m on moused -f -p /dev/psm0 Move the mouse and see if the mouse pointer will move in the text console screen. If it moves as you expect, then all is fine now. Hit ^C to stop the daemon. 5. Run the daemon in the background mode again. moused -p /dev/psm0 7. Then, edit /etc/rc.conf and make sure the following variables are correctly set so that the `moused' daemon will start up properly next time. moused_enable="YES" moused_type="auto" moused_port="/dev/psm0" moused_flags="" 8. Start X. Hope this will help. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905190500.WAA96172>