[EMAIL PROTECTED] wrote:
Using display = dfbmga in freevo.conf

When starting freevo I get a traceback error:
Traceback (most recent call last):
  File "/opt/freevo-1.5.0/src/main.py", line 131, in ?
    import menu    # The menu widget class
  File "/opt/freevo-1.5.0/src/menu.py", line 48, in ?
    import skin
  File "/opt/freevo-1.5.0/src/skin.py", line 98, in ?
    get_singleton()
  File "/opt/freevo-1.5.0/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.0/src/skins/main/main.py", line 51, in ?
    from area import Skin_Area
  File "/opt/freevo-1.5.0/src/skins/main/area.py", line 67, in ?
    import xml_skin
  File "/opt/freevo-1.5.0/src/skins/main/xml_skin.py", line 54, in ?
    osd = osd.get_singleton()
  File "/opt/freevo-1.5.0/src/osd.py", line 146, in get_singleton
    _singleton = OSD()
  File "/opt/freevo-1.5.0/src/osd.py", line 379, in __init__
    pygame.display.init()
pygame.error: No available video device


I have seen this error in other threads before, but could not find a
resolution to this.
I have already added:  plugin.remove('game')   in my local_conf.py (although
i don't think it ever gets loaded in the main freevo_conf.py to begin with).

If I run mplayer with -vo dfbmga (or directfb), it works fine.
Any suggestions?
Thanks,

--Robert



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

  
    You have to start installing the dependecies, don't use runtime. If you have already installed the dependencies, then you need to recompile SDL, I have a howto on my page.
Give it a try and let me know if it works: http://freevo.webalias.com/matrox.html

Make sure to make the links, I believe this works for all version of Matrox cards...
Look for "Installing SDL:" and follow from there.

Justin

Reply via email to