Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread john molohan
Please post the output of mminfo /dev/dvd

On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 I have some more info about this problem. This is the line in fstab:
 /dev/dvd /media/dvd   subfs  
 fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
 this is the line in the freevo config:
 ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
 ('/media/dvd', '/dev/dvd', 'DVD') ]
 I can play dvd's in mediaplayer with
 $ mplayer dvd://
 
 Is there anything else I can do to troubleshoot this problem?
 
 Johan Lindqvist wrote:
 
  I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
  drive is visible when they are empty, or when they have music discs in 
  them. Both can access music disks. But when I insert a DVD it won't 
  show up. The dvd is properly mounted and accessible from otherwise. I 
  can browse through it with, for example, midnight commander.
  So what is wrong here? The dvd is quite old. It cannot boot cd's for 
  example. Can this be the problem?
 
  /Johan
 
 
 
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
  100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
  Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  ___
  Freevo-users mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: Re: [Freevo-users] Cant get G400 to work. Help!

2004-08-21 Thread Peace Monk
  


On Sat, 21 Aug 2004 Josh Peck wrote :
I'm running 1.4.1 (still) with directfb. I know that when I recompiled
SDL with directFB support I had to move the SDL stuff from the runtime
directory out and copy or link the built one in its place. I don't know
if you have the runtime installed or not (I'm not even sure there is a
runtime for 1.5.0).

Other problems I had involved the .pc files (directfb.pc,
directfb-internal.pc) being installed in the wrong location by Make
install. this caused SDL to not detect the presence of DirectFB when I
ran configure for SDL. In my case Make install put them in
/usr/local/lib/pkgconfig but SDL configure looks for them in
/usr/lib/pkgconfig. All i did to fix that was copy them to the proper
place. before that I swore up and down 3 time the SDL had been compiled
with DirectFB support only to find that configure had told me it could
detect it.

the errors I got with bogus DirectFB support were similar to the ones
you're getting.

Hope this helps.



Thanks Josh.  I already had links for the right .pc files in /usr/lib/pkgconfig.  I 
also made a link to the right SDL build in the runtime dir.  Still I get the same 
errors.

Is there anyway to check if the SDL I have do have Directfb support?

Any developers in here who can help me out?  Here is the output of freedo

Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/hdd', 'CD-1')
WARNING: /etc/freevo/lircrc not found!
Traceback (most recent call last):
  File /root/freevo/freevo-1.5-rc4/src/main.py, line 147, in ?
import menu# The menu widget class
  File /root/freevo/freevo-1.5-rc4/src/menu.py, line 80, in ?
import skin
  File /root/freevo/freevo-1.5-rc4/src/skin.py, line 107, in ?
get_singleton()
  File /root/freevo/freevo-1.5-rc4/src/skin.py, line 88, in get_singleton
