Did you use SDL 1.2.6 and ffmpeg 0.4.6 ?
If you did then I suspect that you copied the wrong libSDL-1.2.so.0 into runtime/dll make sure the time stamp is correct
I can send you my libSDL-1.2.so.0, do you want it?
Khiraly wrote:
Hi!
I have tried to follow the DXR3 tutorial, but Im not able to see the menu on my TV. http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page?action=highlight&value=dxr3
I have found some message about this problem on the net: http://www.mail-archive.com/[EMAIL PROTECTED]/msg05871.html
But not a result.
What is working: I am able to play movies(divx) with mplayer on my Sigma Design Hollywood+ carte. The audio work also fine.
What is not working: The freevo menu is not working on my H+ carte. If I set the video output to xv (or x11) also work just fine. So usually freevo is running.
What I have done:
I have installed on my debian sid system the following packages:
lsdvd
mp1e_1.9.3cvs-freevo1_i386.deb
mt-daapd_0.2.0-cvs20040507_i386.deb
python2.3-mmpython_0.4.2-freevo1_i386.deb
python2.3-pylcd_0.2.0-freevo1_all.deb
python2.3-pylirc_0.0.4-1_i386.deb
python2.3-pygame version:1.6-0.1
And all the packages wich had dependency on this packages.
I have downloaded the latest stable release from freevo's homepage: http://aleron.dl.sourceforge.net/sourceforge/freevo/freevo-1.5-rc2.tar.gz
I have patched the sdl source from freevo:
cvs -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/sdlweb/libsdl.org/cvs checkout SDL12
I have patched as in the howto was. I got the following warning:
patch -p1 < SDL-1.2.6-nokeyboard.patch
patch -p1 < SDL-1.2.6-dxr3-ffmpeg.patch patch -p1 < SDL-1.2.6-gcc3.patch
But I wasnt able to install because many things on debian SID is depending on libsdl1.2debian version:1.2.7
So I have copy manually the following files (from my selfbuilded debian packages):
cp libSDL-1.2.so.0 libSDL-1.so.0.7.1 libSDL.a libSDL.la @libSDL.so libSDLmain.a /usr/lib
And in freevo directories to(I hav made also a runtime directory)
mkdir [freevo]/runtime
mkdir [freevo]/runtime/dll
cp libSDL-1.2.so.0 libSDL-1.so.0.7.1 libSDL.a libSDL.la @libSDL.so libSDLmain.a [freevo]runtime/dll
After that(as root): ldconfig
But when I run freevo(I have configured succesfully), but it cant display on my DXR3 carte.
The error message:
Traceback (most recent call last): File "/home/lama/programok/freevo-1.5-rc2/src/main.py", line 131, in ? import menu # The menu widget class File "/home/lama/programok/freevo-1.5-rc2/src/menu.py", line 77, in ? import skin File "/home/lama/programok/freevo-1.5-rc2/src/skin.py", line 97, in ? get_singleton() File "/home/lama/programok/freevo-1.5-rc2/src/skin.py", line 85, in get_singleton exec('import skins.' + config.SKIN_MODULE + '.' + config.SKIN_MODULE + \ File "<string>", line 1, in ? File "/home/lama/programok/freevo-1.5-rc2/src/skins/main/main.py", line 101, in ? from area import Skin_Area File "/home/lama/programok/freevo-1.5-rc2/src/skins/main/area.py", line 92, in ? import xml_skin File "/home/lama/programok/freevo-1.5-rc2/src/skins/main/xml_skin.py", line 74, in ? osd = osd.get_singleton() File "/home/lama/programok/freevo-1.5-rc2/src/osd.py", line 135, in get_singleton _singleton = OSD() File "/home/lama/programok/freevo-1.5-rc2/src/osd.py", line 368, in __init__ pygame.display.init() pygame.error: No available video device
Any comments, help? Is it somebody who have succesfully builded a package from 'the patched libSDL' ? Or how can I build to replace the existing libsdl1.2debian? Or is it the pygame that I must build from source?
Thx in advance, Khiraly
ps: sorry for my ugly english
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
