On Thu, Apr 01, 2004 at 08:55:01AM -0800, Jefferson Cowart wrote: > How would one check that? I've put my config file below. Sorry all I don't > know too much about how this works. All I know is that it used to work. I > upgraded and now it doesn't.
The XFree86 X server's mouse driver was rewritten for 4.3.0.
> $ cat /etc/gpm.conf
[...]
> device=/dev/psaux
> responsiveness=
> repeat_type=ms3
> type=autops2
> append=""
> sample_rate=
Okay. You need to reconfigure the XFree86 X server to listen to
repeater device, then:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
The above is not correct, according to Zephanaiah Hull, the GPM
maintainer.
Instead, use "Device" "/dev/gpmdata" and "Protocol" "IntelliMouse".
Also see the bug logs of #233933:
http://bugs.debian.org/233933
Does reconfiguring XF86Config-4 rectify your problem?
--
G. Branden Robinson | Men are born ignorant, not stupid.
Debian GNU/Linux | They are made stupid by education.
[EMAIL PROTECTED] | -- Bertrand Russell
http://people.debian.org/~branden/ |
signature.asc
Description: Digital signature