exec('import skins.' + config.SKIN_MODULE  + '.' + config.SKIN_MODULE  + \
  File string, line 1, in ?
  File /root/freevo/freevo-1.5-rc4/src/skins/main/main.py, line 101, in ?
from area import Skin_Area
  File /root/freevo/freevo-1.5-rc4/src/skins/main/area.py, line 92, in ?
import xml_skin
  File /root/freevo/freevo-1.5-rc4/src/skins/main/xml_skin.py, line 74, in ?
osd = osd.get_singleton()
  File /root/freevo/freevo-1.5-rc4/src/osd.py, line 141, in get_singleton
_singleton = OSD()
  File /root/freevo/freevo-1.5-rc4/src/osd.py, line 375, in __init__
pygame.display.init()
pygame.error: No available video device


Re: Re: [Freevo-users] Cant get G400 to work. Help!

2004-08-21 Thread Josh Peck
I didn't have to change anything in my local_conf.py to get the OSD
working. all my problems were external deps. If the DirectFB works
outside freevo. (run mplayer from a terminal windows specifing the
DirectFB display) I believe at the bottom of the web page referenced in
the WIKI tells you how to do this.

any way if that works and the .pc files are in the right spot rerun
configure within SDL redirect the output to afile look for the line
dealing with DirectFB to verify its going to be supported when you
recompile.


On Sat, 2004-08-21 at 09:37, Peace Monk wrote:
   
 
 On Sat, 21 Aug 2004 Josh Peck wrote :
 I'm running 1.4.1 (still) with directfb. I know that when I recompiled
 SDL with directFB support I had to move the SDL stuff from the runtime
 directory out and copy or link the built one in its place. I don't know
 if you have the runtime installed or not (I'm not even sure there is a
 runtime for 1.5.0).
 
 Other problems I had involved the .pc files (directfb.pc,
 directfb-internal.pc) being installed in the wrong location by Make
 install. this caused SDL to not detect the presence of DirectFB when I
 ran configure for SDL. In my case Make install put them in
 /usr/local/lib/pkgconfig but SDL configure looks for them in
 /usr/lib/pkgconfig. All i did to fix that was copy them to the proper
 place. before that I swore up and down 3 time the SDL had been compiled
 with DirectFB support only to find that configure had told me it could
 detect it.
 
 the errors I got with bogus DirectFB support were similar to the ones
 you're getting.
 
 Hope this helps.
 
 
 
 Thanks Josh.  I already had links for the right .pc files in /usr/lib/pkgconfig.  I 
 also made a link to the right SDL build in the runtime dir.  Still I get the same 
 errors.
 
 Is there anyway to check if the SDL I have do have Directfb support?
 
 Any developers in here who can help me out?  Here is the output of freedo
 
 Error: VIDEO_SHOW_DATA_DIR not found
 ROM_DRIVES: Auto-detected and added ('/mnt/cdrom', '/dev/hdd', 'CD-1')
 WARNING: /etc/freevo/lircrc not found!
 Traceback (most recent call last):
   File /root/freevo/freevo-1.5-rc4/src/main.py, line 147, in ?
 import menu# The menu widget class
   File /root/freevo/freevo-1.5-rc4/src/menu.py, line 80, in ?
 import skin
   File /root/freevo/freevo-1.5-rc4/src/skin.py, line 107, in ?
 get_singleton()
   File /root/freevo/freevo-1.5-rc4/src/skin.py, line 88, in get_singleton
 exec('import skins.' + config.SKIN_MODULE  + '.' + config.SKIN_MODULE  + \
   File string, line 1, in ?
   File /root/freevo/freevo-1.5-rc4/src/skins/main/main.py, line 101, in ?
 from area import Skin_Area
   File /root/freevo/freevo-1.5-rc4/src/skins/main/area.py, line 92, in ?
 import xml_skin
   File /root/freevo/freevo-1.5-rc4/src/skins/main/xml_skin.py, line 74, in ?
 osd = osd.get_singleton()
   File /root/freevo/freevo-1.5-rc4/src/osd.py, line 141, in get_singleton
 _singleton = OSD()
   File /root/freevo/freevo-1.5-rc4/src/osd.py, line 375, in __init__
 pygame.display.init()
 pygame.error: No available video device
-- 
Josh Peck [EMAIL PROTECTED]



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
  ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
  type: CD
  subtype: data
  id: 2002010515423900CONAN_THE_BARBARIAN
  label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:


 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
 ('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:
 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
   


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.

Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread john molohan
IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.

On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
 Ok. I've installed the source. But it still won't work...
 Very odd...
 
 /Johan
 john molohan wrote:
 
 Try installing from source. There seems to be some issues with the rpm
 on some systems.
 http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
 
 On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
   
 
 Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
 just a rpm that didn't seem to install at first. If I could get the 
 source from somewhere i could try that the official site is down..
 /Johan
 
 john molohan wrote:
 
 
 
 How did you install freevo? RPM or source. How did you install lsdvd?
 
 On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
  
 
   
 
 OK, here it is:
 
 ellen:~ # mminfo /dev/dvd
 mmpython media info
 
 filename : /dev/dvd
 
type: CD
subtype: data
id: 2002010515423900CONAN_THE_BARBARIAN
label: CONAN_THE_BARBARIAN
 Track list:
 
 john molohan wrote:
 

 
 
 
 Please post the output of mminfo /dev/dvd
 
 On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 
 
  
 
   
 
 I have some more info about this problem. This is the line in fstab:
 /dev/dvd /media/dvd   subfs  
 fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
 this is the line in the freevo config:
 ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
 I can play dvd's in mediaplayer with
 $ mplayer dvd://
 
 Is there anything else I can do to troubleshoot this problem?
 
 Johan Lindqvist wrote:
 
   
 

 
 
 
 I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
 drive is visible when they are empty, or when they have music discs in 
 them. Both can access music disks. But when I insert a DVD it won't 
 show up. The dvd is properly mounted and accessible from otherwise. I 
 can browse through it with, for example, midnight commander.
 So what is wrong here? The dvd is quite old. It cannot boot cd's for 
 example. Can this be the problem?
 
 /Johan
 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 
  
 
   
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 
   
 

 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 
  
 
   
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 

 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
  
 
   
 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 

Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Johan Lindqvist
OK, I have done all this now, but still no difference...
I just realised that the dvd's don't play well in mplayer. In fact, they 
jump chapter to chapter after just a few seconds. Might this also have 
something to do with this?
Also, I get OSError: [Errno 13] Permission denied: 
'/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
you're supposed to run it as root?

/Johan
john molohan wrote:
IIRC the problem was not having libdvdread-devel installed. Install
this, then reinstall lsdvd, mmpython and freevo.
On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
 

Ok. I've installed the source. But it still won't work...
Very odd...
/Johan
john molohan wrote:
   

Try installing from source. There seems to be some issues with the rpm
on some systems.
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
 

Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
just a rpm that didn't seem to install at first. If I could get the 
source from somewhere i could try that the official site is down..
/Johan

john molohan wrote:
  

   

How did you install freevo? RPM or source. How did you install lsdvd?
On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:


 

OK, here it is:
ellen:~ # mminfo /dev/dvd
mmpython media info
filename : /dev/dvd
 type: CD
 subtype: data
 id: 2002010515423900CONAN_THE_BARBARIAN
 label: CONAN_THE_BARBARIAN
Track list:
john molohan wrote:
 

  

   

Please post the output of mminfo /dev/dvd
On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
   



 

I have some more info about this problem. This is the line in fstab:
/dev/dvd /media/dvd   subfs  
fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
this is the line in the freevo config:
ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
('/media/dvd', '/dev/dvd', 'DVD') ]
I can play dvd's in mediaplayer with
$ mplayer dvd://

Is there anything else I can do to troubleshoot this problem?
Johan Lindqvist wrote:

 

  

   

I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
drive is visible when they are empty, or when they have music discs in 
them. Both can access music disks. But when I insert a DVD it won't 
show up. The dvd is properly mounted and accessible from otherwise. I 
can browse through it with, for example, midnight commander.
So what is wrong here? The dvd is quite old. It cannot boot cd's for 
example. Can this be the problem?

/Johan

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
  

   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]

 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

   



 

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
 

  

   

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]

Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread john molohan
Do you get the same behaviour with all DVDs? mmpython isn't picking them
up, it's seeing it as a cd, you should get an output like this.

