MythTV Box
I’ve been playing with MythTV for a few days and its working pretty well, but not without a bit of work..
The main problem right now with MythTV for me happens to be the TV part - The SVideo input on my (WinTV USB2) capture card doesn’t work and telling MythTV that my DirecTV reciever is on channel 3 is not working right…
So - I originally started by installing Fedora 7 and trying to compile MythTV from SVN there - this was a disaster. So.. fglrx, the worthless closed source atrocity that it is, does not work yet on fedora 7, but I heard that r300 managed to get my card working (my devil card - Ati Radeon XPress 200M - Took a while for even fglrx to get support for it) in SVN, so I tried to compile DRI and a few other things, this was rather easy to do, but just did not work - feeling a bit angry at it I decided to move on to just getting MythTV to work - and I’d worry about DRI later.
I checked out MythTV and friends from SVN and began to compile - Then, thinking about the last time I tried to use MythTV on this laptop, I remembered just how long it takes to compile MythTV on it, after several compile errors and an hour or so, I gave up on using Fedora 7 on it.
Feeling rather angry about the complete failure that was my first attempt to configure a MythTV box today, I decided to go the lazy route and just grabbed a copy of KnoppMyth and installed it on the box. This, almost to my surprise, worked.. The configuration scripts made it quite easy to get it to a near usable state rather quickly, which I liked, and I managed to get fglrx working on it after a bit of work.
I like to play classic games, when I used mms (mms.sunsite.dk) on it I had a nice library of snes/nes games, all playable at the click of my remote (which is nice enough to behave as a keyboard/HID on the computer - that with xmodmap made it easy to make the remote usable) - So I setup MythGame with zsnes and mednafen - this worked rather easily.
Nintendo 64 emulation (which, I diddn’t use when I used mms because of the lack of DRI on that system) was a bit tougher. Mupen64 is a very nice Nintendo 64 emulator - it even comes with a nogui version that can be launched from MythGame. The problem is that this nogui version is completely useless without modifying it quite a bit (it ignores config files and likes to ask for user input on the command line even though you told it 800 times that you want to use this video plugin). The gui version, on the other hand, works fine and supports a –fullscreen argument and a rom argument from the command line - the problem was that once you exit the game the GUI is still there. After a bit of tinkering with the source code I made it exit the program once the game is done - this works nicely, except when launched from MythGame the game says NO CONTROLLER - and I haven’t had time to look into this yet…
The last thing I configured, MythVideo was the easiest, just setup my NFS mount to my fileserver and configured it to use that directory and it worked - but then fglrx decided to try and harm me again - It has xvideo disabled by default, which both the mythtv player and mplayer are set to use in MythVideo - but this was fixed with one simple command (aticonfig –overlay-type=Xv)….
In other news, this site now uses LighttpD instead of apache…yay!

