Date: Tue, 18 Mar 1997 21:10:02 -0800 (PST) From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: freebsd-bugs Subject: Re: i386/3034: When mouse active in console XFree not started Message-ID: <199703190510.VAA06649@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/3034; it has been noted by GNATS. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703190510.VAA06649>