Re: [Freevo-users] (HELP!) pygame.error: No available video device

2003-07-24 Thread Roh .
hey rob
thanks for trying but im still 'freevo-less' :(
i changed display in freevo.conf to x11, and exported SDL_VIDEODRIVER,

[EMAIL PROTECTED] freevo-1.3.2]# set | grep SDL
SDL_VIDEODRIVER=x11
[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stdin at Fri Jul 25 04:54:45 2003
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stderr at Fri Jul 25 04:54:45 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = x11
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play 
protected DVDs!

Traceback (most recent call last):
 File src/main.py, line 98, in ?
   import menu# The menu widget class
 File src/menu.py, line 92, 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 95, in ?
   import xml_skin
 File skins/main1/xml_skin.py, line 65, in ?
   osd = osd.get_singleton()
 File src/osd.py, line 244, in get_singleton
   _singleton = util.SynchronizedObject(OSD())
 File src/osd.py, line 329, in __init__
   self.depth)
pygame.error: No available video device
...same error :(

is there some way(hack) to pull pygame out?

thanks all,

roh.

rob wrote:
Do you have SDL_VIDEODRIVER exported as something wierd?

Try export SDL_VIDEODRIVER=x11 then start freevo.  Also you should change 
display in freevo.conf to be x11 not xv because using x11 tells mplayer to 
try xv first now.

-Rob

Roh . wrote:
i posted a message a few days ago but alas, no help yet :(

..im sure someone else has had this problem before, yes? (anyone?)

heres the error:

[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stdin at Tue Jul 22 06:01:56 2003
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stderr at Tue Jul 22 06:01:56 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = xv
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play
protected DVDs!
Traceback (most recent call last):
  File src/main.py, line 98, in ?
import menu# The menu widget class
  File src/menu.py, line 92, 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 95, in ?
import xml_skin
  File skins/main1/xml_skin.py, line 65, in ?
osd = osd.get_singleton()
  File src/osd.py, line 244, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File src/osd.py, line 329, in __init__
self.depth)
pygame.error: No available video device
this is odd because the same computer can run mplayer, xawtv and mythtv 
with no problems. system is rh8, 2.4.21, gatos xv(ati rage II 3d/dvd+) and 
alsa9(sb5.1), 233MMX,128MB.

ive also tried to run freevo on another rh8 box, which is a AMD 1G/512MB, 
sis6326 (PAL tv out), alsa9, and again it wont run, same error. and this 
box also runs mplayer/mythtv/xawtv no problems. Ive also tried with the 
standard X11 sis driver and same deal.

(its the full binary release - 1.3.2)

please someone - HELP!

roh.

_
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/share/redir/adTrack.asp?mode=clickclientID=174referral=Hotmail_taglines_plainURL=http://ninemsn.com.au/mobilemania/default.asp



---
This SF.Net email sponsored 

Re: [Freevo-users] (HELP!) pygame.error: No available video device

2003-07-24 Thread Rob Shortt
You are running this from inside of X right?  Is it a local display? 
Can you run other X apps from the same prompt, like xclock?

Pygame is the basis for Freevo, not the games plugin or anything like 
that.  It is basicly the python interface to libSDL, which lets us 
display stuff to the screen. ;)

-Rob

Roh . wrote:
hey rob
thanks for trying but im still 'freevo-less' :(
i changed display in freevo.conf to x11, and exported SDL_VIDEODRIVER,

[EMAIL PROTECTED] freevo-1.3.2]# set | grep SDL
SDL_VIDEODRIVER=x11
[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stdin at Fri Jul 25 04:54:45 2003
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stderr at Fri Jul 25 04:54:45 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = x11
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play 
protected DVDs!

Traceback (most recent call last):
 File src/main.py, line 98, in ?
   import menu# The menu widget class
 File src/menu.py, line 92, 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 95, in ?
   import xml_skin
 File skins/main1/xml_skin.py, line 65, in ?
   osd = osd.get_singleton()
 File src/osd.py, line 244, in get_singleton
   _singleton = util.SynchronizedObject(OSD())
 File src/osd.py, line 329, in __init__
   self.depth)
pygame.error: No available video device
...same error :(

is there some way(hack) to pull pygame out?

thanks all,

roh.

rob wrote:

Do you have SDL_VIDEODRIVER exported as something wierd?

Try export SDL_VIDEODRIVER=x11 then start freevo.  Also you should 
change display in freevo.conf to be x11 not xv because using x11 tells 
mplayer to try xv first now.

-Rob

Roh . wrote:

i posted a message a few days ago but alas, no help yet :(

..im sure someone else has had this problem before, yes? (anyone?)

heres the error:

[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stdin at Tue Jul 22 06:01:56 2003
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stderr at Tue Jul 22 06:01:56 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = xv
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 
'CD-1')

WARNING: DVD protection override disabled! You will not be able to play
protected DVDs!
Traceback (most recent call last):
  File src/main.py, line 98, in ?
import menu# The menu widget class
  File src/menu.py, line 92, 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 95, in ?
import xml_skin
  File skins/main1/xml_skin.py, line 65, in ?
osd = osd.get_singleton()
  File src/osd.py, line 244, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File src/osd.py, line 329, in __init__
self.depth)
pygame.error: No available video device
this is odd because the same computer can run mplayer, xawtv and 
mythtv with no problems. system is rh8, 2.4.21, gatos xv(ati rage II 
3d/dvd+) and alsa9(sb5.1), 233MMX,128MB.

ive also tried to run freevo on another rh8 box, which is a AMD 
1G/512MB, sis6326 (PAL tv out), alsa9, and again it wont run, same 
error. and this box also runs mplayer/mythtv/xawtv no problems. Ive 
also tried with the standard X11 sis driver and same deal.

(its the full binary release - 1.3.2)

please someone - HELP!

roh.



Re: [Freevo-users] (HELP!) pygame.error: No available video device

2003-07-24 Thread Roh .
thanks rob!

i feel pretty dumb - it was the display variable (i was trying from ssh 
login).

i couldnt pass --display=localhost:0.0 or -display=localhost:0.0, which 
would be nice (like other x apps)
but i could export DISPLAY=localhost:0.0 and it runs! (well missing fonts 
but easily fixed)

i run all my other X apps from remote login (with --display), i dont know 
why i thought freevo was different :P (i probably should stop geeking out so 
early in the morning b4 ample coffee intake! :P )

thanks again,

Roh.

rob wrote:


You are running this from inside of X right?  Is it a local display? Can 
you run other X apps from the same prompt, like xclock?

Pygame is the basis for Freevo, not the games plugin or anything like that. 
 It is basicly the python interface to libSDL, which lets us display stuff 
to the screen. ;)

-Rob

Roh . wrote:
hey rob
thanks for trying but im still 'freevo-less' :(
i changed display in freevo.conf to x11, and exported SDL_VIDEODRIVER,

[EMAIL PROTECTED] freevo-1.3.2]# set | grep SDL
SDL_VIDEODRIVER=x11
[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stdin at Fri Jul 25 04:54:45 2003
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stderr at Fri Jul 25 04:54:45 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = x11
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play 
protected DVDs!

Traceback (most recent call last):
 File src/main.py, line 98, in ?
   import menu# The menu widget class
 File src/menu.py, line 92, 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 95, in ?
   import xml_skin
 File skins/main1/xml_skin.py, line 65, in ?
   osd = osd.get_singleton()
 File src/osd.py, line 244, in get_singleton
   _singleton = util.SynchronizedObject(OSD())
 File src/osd.py, line 329, in __init__
   self.depth)
pygame.error: No available video device
...same error :(

is there some way(hack) to pull pygame out?

thanks all,

roh.

rob wrote:

Do you have SDL_VIDEODRIVER exported as something wierd?

Try export SDL_VIDEODRIVER=x11 then start freevo.  Also you should change 
display in freevo.conf to be x11 not xv because using x11 tells mplayer 
to try xv first now.

-Rob

Roh . wrote:

i posted a message a few days ago but alas, no help yet :(

..im sure someone else has had this problem before, yes? (anyone?)

heres the error:

[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stdin at Tue Jul 22 06:01:56 2003
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stderr at Tue Jul 22 06:01:56 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = xv
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 
'CD-1')

WARNING: DVD protection override disabled! You will not be able to play
protected DVDs!
Traceback (most recent call last):
  File src/main.py, line 98, in ?
import menu# The menu widget class
  File src/menu.py, line 92, 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 95, in ?
import xml_skin
  File skins/main1/xml_skin.py, line 65, in ?
osd = osd.get_singleton()
  File src/osd.py, line 244, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File src/osd.py, line 329, in __init__
self.depth)
pygame.error: No available video 

[Freevo-users] (HELP!) pygame.error: No available video device

2003-07-23 Thread Roh .
i posted a message a few days ago but alas, no help yet :(

..im sure someone else has had this problem before, yes? (anyone?)

heres the error:

[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stdin at Tue Jul 22 06:01:56 2003
Logging info in /var/log/freevo/internal-main-0.log
---
Starting src/main.py:stderr at Tue Jul 22 06:01:56 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = xv
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play
protected DVDs!
Traceback (most recent call last):
  File src/main.py, line 98, in ?
import menu# The menu widget class
  File src/menu.py, line 92, 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 95, in ?
import xml_skin
  File skins/main1/xml_skin.py, line 65, in ?
osd = osd.get_singleton()
  File src/osd.py, line 244, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File src/osd.py, line 329, in __init__
self.depth)
pygame.error: No available video device
this is odd because the same computer can run mplayer, xawtv and mythtv with 
no problems. system is rh8, 2.4.21, gatos xv(ati rage II 3d/dvd+) and 
alsa9(sb5.1), 233MMX,128MB.

ive also tried to run freevo on another rh8 box, which is a AMD 1G/512MB, 
sis6326 (PAL tv out), alsa9, and again it wont run, same error. and this box 
also runs mplayer/mythtv/xawtv no problems. Ive also tried with the standard 
X11 sis driver and same deal.

(its the full binary release - 1.3.2)

please someone - HELP!

roh.

_
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/share/redir/adTrack.asp?mode=clickclientID=174referral=Hotmail_taglines_plainURL=http://ninemsn.com.au/mobilemania/default.asp



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] (HELP!) pygame.error: No available video device

2003-07-23 Thread Rob Shortt
Do you have SDL_VIDEODRIVER exported as something wierd?

Try export SDL_VIDEODRIVER=x11 then start freevo.  Also you should 
change display in freevo.conf to be x11 not xv because using x11 tells 
mplayer to try xv first now.

-Rob

Roh . wrote:
i posted a message a few days ago but alas, no help yet :(

..im sure someone else has had this problem before, yes? (anyone?)

heres the error:

[EMAIL PROTECTED] freevo-1.3.2]# ./freevo
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stdin at Tue Jul 22 06:01:56 2003
Logging info in /var/log/freevo/internal-main-0.log
--- 

Starting src/main.py:stderr at Tue Jul 22 06:01:56 2003
Loading configure settings: /opt/freevo-1.3.2/freevo.conf
Reading config file /opt/freevo-1.3.2/freevo.conf
Cfg file data: chanlist = australia
Cfg file data: display = xv
Cfg file data: geometry = 640x480
Cfg file data: jpegtran = ./runtime/apps/jpegtran
Cfg file data: mplayer = ./runtime/apps/mplayer/mplayer
Cfg file data: tv = pal
Cfg file data: tvtime = ./runtime/apps/tvtime/tvtime
Cfg file data: version = 2.0
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /opt/freevo-1.3.2/local_conf.py
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdrom', 'CD-1')
WARNING: DVD protection override disabled! You will not be able to play
protected DVDs!
Traceback (most recent call last):
  File src/main.py, line 98, in ?
import menu# The menu widget class
  File src/menu.py, line 92, 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 95, in ?
import xml_skin
  File skins/main1/xml_skin.py, line 65, in ?
osd = osd.get_singleton()
  File src/osd.py, line 244, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File src/osd.py, line 329, in __init__
self.depth)
pygame.error: No available video device
this is odd because the same computer can run mplayer, xawtv and mythtv 
with no problems. system is rh8, 2.4.21, gatos xv(ati rage II 3d/dvd+) 
and alsa9(sb5.1), 233MMX,128MB.

ive also tried to run freevo on another rh8 box, which is a AMD 
1G/512MB, sis6326 (PAL tv out), alsa9, and again it wont run, same 
error. and this box also runs mplayer/mythtv/xawtv no problems. Ive also 
tried with the standard X11 sis driver and same deal.

(its the full binary release - 1.3.2)

please someone - HELP!

roh.

_
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/share/redir/adTrack.asp?mode=clickclientID=174referral=Hotmail_taglines_plainURL=http://ninemsn.com.au/mobilemania/default.asp 



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users