I reverted to a stock freevo-runtime installation, and set the output to dxr3 in freevo.conf, and all was good.
Apparently the runtime dlls have dxr3 built in, since I haven't seemed to have any problems yet.
I haven't tried watching TV on it yet, but video was great, and actually filled up the TV, saving me the trouble of having to buy another video card with better TV-out support (TNT2 Ultra right now). I'm glad I had that card laying around still.
-stefan
Stefan Strandberg wrote:
freevo-runtime seems to be all linked to runtime/dll/libc.so.6, which is a glibc 2.2.something library. However, when compiling for dxr3 support, mplayer and libsdl are linking to my version of glibc, which is 2.3.1. They then refuse to load with the message
./runtime/apps/freevo_python: ./runtime/dll/libc.so.6: version `GLIBC_2.3' not found (required by ./runtime/dll/libSDL-1.2.so.0)
./runtime/apps/freevo_python: ./runtime/dll/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libavcodec.so)
./runtime/apps/freevo_python: ./runtime/dll/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libasound.so.2)
./runtime/apps/freevo_python: ./runtime/dll/libc.so.6: version `GLIBC_2.3' not found (required by /usr/kde/3.1/lib/libartsc.so.0
I have tried copying /lib/libc.so.6 to runtime/dll/libc.so.6 but then i get this error:
./runtime/apps/freevo_python: ./runtime/dll/freevo_loader: version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6)
Is there any way to have dxr3 support on my system without reinstalling completely and using glibc 2.2.something?
I have also tried the freevo source, and building all the depenencies via the gentoo ebuild, and I get
WARNING: PyLirc not found, lirc remote control disabled!
Traceback (most recent call last):
File "src/main.py", line 77, in ?
import menu # The menu widget class
File "src/menu.py", line 70, in ?
import skin
File "src/skin.py", line 66, in ?
exec('import ' + modname + ' as skinimpl')
File "<string>", line 1, in ?
File "skins/main1/skin_main1.py", line 79, in ?
import xml_skin
File "skins/main1/xml_skin.py", line 57, in ?
osd = osd.get_singleton()
File "src/osd.py", line 199, in get_singleton
_singleton = util.SynchronizedObject(OSD())
File "src/osd.py", line 267, in __init__
pygame.display.init()
pygame.error: No available video device
and i'm not sure why...i've tried export SDL_VIDEODRIVER=dxr3 and it didn't help.
Any ideas?
-stefan
p.s. the mailing list archives are down, or else I would search them. what little searching i did via the google cache didn't help much.
------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