mminfo /dev/dvd
mmpython media info

filename : /dev/dvd

type: DVD
  ^^^
subtype: video
id: 2002020616260300D038006
label: D038006
length: 10765

AFAIR freevo caches this info so you'll have to delete
~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
ownership of that dir for the user you normally run freevo as. EG chown
-R ellen:ellen /var/cache/freevo/

On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:
 OK, I have done all this now, but still no difference...
 I just realised that the dvd's don't play well in mplayer. In fact, they 
 jump chapter to chapter after just a few seconds. Might this also have 
 something to do with this?
 Also, I get OSError: [Errno 13] Permission denied: 
 '/var/cache/freevo/mediainfo' when running freevo cache. But maybe 
 you're supposed to run it as root?
 
 /Johan
 
 john molohan wrote:
 
 IIRC the problem was not having libdvdread-devel installed. Install
 this, then reinstall lsdvd, mmpython and freevo.
 
 On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
   
 
 Ok. I've installed the source. But it still won't work...
 Very odd...
 
 /Johan
 john molohan wrote:
 
 
 
 Try installing from source. There seems to be some issues with the rpm
 on some systems.
 http://sourceforge.net/project/showfiles.php?group_id=63864package_id=61147
 
 On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
  
 
   
 
 Freevo from source and ls-dvd from rpm. Couldn't find a source to lsdvd, 
 just a rpm that didn't seem to install at first. If I could get the 
 source from somewhere i could try that the official site is down..
 /Johan
 
 john molohan wrote:
 

 
 
 
 How did you install freevo? RPM or source. How did you install lsdvd?
 
 On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
 
 
  
 
   
 
 OK, here it is:
 
 ellen:~ # mminfo /dev/dvd
 mmpython media info
 
 filename : /dev/dvd
 
   type: CD
   subtype: data
   id: 2002010515423900CONAN_THE_BARBARIAN
   label: CONAN_THE_BARBARIAN
 Track list:
 
 john molohan wrote:
 
   
 

 
 
 
 Please post the output of mminfo /dev/dvd
 
 On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
 
 
 
 
  
 
   
 
 I have some more info about this problem. This is the line in fstab:
 /dev/dvd /media/dvd   subfs  
 fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
 this is the line in the freevo config:
 ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD Burner'),
  ('/media/dvd', '/dev/dvd', 'DVD') ]
 I can play dvd's in mediaplayer with
 $ mplayer dvd://
 
 Is there anything else I can do to troubleshoot this problem?
 
 Johan Lindqvist wrote:
 
  
 
   
 

 
 
 
 I'm having problems accessing DVD's from freevo. Both my cd and my dvd 
 drive is visible when they are empty, or when they have music discs in 
 them. Both can access music disks. But when I insert a DVD it won't 
 show up. The dvd is properly mounted and accessible from otherwise. I 
 can browse through it with, for example, midnight commander.
 So what is wrong here? The dvd is quite old. It cannot boot cd's for 
 example. Can this be the problem?
 
 /Johan
 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 

 
 
 
  
 
   
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 
  
 
   
 

 
 
 
 ---
 SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
 Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
 http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
 
 
 
 
  
 
   
 
 

[Freevo-users] Hauppauge DEC-2000T Matrox G550

2004-08-21 Thread Joel Mansford








I have a Hauppauge DEC-2000T (USB 2.0 DVB-T) box which I
would like to use on my Suse 9.1 box. This machine has a Matrox G550 card with
one head on my TFT and another on my TV. 



So far Ive had little luck in getting the DEC box
working with Suse 9.1. 

I would like to turn this machine in to a dedicated Freevo box and so would
like to hear suggestions as to a good distribution to use to minimise hassle in
getting Freevo working.



Cheers!



Joel.








[Freevo-users] A certain DVD isn't played correctly

2004-08-21 Thread Markus Bonet
Hi,
I've got a problem playing the DVD Die Ärzte - Rock'n'Roll Realschule.
It is played via xine (viaexp). Everythings starts fine and the main 
menu appears. But I am unable to navigate within the menu and I cannot 
select anything (not with my remote nor with the keyboard).
Other DVDs such as Fawlty Towers are played normal and I can choose 
every entry.
I tested it up til version 1.5.0 (mmpython 0.4.5).

What might be wrong?
Kind regards
Markus
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Troubles playing DVD's

2004-08-21 Thread Stéphane Lavirotte
Hi,

I also add problem playing some DVD. I don't konw if Johan's problem is the
same as mine, but here is the solution for me.
I had two DVD, that I could not play. I went to the mmpython cache and found
that there was files in .../vfs/disc/ but also in .../vfs/metadata/. I deleted
all these files, and now all works fine for me.
I suppose the problem was due to an upgrade of mmpython and a cache which was
not the same at it was supposed to be.

Stéphane

