You've got a lot further than me then! 1.3.2-pre4 works fine (apart from the audio synch in divx) but can't even start 1.3.4...
(Redhat 9 - kernel 2.4.20-19.9smp Dual PII 400) ----- Original Message ----- From: "Gray, Tim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 1:59 PM Subject: RE: [Freevo-users] DXR3 problem & more > First off your remote problem is wither because of a miscalibration of your > remote or the remote you chose to use is causing the problem. I have no > problems with my IR control at all. > > I also cannot get the dxr3 to completely work. I have mplayer working and > playing to the dxr3 from the command line, and freevo showing it's OSD on > the dxr3 output perfectly... > > but when I launch anything that starts mplayer inside freevo it crashes > mplayer and freevo with "video device not available" as freevo is not > letting go of the dxr3 for mplayer and when it comes back freevo freaks out > also. > > Downgrade to an earlier freevo will probably fix it but from what I can tell > dxr3 is broken in 1.3.4..... > > I have a geforce2 with tv out coming in the mail ($5.00 from ebay!) as the > dxr3 is becoming more and more of a kludge/hack... I think I need to get > away from it so I can reproduce the box for friends.... > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 5:41 PM > To: [EMAIL PROTECTED] > Subject: [Freevo-users] DXR3 problem & more > > > 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 ------------------------------------------------------- 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