[ltp] usb mice and X

henry ritzlmayr linux-thinkpad@linux-thinkpad.org
Mon, 19 Jan 2004 13:27:06 +0100


--=-8lPTe7iqbw+MRHFuxyqH
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

on my r50p this works fine with this config - give it a try.

henry

Section "InputDevice"
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "PS/2"
    Option "Device"     "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
    Identifier  "DevInputMice"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "no"
EndSection


Section "ServerLayout"
    <snip>...
    InputDevice "Mouse1" "CorePointer"
    InputDevice "DevInputMice" "AlwaysCore"
EndSection


>I've configured X to accept a usb mouse alongside the ultranav
>pad/stick=20
>on my T41, but when using the USB mouse X will go to the screensaver=20
>after a few minutes as if it's not recognising the mouse events (clicks=20
>etc) as activity, even though it works fine. any idea if i can fix this?

>my X config for the usb mouse:

>Section "InputDevice"
> Driver       "mouse"
> Identifier   "Mouse[2]"
> Option       "Device" "/dev/usbmouse"
> Option       "Name" "Autodetection"
> Option       "Protocol" "imps/2"
> Option       "Vendor" "Sysp"
> Option       "ZAxisMapping" "4 5"
>EndSection



>mark



--=-8lPTe7iqbw+MRHFuxyqH
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Dies ist ein digital signierter Nachrichtenteil

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQBAC8xVitmarhIURdoRAug5AJ0XweEZ/CPrLg1UhWQv4mkegIArhgCfcGx4
g3de1+pa7GJIjxDhPgXcWnY=
=cYW7
-----END PGP SIGNATURE-----

--=-8lPTe7iqbw+MRHFuxyqH--