From nobody  Tue Mar 18 19:32:21 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id TAA01695;
          Tue, 18 Mar 1997 19:32:21 -0800 (PST)
Message-Id: <199703190332.TAA01695@freefall.freebsd.org>
Date: Tue, 18 Mar 1997 19:32:21 -0800 (PST)
From: King@kingdom.novosibirsk.rosprint.ru
To: freebsd-gnats-submit@freebsd.org
Subject: When mouse active in console XFree not started 
X-Send-Pr-Version: www-1.0

>Number:         3034
>Category:       i386
>Synopsis:       When mouse active in console XFree not started
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    brian
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 18 19:40:02 PST 1997
>Closed-Date:    Tue Apr 15 08:00:29 PDT 1997
>Last-Modified:  Tue Apr 15 08:02:26 PDT 1997
>Originator:     Igor Zozulya
>Release:        2.2-RELEASE
>Organization:
Global One
>Environment:
>Description:
If i have active my psm0 in console. Xfree not start with error
mouse device not found.
>How-To-Repeat:
Turn off mouse in console.
>Fix:

>Release-Note:
>Audit-Trail:

From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To: King@kingdom.novosibirsk.rosprint.ru
Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: Re: i386/3034: When mouse active in console XFree not started 
Date: Wed, 19 Mar 1997 14:07:00 +0900

 >>Number:         3034
 >>Category:       i386
 >>Synopsis:       When mouse active in console XFree not started
 >>Confidential:   no
 >>Severity:       critical
 >>Priority:       medium
 >>Responsible:    freebsd-bugs
 >>State:          open
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Tue Mar 18 19:40:02 PST 1997
 >>Last-Modified:
 >>Originator:     Igor Zozulya
 >>Organization:
 >Global One
 >>Release:        2.2-RELEASE
 >>Environment:
 >>Description:
 >If i have active my psm0 in console. Xfree not start with error
 >mouse device not found.
 >>How-To-Repeat:
 >Turn off mouse in console.
 
 I guess you are seeing conflicts between `moused' and the X server.
 This is, in a sense, expected behavior. 
 
 When you use your mouse, PS/2 mouse or whatever, both in your console
 and in your X, you tell `moused' the true type of your mouse and its
 port. But tell the X server it should access the mouse at
 `/dev/sysmouse' and the type of the mouse is `MouseSystems';
 REGARDLESS of the actual type of your mouse.
 
 To do this, you should put the following lines in the `Pointer'
 section of your `XF86Config' (usually in /usr/X11R6/lib/X11):
 
     Protocol  "MouseSystems"
     Device    "/dev/sysmouse"
 
 Kazu
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Tue Apr 15 08:00:29 PDT 1997 
State-Changed-Why:  
This sysmouse information is now in the FAQ. 


Responsible-Changed-From-To: freebsd-bugs->brian 
Responsible-Changed-By: brian 
Responsible-Changed-When: Tue Apr 15 08:00:29 PDT 1997 
Responsible-Changed-Why:  
PR closed by brian 
>Unformatted:
