Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-18 Thread mark

Thanks Aubin, I've now got it working.  As per 
David Amiel's post I needed to use libsdl cvs.

One more thing, I have modified my MPlayer Args in local_config.py to use 
dfbmga:buffermode=triple.  Can I easilly modify freevo to use this at startup.  This 
may be of benefit to others as it doesnt need the vsync kernel patch to get best 
results.  Not that I suppose it makes much difference to the menu's.  

Mark
On Sun, 17 Aug 2003 20:31:14 -0400
Aubin Paul [EMAIL PROTECTED] wrote:

 If you put directfb in your freevo.conf, it's an error since Freevo
 doesn't know about directfb, just about dfbmga, hence the
 message you're getting. 
 
 
 
 On Sun, Aug 17, 2003 at 05:57:31PM +, mark wrote:
  
  
  Thanks Aubin, that checks out fine. 
  
  ldd /usr/lib/libSDL-1.2.so.0
  libdirectfb-0.9.so.19 =/usr/lib/libdirectfb-0.9.so.19 (0x40088000)
  
  So, sum up, mplayer works stand alone and DirectFB is buuilt against sdl 
  correctly.  At the same time Freevo is not even calling DirectFB hence no DirectFB 
  output messages during startup.  
  
  Its interesting that if I substitute directfb for dfbmga in freevo.conf and run 
  freevo I get this on the console but still no directfb output messages.
  
  ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')
  ROM_DRIVES: Auto-detected that /dev/hda is the same device as /dev/cdroms/cdrom0, 
  skipping
  freevo: bad file format, line 21
  WARNING: /etc/freevo/lircrc not found!
  Couldn't open mixer /dev/mixer
  
  Mark
  
  libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19 (0x40088000)
  
  
  On Sat, 16 Aug 2003 20:36:45 -0400
  Aubin Paul [EMAIL PROTECTED] wrote:
  
   Easiest way to check if DirectFB is working with SDL is to do:
   ldd /usr/lib/libSDL-1.2.so.0
   
   Among the output should be reference to libdirectfb, if SDL was built
   properly.
   
   On Sun, Aug 17, 2003 at 12:21:16AM +, mark wrote:

Okay, after 2 hours wasted trying to get mplayer dfbmga working again I find 
that a reboot fixed it.  Still no luck with freevo though.

I have removed my local_config.py (just in case).  If I now run freevo with 
just directfb I get this

ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 
'CD-1')
ROM_DRIVES: Auto-detected that /dev/hda is the same device as 
/dev/cdroms/cdrom0, skipping
freevo: bad file format, line 21
WARNING: /etc/freevo/lircrc not found!
Couldn't open mixer /dev/mixer

but it doesnt say line 21 of which file.  If I run with dfbmga I get the 
message already posted.  /dev/mixer warnings are irrelavant I dont have a 
mixer on my sound card.

Okay, if sdl is not using DirectFB, is there any way I could test sdl in 
isolation?  I understand if I have Directfb 0.19 and sdl 1.25 then I shouldnt 
need the patch?  I'm not sure how to debug my sdl installation.

Its kind of late in the UK so I'll catch you tomorrow.

Thanks for the help.

Mark






On Sat, 16 Aug 2003 18:27:47 -0400
Aubin Paul [EMAIL PROTECTED] wrote:

 On Sat, Aug 16, 2003 at 10:50:25PM +, mark wrote:
  I think I have seen some directfb messages when starting freevo but only 
  when setting directfb instead of dfbmga in freevo.conf.
  Since I have no monitor on the media box, I dont know if directfb was 
  actually displaying anything.
 
 The messages should show up in the freevo logs; they look like he ones
 you put below (the lines starting with (*))
 
 If you're not seeing messages from DirectFB when you load Freevo, then
 SDL is probably not using it.
 
 Aubin
 
  The really frustrating thing is that I've now somehow broken directfb 
  under mplayer too :(.  It worked fine this morning, it now freezes as 
  follows.  
  
  
  mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576
  
  
  (*) parsing config file '/etc/directfbrc'.
  
 -- DirectFB v0.9.19 -
   (c) 2000-2002  convergence integrated media GmbH
   (c) 2002   convergence GmbH
  ---
  
  (*) Single Application Core. (with MMX support) (2003-08-17 22:45)
  (*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
  
  There it hangs
  
  I'll come back the list when I've got mplayer dfbmga working again :(.
  
  Mark
  
  
  ---
  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
  

Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-17 Thread mark


Thanks Aubin, that checks out fine. 

ldd /usr/lib/libSDL-1.2.so.0
libdirectfb-0.9.so.19 =/usr/lib/libdirectfb-0.9.so.19 (0x40088000)

So, sum up, mplayer works stand alone and DirectFB is buuilt against sdl correctly.  
At the same time Freevo is not even calling DirectFB hence no DirectFB output messages 
during startup.  

Its interesting that if I substitute directfb for dfbmga in freevo.conf and run freevo 
I get this on the console but still no directfb output messages.

ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')
ROM_DRIVES: Auto-detected that /dev/hda is the same device as /dev/cdroms/cdrom0, 
skipping
freevo: bad file format, line 21
WARNING: /etc/freevo/lircrc not found!
Couldn't open mixer /dev/mixer

Mark

libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19 (0x40088000)


On Sat, 16 Aug 2003 20:36:45 -0400
Aubin Paul [EMAIL PROTECTED] wrote:

 Easiest way to check if DirectFB is working with SDL is to do:
 ldd /usr/lib/libSDL-1.2.so.0
 
 Among the output should be reference to libdirectfb, if SDL was built
 properly.
 
 On Sun, Aug 17, 2003 at 12:21:16AM +, mark wrote:
  
  Okay, after 2 hours wasted trying to get mplayer dfbmga working again I find that 
  a reboot fixed it.  Still no luck with freevo though.
  
  I have removed my local_config.py (just in case).  If I now run freevo with just 
  directfb I get this
  
  ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')
  ROM_DRIVES: Auto-detected that /dev/hda is the same device as /dev/cdroms/cdrom0, 
  skipping
  freevo: bad file format, line 21
  WARNING: /etc/freevo/lircrc not found!
  Couldn't open mixer /dev/mixer
  
  but it doesnt say line 21 of which file.  If I run with dfbmga I get the message 
  already posted.  /dev/mixer warnings are irrelavant I dont have a mixer on my 
  sound card.
  
  Okay, if sdl is not using DirectFB, is there any way I could test sdl in 
  isolation?  I understand if I have Directfb 0.19 and sdl 1.25 then I shouldnt need 
  the patch?  I'm not sure how to debug my sdl installation.
  
  Its kind of late in the UK so I'll catch you tomorrow.
  
  Thanks for the help.
  
  Mark
  
  
  
  
  
  
  On Sat, 16 Aug 2003 18:27:47 -0400
  Aubin Paul [EMAIL PROTECTED] wrote:
  
   On Sat, Aug 16, 2003 at 10:50:25PM +, mark wrote:
I think I have seen some directfb messages when starting freevo but only when 
setting directfb instead of dfbmga in freevo.conf.
Since I have no monitor on the media box, I dont know if directfb was actually 
displaying anything.
   
   The messages should show up in the freevo logs; they look like he ones
   you put below (the lines starting with (*))
   
   If you're not seeing messages from DirectFB when you load Freevo, then
   SDL is probably not using it.
   
   Aubin
   
The really frustrating thing is that I've now somehow broken directfb under 
mplayer too :(.  It worked fine this morning, it now freezes as follows.  


mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576


(*) parsing config file '/etc/directfbrc'.

   -- DirectFB v0.9.19 -
 (c) 2000-2002  convergence integrated media GmbH
 (c) 2002   convergence GmbH
---

(*) Single Application Core. (with MMX support) (2003-08-17 22:45)
(*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()

There it hangs

I'll come back the list when I've got mplayer dfbmga working again :(.

Mark


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

Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-17 Thread mark
On Sun, 17 Aug 2003 01:23:33 +0200
Markus Schneider [EMAIL PROTECTED] wrote:

 Hello Mark,
 

Hi, 

 I experienced similar problems. I migrated from SuSE to Gentoo this week.
 
nice to know I'm not the only one :).

To get it working you applied the following patch, didn't you?
 
 http://www.sci.fi/~syrjala/directfb/vo_dfbmga_update.patch
 
 Without it, the mplayer only works using '-vo dfbmga:nospic' (at least 
 for me).

Yes I did apply that patch, I too had the nospic problem previously.

 It depends on the DirectFB-version whether the patch is needed (or not). 
  =0.9.19 should be fine.

Yes thats what I thought, I'm running 0.9.19

 I found out that the ebuild for libsdl is the problem; at the moment it 
 disables the DirectFB-support to avoid circular dependencies 
 (SDL-DirectFB-SDL). I changed the ebuild by hand to get 
 DirectFB-support. It's just commented out. Remove the comment marks and 
 do a 'emerge libsdl'.
 
 I think, that fixed it for me...
 
Yes I had seen that too,and removed the comments.  As per Aubin's post I have checked 
that sdl was built correctly as follows.
ldd /usr/lib/libSDL-1.2.so.0
libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19 (0x40088000)

I'll post back if I figure it out.

Mark




---
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] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-17 Thread David Amiel
The sdl patch is no longer needeed.
Use the cvs version of sdl (http://www.libsdl.org/cvs/SDL-1.2.tar.gz) and
things should go better

David

- Original Message -
From: mark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 17, 2003 8:14 PM
Subject: Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)


 On Sun, 17 Aug 2003 01:23:33 +0200
 Markus Schneider [EMAIL PROTECTED] wrote:

  Hello Mark,
 

 Hi,

  I experienced similar problems. I migrated from SuSE to Gentoo this
week.
 
 nice to know I'm not the only one :).

 To get it working you applied the following patch, didn't you?
 
  http://www.sci.fi/~syrjala/directfb/vo_dfbmga_update.patch
 
  Without it, the mplayer only works using '-vo dfbmga:nospic' (at least
  for me).

 Yes I did apply that patch, I too had the nospic problem previously.

  It depends on the DirectFB-version whether the patch is needed (or not).
   =0.9.19 should be fine.

 Yes thats what I thought, I'm running 0.9.19

  I found out that the ebuild for libsdl is the problem; at the moment it
  disables the DirectFB-support to avoid circular dependencies
  (SDL-DirectFB-SDL). I changed the ebuild by hand to get
  DirectFB-support. It's just commented out. Remove the comment marks and
  do a 'emerge libsdl'.
 
  I think, that fixed it for me...
 
 Yes I had seen that too,and removed the comments.  As per Aubin's post I
have checked that sdl was built correctly as follows.
 ldd /usr/lib/libSDL-1.2.so.0
 libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19
(0x40088000)

 I'll post back if I figure it out.

 Mark




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


Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-17 Thread mark

Thanks David, I've amended the gentoo ebuild to install the cvs snapshot and its now 
worknig.

I have some configuring to do but I now have a picture.

Mark

On Sun, 17 Aug 2003 22:12:48 +0200
David Amiel [EMAIL PROTECTED] wrote:

 The sdl patch is no longer needeed.
 Use the cvs version of sdl (http://www.libsdl.org/cvs/SDL-1.2.tar.gz) and
 things should go better
 
 David
 
 - Original Message -
 From: mark [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, August 17, 2003 8:14 PM
 Subject: Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)
 
 
  On Sun, 17 Aug 2003 01:23:33 +0200
  Markus Schneider [EMAIL PROTECTED] wrote:
 
   Hello Mark,
  
 
  Hi,
 
   I experienced similar problems. I migrated from SuSE to Gentoo this
 week.
  
  nice to know I'm not the only one :).
 
  To get it working you applied the following patch, didn't you?
  
   http://www.sci.fi/~syrjala/directfb/vo_dfbmga_update.patch
  
   Without it, the mplayer only works using '-vo dfbmga:nospic' (at least
   for me).
 
  Yes I did apply that patch, I too had the nospic problem previously.
 
   It depends on the DirectFB-version whether the patch is needed (or not).
=0.9.19 should be fine.
 
  Yes thats what I thought, I'm running 0.9.19
 
   I found out that the ebuild for libsdl is the problem; at the moment it
   disables the DirectFB-support to avoid circular dependencies
   (SDL-DirectFB-SDL). I changed the ebuild by hand to get
   DirectFB-support. It's just commented out. Remove the comment marks and
   do a 'emerge libsdl'.
  
   I think, that fixed it for me...
  
  Yes I had seen that too,and removed the comments.  As per Aubin's post I
 have checked that sdl was built correctly as follows.
  ldd /usr/lib/libSDL-1.2.so.0
  libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19
 (0x40088000)
 
  I'll post back if I figure it out.
 
  Mark
 
 
 
 
  ---
  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


---
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] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-17 Thread Aubin Paul
If you put directfb in your freevo.conf, it's an error since Freevo
doesn't know about directfb, just about dfbmga, hence the
message you're getting. 



On Sun, Aug 17, 2003 at 05:57:31PM +, mark wrote:
 
 
 Thanks Aubin, that checks out fine. 
 
 ldd /usr/lib/libSDL-1.2.so.0
 libdirectfb-0.9.so.19 =/usr/lib/libdirectfb-0.9.so.19 (0x40088000)
 
 So, sum up, mplayer works stand alone and DirectFB is buuilt against sdl correctly.  
 At the same time Freevo is not even calling DirectFB hence no DirectFB output 
 messages during startup.  
 
 Its interesting that if I substitute directfb for dfbmga in freevo.conf and run 
 freevo I get this on the console but still no directfb output messages.
 
 ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')
 ROM_DRIVES: Auto-detected that /dev/hda is the same device as /dev/cdroms/cdrom0, 
 skipping
 freevo: bad file format, line 21
 WARNING: /etc/freevo/lircrc not found!
 Couldn't open mixer /dev/mixer
 
 Mark
 
 libdirectfb-0.9.so.19 = /usr/lib/libdirectfb-0.9.so.19 (0x40088000)
 
 
 On Sat, 16 Aug 2003 20:36:45 -0400
 Aubin Paul [EMAIL PROTECTED] wrote:
 
  Easiest way to check if DirectFB is working with SDL is to do:
  ldd /usr/lib/libSDL-1.2.so.0
  
  Among the output should be reference to libdirectfb, if SDL was built
  properly.
  
  On Sun, Aug 17, 2003 at 12:21:16AM +, mark wrote:
   
   Okay, after 2 hours wasted trying to get mplayer dfbmga working again I find 
   that a reboot fixed it.  Still no luck with freevo though.
   
   I have removed my local_config.py (just in case).  If I now run freevo with just 
   directfb I get this
   
   ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 
   'CD-1')
   ROM_DRIVES: Auto-detected that /dev/hda is the same device as 
   /dev/cdroms/cdrom0, skipping
   freevo: bad file format, line 21
   WARNING: /etc/freevo/lircrc not found!
   Couldn't open mixer /dev/mixer
   
   but it doesnt say line 21 of which file.  If I run with dfbmga I get the message 
   already posted.  /dev/mixer warnings are irrelavant I dont have a mixer on my 
   sound card.
   
   Okay, if sdl is not using DirectFB, is there any way I could test sdl in 
   isolation?  I understand if I have Directfb 0.19 and sdl 1.25 then I shouldnt 
   need the patch?  I'm not sure how to debug my sdl installation.
   
   Its kind of late in the UK so I'll catch you tomorrow.
   
   Thanks for the help.
   
   Mark
   
   
   
   
   
   
   On Sat, 16 Aug 2003 18:27:47 -0400
   Aubin Paul [EMAIL PROTECTED] wrote:
   
On Sat, Aug 16, 2003 at 10:50:25PM +, mark wrote:
 I think I have seen some directfb messages when starting freevo but only 
 when setting directfb instead of dfbmga in freevo.conf.
 Since I have no monitor on the media box, I dont know if directfb was 
 actually displaying anything.

The messages should show up in the freevo logs; they look like he ones
you put below (the lines starting with (*))

If you're not seeing messages from DirectFB when you load Freevo, then
SDL is probably not using it.

Aubin

 The really frustrating thing is that I've now somehow broken directfb under 
 mplayer too :(.  It worked fine this morning, it now freezes as follows.  
 
 
 mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576
 
 
 (*) parsing config file '/etc/directfbrc'.
 
-- DirectFB v0.9.19 -
  (c) 2000-2002  convergence integrated media GmbH
  (c) 2002   convergence GmbH
 ---
 
 (*) Single Application Core. (with MMX support) (2003-08-17 22:45)
 (*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
 
 There it hangs
 
 I'll come back the list when I've got mplayer dfbmga working again :(.
 
 Mark
 
 
 ---
 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]

Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-16 Thread mark
On Sat, 16 Aug 2003 15:21:36 +
mark [EMAIL PROTECTED] wrote:
 
 I'm using sdl 1.25 which I believe no longer needs the patch.  ( did try the patch,  
 but I was getting Fuzz 1)  
 
I should add I'm using Directfb-0.9.19 and that libsdl shows

checking for DirectFB support... yes

Mark


---
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] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-16 Thread mark
On Sat, 16 Aug 2003 16:07:20 -0400
Aubin Paul [EMAIL PROTECTED] wrote:

 On Sat, Aug 16, 2003 at 03:21:36PM +, mark wrote:
  my frewevo.conf contains 
  
  display = dfbmga
  geometry = 720x480
  tv = pal
   I've also used 720x576 with no luck
 
 If you're using PAL you have to use x576
 
Okay, now set to 576, but I had tried both.

  /etc/directfbrc
  
  atrox-crtc2
  matrox-tv-standard=pal
  primary-layer=2
 
 I'm guessing this is a cut-and-paste error? It's supposed to be
 matrox-crtc2
 
OOPS, yes I have it correct.

 Are you running as root? You should be getting messages from directfb;
 and if you use the 'freevo' boot script, (boot/freevo) you need to
 edit it because it has SDL_VIDEODRIVEr in it already.
 

Yes, I am running as root, I am not using the boot script.  

I think I have seen some directfb messages when starting freevo but only when setting 
directfb instead of dfbmga in freevo.conf.
Since I have no monitor on the media box, I dont know if directfb was actually 
displaying anything.

The really frustrating thing is that I've now somehow broken directfb under mplayer 
too :(.  It worked fine this morning, it now freezes as follows.  


mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576


(*) parsing config file '/etc/directfbrc'.

   -- DirectFB v0.9.19 -
 (c) 2000-2002  convergence integrated media GmbH
 (c) 2002   convergence GmbH
---

(*) Single Application Core. (with MMX support) (2003-08-17 22:45)
(*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()

There it hangs

I'll come back the list when I've got mplayer dfbmga working again :(.

Mark


---
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] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-16 Thread Aubin Paul
On Sat, Aug 16, 2003 at 10:50:25PM +, mark wrote:
 I think I have seen some directfb messages when starting freevo but only when 
 setting directfb instead of dfbmga in freevo.conf.
 Since I have no monitor on the media box, I dont know if directfb was actually 
 displaying anything.

The messages should show up in the freevo logs; they look like he ones
you put below (the lines starting with (*))

If you're not seeing messages from DirectFB when you load Freevo, then
SDL is probably not using it.

Aubin

 The really frustrating thing is that I've now somehow broken directfb under mplayer 
 too :(.  It worked fine this morning, it now freezes as follows.  
 
 
 mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576
 
 
 (*) parsing config file '/etc/directfbrc'.
 
-- DirectFB v0.9.19 -
  (c) 2000-2002  convergence integrated media GmbH
  (c) 2002   convergence GmbH
 ---
 
 (*) Single Application Core. (with MMX support) (2003-08-17 22:45)
 (*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
 
 There it hangs
 
 I'll come back the list when I've got mplayer dfbmga working again :(.
 
 Mark
 
 
 ---
 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


Re: [Freevo-users] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-16 Thread Markus Schneider
Hello Mark,

I experienced similar problems. I migrated from SuSE to Gentoo this week.

mark schrieb:

I'm pretty sure I've done everything in the list archive.  

Patched the kernel with vsync (although I dont think this is necessary if you are using the newer mplayer triple switch.

I'm using mplayer 0.90-r5 under gentoo.  I applied the latest dfbmga patch to this (this provided triple and fixed a problem with spic)

Mplayer works fine under dfbmga on its own.

To get it working you applied the following patch, didn't you?

http://www.sci.fi/~syrjala/directfb/vo_dfbmga_update.patch

Without it, the mplayer only works using '-vo dfbmga:nospic' (at least 
for me).

my frewevo.conf contains 

display = dfbmga
geometry = 720x480
tv = pal
I've also used 720x576 with no luck
/etc/directfbrc

atrox-crtc2
matrox-tv-standard=pal
primary-layer=2
I'm using sdl 1.25 which I believe no longer needs the patch.  ( did try the patch,  but I was getting Fuzz 1)  
 

It depends on the DirectFB-version whether the patch is needed (or not). 
=0.9.19 should be fine.

lsmod
Module  Size  Used byNot tainted
serial 46852   0  (autoclean)
i2c-matroxfb4084   0
i2c-algo-bit8360   3  [i2c-matroxfb]
rtc 7644   0  (autoclean)
i2c-dev 4772   0
i2c-core   15816   0  [i2c-algo-bit i2c-dev]
echo $SDL_VIDEODRIVER
directfb
When I run freevo I get this

Traceback (most recent call last):
 File src/main.py, line 134, in ?
   skin= skin.get_singleton()
 File src/skin.py, line 78, in get_singleton
   exec('import ' + modname  + ' as skinimpl')
 File string, line 1, in ?
 File skins/main1/skin_main1.py, line 120, in ?
   import xml_skin
 File skins/main1/xml_skin.py, line 80, in ?
   osd = osd.get_singleton()
 File src/osd.py, line 209, in get_singleton
   _singleton = util.SynchronizedObject(OSD())
 File src/osd.py, line 330, in __init__
   pygame.display.init()
pygame.error: No available video device
 

I found out that the ebuild for libsdl is the problem; at the moment it 
disables the DirectFB-support to avoid circular dependencies 
(SDL-DirectFB-SDL). I changed the ebuild by hand to get 
DirectFB-support. It's just commented out. Remove the comment marks and 
do a 'emerge libsdl'.

I think, that fixed it for me...

Markus



---
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] Freevo, dfbmga and sdl. (that old chestnut)

2003-08-16 Thread Aubin Paul
Easiest way to check if DirectFB is working with SDL is to do:
ldd /usr/lib/libSDL-1.2.so.0

Among the output should be reference to libdirectfb, if SDL was built
properly.

On Sun, Aug 17, 2003 at 12:21:16AM +, mark wrote:
 
 Okay, after 2 hours wasted trying to get mplayer dfbmga working again I find that a 
 reboot fixed it.  Still no luck with freevo though.
 
 I have removed my local_config.py (just in case).  If I now run freevo with just 
 directfb I get this
 
 ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')
 ROM_DRIVES: Auto-detected that /dev/hda is the same device as /dev/cdroms/cdrom0, 
 skipping
 freevo: bad file format, line 21
 WARNING: /etc/freevo/lircrc not found!
 Couldn't open mixer /dev/mixer
 
 but it doesnt say line 21 of which file.  If I run with dfbmga I get the message 
 already posted.  /dev/mixer warnings are irrelavant I dont have a mixer on my sound 
 card.
 
 Okay, if sdl is not using DirectFB, is there any way I could test sdl in isolation?  
 I understand if I have Directfb 0.19 and sdl 1.25 then I shouldnt need the patch?  
 I'm not sure how to debug my sdl installation.
 
 Its kind of late in the UK so I'll catch you tomorrow.
 
 Thanks for the help.
 
 Mark
 
 
 
 
 
 
 On Sat, 16 Aug 2003 18:27:47 -0400
 Aubin Paul [EMAIL PROTECTED] wrote:
 
  On Sat, Aug 16, 2003 at 10:50:25PM +, mark wrote:
   I think I have seen some directfb messages when starting freevo but only when 
   setting directfb instead of dfbmga in freevo.conf.
   Since I have no monitor on the media box, I dont know if directfb was actually 
   displaying anything.
  
  The messages should show up in the freevo logs; they look like he ones
  you put below (the lines starting with (*))
  
  If you're not seeing messages from DirectFB when you load Freevo, then
  SDL is probably not using it.
  
  Aubin
  
   The really frustrating thing is that I've now somehow broken directfb under 
   mplayer too :(.  It worked fine this morning, it now freezes as follows.  
   
   
   mplayer -dvd 1 -vo dfbmga:nospic,triple -x 768 -y 576
   
   
   (*) parsing config file '/etc/directfbrc'.
   
  -- DirectFB v0.9.19 -
(c) 2000-2002  convergence integrated media GmbH
(c) 2002   convergence GmbH
   ---
   
   (*) Single Application Core. (with MMX support) (2003-08-17 22:45)
   (*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
   
   There it hangs
   
   I'll come back the list when I've got mplayer dfbmga working again :(.
   
   Mark
   
   
   ---
   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
 
 
 ---
 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