Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 12:28:49 -0400
From:      James Housley <jim@thehousleys.net>
To:        Frank Tobin <ftobin@uiuc.edu>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: mouse broken in X-4.0.1 (cvsup yesterday)
Message-ID:  <39D371C1.8356CEB@thehousleys.net>
References:  <Pine.BSF.4.21.0009281121320.58489-100000@palanthas.neverending.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Frank Tobin wrote:
> My mouse settings from /etc/X11/XF86Config:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "Auto"
>         Option      "Device" "/dev/mouse"
> EndSection
> 
> My mouse is PS/2.
> 
You might have better luck fully specifing it, I had trouble until I
changed mine to:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psm0"
EndSection

Jim
-- 
Your mouse has moved.
Windows NT must be restarted for the change to take effect!

Reboot now?  [OK]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39D371C1.8356CEB>