[mythtv-users] Native Linux games on MythTV

Robert Rozman rozman at fri.uni-lj.si
Thu Apr 15 05:57:07 EDT 2004


Hi,

I have also another idea of games. I happen to use postnuke and there is a
bunch of free flash games (50+) and there are some that are really nice
(original Space invaders, Pacman, ...). In postnuke they are served from web
pages to clients. I wonder if it will be possible to launch them from
Mythtv. I really like them, cause they remind me of times, when first game
machines came out (I remember Space Invaders particularly)...

Regards,

Robert.

----- Original Message ----- 
From: "Paul W. Smith" <cvpsmith at ncche.olemiss.edu>
To: "Discussion about mythtv" <mythtv-users at mythtv.org>
Sent: Wednesday, April 14, 2004 8:24 PM
Subject: Re: [mythtv-users] Native Linux games on MythTV


> On Wednesday 14 April 2004 12:42 pm, Robert Rozman wrote:
> > Hi,
> >
> > can you play original linux games with lirc remote out of the box? If
not,
> > what should be done ?
> >
> > If someone is using those games, please contribute your experiences. Why
> > not use games that are already there ?
> >
> > Regards,
> >
> > Robert.
>
> You have to set up the remote for each specific game.  For example, I use
the
> irxevent and start it up with everything else in /etc/X11/xinit/xinitrc:
>
> # start some nice programs
>         /usr/bin/irxevent /home/mythuser/games.lircrc &
>         # fluxbox & wmpid=$!
>         mtd -d &
>         mythfrontend &
>         fluxbox wmpid=$!
>         wait $wmpid
>
> Then, from the irxevent line above, create a file called games.lircrc like
so:
>
> # games.lircrc
>
>
> # Frozen Bubble Setup
>
> # Channel Up
> begin
> prog = irxevent
> button = CH+
> repeat = 3
> config = Key Up Frozen-Bubble
> end
>
> # Channel Down
> begin
> prog = irxevent
> button = CH-
> repeat = 3
> config = Key Down Frozen-Bubble
> end
>
> # OK/Select
> begin
> prog = irxevent
> button = OK
> config = Key Return Frozen-Bubble
> end
>
> # Escape/Exit/Back
> begin
> prog = irxevent
> button = BACK/EXIT
> config = Key Escape Frozen-Bubble
> end
>
> # Pause
> begin
> prog = irxevent
> button = PAUSE
> repeat = 0
> config = Key P Frozen-Bubble
> end
>
> # Mute
> begin
> prog = irxevent
> button = MUTE
> repeat = 0
> config = Key F9 Frozen-Bubble
> end
>
> # Scroll up
> begin
> prog = irxevent
> button = VOL+
> repeat = 1
> config = Key Right Frozen-Bubble
> end
>
> # Scroll down
> begin
> prog = irxevent
> button = VOL-
> repeat = 1
> config = Key Left Frozen-Bubble
> end
>
>
> And that should do it!
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list