-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jennifer L Brice <[EMAIL PROTECTED]> wrote:
JLB > I have a Compaq Presario 5184 with an oem 2 button mouse. It has a
JLB > ps/2 driver from logitech. I recently dual booted with Win98, the
JLB > original operating system and debian(Woody). When I log into x, my
JLB > mouse won't move at all. I configured it for ps/2/ and dev/paux. When
JLB > I sign out I get ee errors, that say that x can't find a mouse in
JLB > dev/imput/mice. Can anyone help? I am a linux newbie, so you have to
JLB > be precise. I installed it so I could learn it. Thanks.
look in your /etc/X11/XF86Config-4. if the mouse you are talking about
is a touchpad _on_ your laptop, you need to point the Device option to
/dev/psaux (note the spelling). if your mouse is a ps/2 mouse (connects
through the USB port of your laptop), then you need to point the Device
option to /dev/input/mice.
here is an eg.
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+bpCIpGV6DrcYEAURAgTfAKCCM+A4l2vzMZ0PIbVou4MHRODbxwCfSjoJ
PmYn+xQfqstyTGRXcjR4YTg=
=6SGO
-----END PGP SIGNATURE-----
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts