I have been trying to get Freevo 1.5.3 working using directfb 0.9.22, and my Matrox G450 video card, but I am unable to figure out what is wrong. I am running Slackware 10.1 (kernel 2.4.29).
SDL 1.2.8 successfully detected DirectFB (I checked the config.log).
pygame seems to build & install successfully also.

I am also able to run mplayer using -vo dfbmga & directfb, but freevo just will not run, here is the output:


Error: TV_RECORD_DIR not set
Please set TV_RECORD_DIR to the directory, where recordings should be stored
or remove the tv plugin. Autoset variable to /root.

Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"

Can't find lsdvd. DVD support will be limited and maybe not
all discs are detected. Please install lsdvd, you can get it
from http://acidrip.thirtythreeandathird.net/lsdvd.html

After installing it, you should run 'freevo cache --rebuild'

Please run 'freevo cache'

WARNING: PyLirc not found, lirc remote control disabled!
Traceback (most recent call last):
 File "/opt/freevo-1.5.3/src/main.py", line 131, in ?
   import menu    # The menu widget class
 File "/opt/freevo-1.5.3/src/menu.py", line 48, in ?
   import skin
 File "/opt/freevo-1.5.3/src/skin.py", line 98, in ?
   get_singleton()
 File "/opt/freevo-1.5.3/src/skin.py", line 79, in get_singleton
exec('import skins.' + config.SKIN_MODULE + '.' + config.SKIN_MODULE + \
 File "<string>", line 1, in ?
 File "/opt/freevo-1.5.3/src/skins/main/main.py", line 51, in ?
   from area import Skin_Area
 File "/opt/freevo-1.5.3/src/skins/main/area.py", line 67, in ?
   import xml_skin
 File "/opt/freevo-1.5.3/src/skins/main/xml_skin.py", line 54, in ?
   osd = osd.get_singleton()
 File "/opt/freevo-1.5.3/src/osd.py", line 149, in get_singleton
   _singleton = OSD()
 File "/opt/freevo-1.5.3/src/osd.py", line 382, in __init__
   pygame.display.init()
pygame.error: No available video device



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to