Hi Jerry and all HW+/DXR3 owners, yes, it's not simple to get the HW+ to work but with freevo 1.3.4 I succeeded after some pitfalls. I'm remembering the python game error and it frustated me. The key is a correct working patch version of the sdl lib (1.2.5).
I downloaded the tarball freevo-1.3.4.tgz and compiled the sdl-library with the dxr3 patch as described. Python Game Module doesn't work with so far. BTW - have you configured the dxr3 correctly and works mplayer with tvout properly ? Step 2 after compiling was configuring these files (trivial) freevo.conf freevo_config.py local_config.py (instead of freevo_config) Don't forget to put the compiled sdl library in the runtime dll dir: libSDL. so my freevo.conf for europe pal (not complete): (the geometry param must be edited by hand) cdparanoia = ./runtime/apps/cdparanoia chanlist = europe-west display = dxr3 fbxine = /usr/local/bin/fbxine geometry = 720x576 jpegtran = ./runtime/apps/jpegtran lame = ./runtime/apps/lame mplayer = ./runtime/apps/mplayer oggenc = ./runtime/apps/oggenc tv = pal version = 2.1 xine = /usr/local/bin/xine local_config.py: maybe getting audio out from the HW+: AUDIO_DEVICE = '/dev/em8300_ma-0' I guess it's a not working sdl-library ! That's why I had some difficulties to get it to work but now I'm satisfied so far but pygame and mame/snes still not working! BTW I'm using SuSE 8.0 and I can mail you my working SDL or patched source tree. My hint get a proper compiled patched sdl lib and put it to the runtime dll dir and don't forget to set eg a symbolic link to it and rename/delete the distributed one. maybe your libavcodec.so lib isn't correct or too old because libSDL depends on it: runtime/dll: ./libSDL-1.2.so.0 libavcodec.so => /usr/lib/libavcodec.so (0x40089000) mplayer compiles that one or get it from the ffmpeg-site. My working one is the old libavcodec-0.4.6.so - (that's a hint to your error (afaik)): SDL dxr3 video driver w/ fame (0.1) or it could be the famelib http://sourceforge.net/projects/fame so I did it my way: compiled libfame / fame compiled ffmpeg compiled mplayer built the working sdl lib and putting it to the runtime/dll deleting the old one edited the config's in freevo roots and now I'm enjoying it but without the game module (it has not to be deactivated to get freevo run) Thomas BTW: oh there's a new one on the site ffmpeg.sourceforge.net (0.4.7) - I just have no time to test it. Am Mittwoch, 27. August 2003 23:41 schrieb [EMAIL PROTECTED]: > Hi everybody! > > I've tried to get freevo working with my Hollywood+ card for several > days now but I haven't succeeded so far. I learned from a posting > that the binary releases do not support the dxr3 anymore. Neverthe- > less I replaced the libSDL with the one supporting dxr3 hardware. > As you can see below the 'osd.py' seems to make troubles. Although > mplayer does play videos via the dxr3 card the freevo menu is always > displayed on the monitor only. > Is the error because of the rpm package? If yes, what's wrong with > the compiling process? > > Apart from this problem there are some more which I want to list here: > 1. playing audio cd's in freevo doesn't work, audio cd is not found > (mplayer cdda://1 does play the first track with stuttering and > xmms even flawlessly!) > no problem with data cd's, those are mounted successfully > 2. menu browsing with a remote control is a bit tricky because of high > sensibility (if I press the 'down' button it often happens that it > scrolls to fast, so another menu entry is selected - maybe due to > caching?) > 3. Does freevo support a local cddb/freedb database for lookup? > > BTW: I use Suse Linux 8.2, just in case something's works differently > with that distro. > > Thanks for your help in advance! > Jerry > > freevo-1.3.2 rpm release: > ========================= > > Logging info in /var/log/freevo/internal-main-0.log > --------------------------------------------------------------------------- >---- Starting src/main.py:stdin at Wed Aug 27 10:18:54 2003 > Logging info in /var/log/freevo/internal-main-0.log > --------------------------------------------------------------------------- >---- Starting src/main.py:stderr at Wed Aug 27 10:18:54 2003 > Loading configure settings: /etc/freevo/freevo.conf > Reading config file /etc/freevo/freevo.conf > Cfg file data: "chanlist = us-cable" > Cfg file data: "display = dxr3" > Cfg file data: "geometry = 720x576" > Cfg file data: "jpegtran = ./runtime/apps/jpegtran" > Cfg file data: "mplayer = ./runtime/apps/mplayer/mplayer" > Cfg file data: "tv = pal" > Cfg file data: "tvtime = ./runtime/apps/tvtime/tvtime" > Cfg file data: "version = 2.0" > Loading cfg: ./freevo_config.py > Using MPlayer: ./runtime/apps/mplayer/mplayer > Loading cfg overrides: /etc/freevo/local_conf.py > ROM_DRIVES: Auto-detected and added "('/media/cdrom', '/dev/cdrom', > 'CD-1')" > > WARNING: DVD protection override disabled! You will not be able to play > protected DVDs! > > WARNING: You are using the SDL dxr3 video driver w/ fame (0.1)! > Pygame Parachute Traceback: > File "/src/osd.py", line 329, in __init__ > Fatal Python error: (pygame parachute) Segmentation Fault > /usr/local/freevo/freevo: line 135: 1262 Aborted > ./runapp python src/main.py $@ > > freevo-1.3.4 rpm release: > ========================= > > No overrides loaded > WARNING: You are using the SDL dxr3 video driver w/ fame (0.1)! > Pygame Parachute Traceback: > File "/src/osd.py", line 340, in __init__ > Fatal Python error: (pygame parachute) Segmentation Fault > /usr/local/freevo/freevo: line 150: 1305 Aborted > ./runapp python -OO src/main.py $@ > > freevo-1.3.4 tar release (make install doesn't work!): > ====================================================== > > ROM_DRIVES: Auto-detected and added "('/media/cdrom', '/dev/cdrom', > 'CD-1')" WARNING: You are using the SDL dxr3 video driver w/ fame (0.1)! > Pygame Parachute Traceback: > File "src/osd.py", line 340, in __init__ > Fatal Python error: (pygame parachute) Segmentation Fault > ./freevo: line 150: 1317 Aborted ./runapp python -OO > src/main.py $@ > > freevo-1.3.4 tar release (make install error): > ============================================== > > linux:/tmp/freevo-1.3.4 # make install > make -C fbcon > make[1]: Entering directory `/tmp/freevo-1.3.4/fbcon' > make -C matroxset > make[2]: Entering directory `/tmp/freevo-1.3.4/fbcon/matroxset' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/tmp/freevo-1.3.4/fbcon/matroxset' > make[1]: Leaving directory `/tmp/freevo-1.3.4/fbcon' > ./runapp python src/setup_freevo.py --compile=2,/usr/local/freevo > writing byte-compilation script '[EMAIL PROTECTED]' > /tmp/freevo-1.3.4/runtime/apps/freevo_python -OO [EMAIL PROTECTED] > /tmp/freevo-1.3.4/runtime/apps/freevo_python: relocation error: > ./runtime/dll/libc.so.6: symbol __libc_stack_end, version GLIBC_PRIVATE > not defined in file ld-linux.so.2 with link time reference > Traceback (most recent call last): > File "src/setup_freevo.py", line 249, in ? > optimize=optimize) > File "/tmp/freevo-1.3.4/runtime/lib/python2.2/distutils/util.py", > line 406, in byte_compile > spawn(cmd, verbose=verbose, dry_run=dry_run) > File "/tmp/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", > line 38, in spawn > _spawn_posix(cmd, search_path, verbose, dry_run) > File "/tmp/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", > line 133, in _spawn_posix > raise DistutilsExecError, \ > distutils.errors.DistutilsExecError: command > '/tmp/freevo-1.3.4/runtime/apps/freevo_python' failed with exit status 127 > make: *** [python_compile] Error 1 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Freevo-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users