[mythtv-users] What IR ... --> Need Help, Trackball doesn't work

Peter VanDerWal peter at vanderwal.us
Wed Jul 2 21:55:16 UTC 2008


> Except....  I cannot get the track ball to work.

-snip-

> Section "InputDevice"
>     # generated from default
>     Identifier     "Mouse0"
>     Driver         "mouse"
>     Option         "Protocol" "auto"
>     Option         "Device" "/dev/psaux"
>     Option         "Emulate3Buttons" "no"
>     Option         "ZAxisMapping" "4 5"
> EndSection

I use a Xgene wireless (RF) keyboard with trackball.  This is what works
for me:

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


HTH



More information about the mythtv-users mailing list