[mythtv-users] FW: running setup

Justin yell at rogers.com
Mon Mar 17 04:22:01 UTC 2003


Paul,
   Thanx a bunch...you totally rock.  This is exactly what I was looking 
for.  I'll give it a shot later today when I get home.
Sorry to hear about your remote though.  :(  What happened to it?

Mark
Paul Mietz Egli wrote:

>>I'm looking for any help that I can get with setting up Myth to work
>>with my ATI Remote.
>>    
>>
>
>I'm using the ati_remote module from the GATOS project (not lirc_usb),
>and before the remote kicked the bucket last week, the following
>settings were working for me:
>
>in /etc/rc.d/rc.local:
>
>  modprobe ati_remote
>
>in /etc/modules.conf:
>
>  alias usb-controller usb-ohci
>  alias usbdevfs usbcore
>
>in XF86Config:
>
>  Section "InputDevice"
>        Identifier  "ATI Remote"
>        Driver      "mouse"
>        Option      "Protocol" "PS/2"
>        Option      "Device" "/dev/input/mice"
>        Option      "SendCoreEvents"
>  EndSection
>
>  # add to Section "ServerLayout"
>
>        InputDevice    "ATI Remote" "CorePointer"
>
>Once you have the device working, run xev, start pressing keys, and
>write down the keycodes.  You can use xmodmap to remap Myth keys to
>these keycodes by creating a .xmodmaprc file and running xmodmap
>.xmodmaprc in your .profile.  Here's an example of my .xmodmaprc file,
>which is still a work in progress:
>
>! mythtv definitions
>! remap menu key (176) to escape for cancel
>keycode 63 = Escape
>! remap open book (230) to m for menu
>keycode 230 = m
>! pause/play
>keycode 110 = p
>keycode 168 = p
>! info
>keycode 146 = i
>! map power button to quit
>keycode 222 = Escape
>! map stop button to quit
>keycode 232 = Escape
>! channel up to arrow up
>keycode 105 = Up
>keycode 99 = Down
>! ff and rw to arrows
>keycode 233 = Right
>keycode 152 = Left
>! volume controls
>keycode 165 = bracketleft
>keycode 158 = bracketright
>keycode 166 = bar
>
>Hope this helps!
>
>p.
>
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at snowman.net
>http://www.snowman.net/mailman/listinfo/mythtv-users
>
>  
>





More information about the mythtv-users mailing list