- Original Message - 
From: john molohan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 21, 2004 11:54 PM
Subject: Re: [Freevo-users] Troubles playing DVD's


 Do you get the same behaviour with all DVDs? mmpython isn't picking them
 up, it's seeing it as a cd, you should get an output like this.

 mminfo /dev/dvd
 mmpython media info

 filename : /dev/dvd

 type: DVD
   ^^^
 subtype: video
 id: 2002020616260300D038006
 label: D038006
 length: 10765

 AFAIR freevo caches this info so you'll have to delete
 ~/.freevo/vfs/disc/* each time you test. Also for freevo cache take
 ownership of that dir for the user you normally run freevo as. EG chown
 -R ellen:ellen /var/cache/freevo/

 On Sat, 2004-08-21 at 23:11 +0200, Johan Lindqvist wrote:
  OK, I have done all this now, but still no difference...
  I just realised that the dvd's don't play well in mplayer. In fact, they
  jump chapter to chapter after just a few seconds. Might this also have
  something to do with this?
  Also, I get OSError: [Errno 13] Permission denied:
  '/var/cache/freevo/mediainfo' when running freevo cache. But maybe
  you're supposed to run it as root?
 
  /Johan
 
  john molohan wrote:
 
  IIRC the problem was not having libdvdread-devel installed. Install
  this, then reinstall lsdvd, mmpython and freevo.
  
  On Sat, 2004-08-21 at 21:22 +0200, Johan Lindqvist wrote:
  
  
  Ok. I've installed the source. But it still won't work...
  Very odd...
  
  /Johan
  john molohan wrote:
  
  
  
  Try installing from source. There seems to be some issues with the rpm
  on some systems.
 
http://sourceforge.net/project/showfiles.php?group_id=63864package_id=6114
7
  
  On Sat, 2004-08-21 at 18:17 +0200, Johan Lindqvist wrote:
  
  
  
  
  Freevo from source and ls-dvd from rpm. Couldn't find a source to
lsdvd,
  just a rpm that didn't seem to install at first. If I could get the
  source from somewhere i could try that the official site is down..
  /Johan
  
  john molohan wrote:
  
  
  
  
  
  How did you install freevo? RPM or source. How did you install lsdvd?
  
  On Sat, 2004-08-21 at 16:59 +0200, Johan Lindqvist wrote:
  
  
  
  
  
  
  OK, here it is:
  
  ellen:~ # mminfo /dev/dvd
  mmpython media info
  
  filename : /dev/dvd
  
type: CD
subtype: data
id: 2002010515423900CONAN_THE_BARBARIAN
label: CONAN_THE_BARBARIAN
  Track list:
  
  john molohan wrote:
  
  
  
  
  
  
  
  Please post the output of mminfo /dev/dvd
  
  On Sat, 2004-08-21 at 13:28 +0200, Johan Lindqvist wrote:
  
  
  
  
  
  
  
  
  I have some more info about this problem. This is the line in
fstab:
  /dev/dvd /media/dvd   subfs
  fs=cdfss,ro,users,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
  this is the line in the freevo config:
  ROM_DRIVES = [ ('/media/cdrecorder', '/dev/cdrecorder', 'CD
Burner'),
   ('/media/dvd', '/dev/dvd', 'DVD') ]
  I can play dvd's in mediaplayer with
  $ mplayer dvd://
  
  Is there anything else I can do to troubleshoot this problem?
  
  Johan Lindqvist wrote:
  
  
  
  
  
  
  
  
  
  I'm having problems accessing DVD's from freevo. Both my cd and
my dvd
  drive is visible when they are empty, or when they have music
discs in
  them. Both can access music disks. But when I insert a DVD it
won't
  show up. The dvd is properly mounted and accessible from
otherwise. I
  can browse through it with, for example, midnight commander.
  So what is wrong here? The dvd is quite old. It cannot boot cd's
for
  example. Can this be the problem?
  
  /Johan
  
  
  
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
  100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
  Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  ___
  Freevo-users mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/freevo-users
  
  
  
  
  
  
  
  
  
  
  ---
  SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank
Media
  100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
  Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
  http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
  ___
  

Re: Re: Re: [Freevo-users] Cant get G400 to work. Help!

2004-08-21 Thread Peace Monk
After much recompiling, I finally got freevo working with directfb.  However,  when I 
run freevo, the display comes on the VGA monitor (not TV).  Also, when I play a dvd, 
the movie appears on TV.  Anymore environment variables I need to set?

Thank you..

Re: Re: Re: Re: [Freevo-users] Cant get G400 to work. Help!

2004-08-21 Thread Peace Monk
  


On Sun, 22 Aug 2004 Peace Monk wrote :
After much recompiling, I finally got freevo working with directfb.  However,  when I 
run freevo, the display comes on the VGA monitor (not TV).  Also, when I play a dvd, 
the movie appears on TV.  Anymore environment variables I need to set?

Thank you..


I do see a initial flicker on the TV set before the image comes on the vga monitor.  
Also, here are my config file settings
[EMAIL PROTECTED] root]# cat /etc/directfbrc 
matrox-crtc2
matrox-tv-standard=ntsc

[EMAIL PROTECTED] root]# cat /etc/fb.
fb.modes fb.modes.backup  fb.modes.rpmnew  
[EMAIL PROTECTED] root]# cat /etc/fb.modes
#
#   DirectFB video modes, should be placed into /etc
# 

mode 640x480 75Hz 16bit
# D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
geometry 640 480 640 480 16
timings 31747 120 16 16 1 64 3
endmode


mode 800x600 75Hz 16bit
# D: 49.50 MHz, H: 46.875 kHz, V: 75.00 Hz
geometry 800 600 800 600 16
timings 20203 160 16 21 1 80 3
hsync high
vsync high
endmode
mode 320x200 85Hz 16bit
geometry 320 200 320 200 16
timings 60440 32 32 20 4 48 1
double true
endmode

[EMAIL PROTECTED] root]# cat /etc/freevo/fre
freevo.conf  freevo.conf.rpmsave  
[EMAIL PROTECTED] root]# cat /etc/freevo/freevo.conf
cdparanoia = /usr/bin/cdparanoia
chanlist = us-cable
display = dfbmga
fbxine = /usr/local/bin/fbxine
geometry = 640x480
jpegtran = /usr/bin/jpegtran
lame = /usr/bin/lame
lsdvd = /usr/bin/lsdvd
mencoder = /usr/local/bin/mencoder
mplayer = /usr/local/bin/mplayer
oggenc = /usr/bin/oggenc
renice = /usr/bin/renice
setterm = /usr/bin/setterm
tv = ntsc
version = 2.1
xine = /usr/local/bin/xine