[EMAIL PROTECTED] wrote:

Already done all that (SDL was done right, links are there, installed all
dependencies, no more runtime), still the same problem.
Just a question, if I have not activated the games plugin in freevo, why
does it bother me with pygame errors in the first place?


----- Original Message ----- From: Justin Wetherell To: [EMAIL PROTECTED] Sent: Sunday, August 01, 2004 6:20 PM Subject: Re: [Freevo-users] pygame.error in freevo 1.5.0


[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



-------------------------------------------------------
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



I believe pygame is a means to a way. In order to get Freevo to display over SDL, I believe it uses pygame, which is a Python wrapper for SDL. I believe all non-X11 is piped through pygame over SDL onto a display. So pygame is not really part of the games menu item. I am not a developer but I believe that how it works, correct me if im wrong.

By the way, emulators work fine with Matrox cards, I have a couple of patches to get them to work.

I would refinetly double check your SDL compilation, that is the problem. As you will see from the link I have oncluded, I have seen this problem many times and it's always SDL.
http://freevo.webalias.com/phpBB2/viewtopic.php?t=28





------------------------------------------------------- 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

Reply via email to