From nobody@FreeBSD.ORG Tue May 18 20:31:47 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id C8F7B14BE7; Tue, 18 May 1999 20:31:47 -0700 (PDT)
Message-Id: <19990519033147.C8F7B14BE7@hub.freebsd.org>
Date: Tue, 18 May 1999 20:31:47 -0700 (PDT)
From: pulsifer@cs.uh.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: mouse works at setup time.  Under X it goes to the lower left corner of the screen and doen not move.
X-Send-Pr-Version: www-1.0

>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
>Responsible:    yokota
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 20:40:00 PDT 1999
>Closed-Date:    Wed Jul 14 23:13:52 GMT 2004
>Last-Modified:  Wed Jul 14 23:13:52 GMT 2004
>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
	Type		Auto		
	Port		PS/2
X configuration
Mouse
Port		/dev/sysmouse
Protocol	SysMouse or MouseSystems

VideoCard
		Card selected	Matrox Mystique G200 4MB







>How-To-Repeat:
run xinit and move the mouse
>Fix:
none

>Release-Note:
>Audit-Trail:

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
 
 
Responsible-Changed-From-To: freebsd-bugs->yokota 
Responsible-Changed-By: msmith 
Responsible-Changed-When: Wed Jun 23 17:32:01 PDT 1999 
Responsible-Changed-Why:  
This may want to be closed if there are no further issues arising from it. 

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: Tue, 31 Aug 1999 18:35:10 +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.
 [...]
 >>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.
 
 Do you still have this problem?
 
 Kazu
 
State-Changed-From-To: open->closed 
State-Changed-By: dannyboy 
State-Changed-When: Wed Jul 14 23:13:27 GMT 2004 
State-Changed-Why:  
Nearly five years of feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=11773 
>Unformatted:
