[mythtv-users] ATI Remote Wonder

Simon at the Threshold dweller at the-threshold.org
Fri Jan 9 03:03:14 EST 2004


Albert Santoni wrote:
> Paul Woodward wrote: 
> Could you post your .xmodmaprc file please? Thanks a lot!
> Oh, and do you use the mouse emulation thingy? Is it useful?
> (Did you modify your XF86Config-4 file to make it work as a 
> keyboard/mouse?)

To use the ATI remote as a mouse (Quite cute really)


Add/Activate the USB mouse section in your XF86Config

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


Add these two lines to the ServerLayout section of your XF86Config

         InputDevice    "USB Mice" "CorePointer"
         InputDevice    "USB Mice" "SendCoreEvents"


At which point you should beable to control your screen using your PS/2 
mouse and your remote (Or fight with a friend or partner) <Grin>

Regards
Simon



More information about the mythtv-users mailing list