Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Justin Wetherell
Vihtori Sammalisto wrote:
Justin Wetherell wrote:
Vihtori Sammalisto wrote:
Ok
So, i need to install mplayer etc. from source? apt-get wont do it?
I will try it... Thanks


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real 
users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Well, you have to compile DirectFB then SDL with enable directfb 
support. Freevo uses SDL to display the menu's and then Mplayer to 
display the video. The error you have, is because SDL doesnt 
recognize that you have a DirectFB device, so it can't display the 
Freevo menu. As long as you have DirectFB and SDL working then you 
should be up and running. You said Mplayer already works, correct?

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Im new with Mplayer too...
'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives a bluescreen 
but no errors and 'mplayer file.avi -vo directfb -ao oss -fs -vsync' 
work correctly... So, i suppose it is working...

I was just trying to install SDL-1.2.8 but with no success...
'./configure --enable-video-directfb'
..
..
make gives an error:
In file included from SDL_syscdrom.c:51:
/usr/include/linux/cdrom.h:242: error: parse error before '*' token
/usr/include/linux/cdrom.h:283: error: parse error before '*' token
/usr/include/linux/cdrom.h:285: error: `stat' redeclared as different 
kind of symbol
/usr/include/sys/stat.h:358: error: previous declaration of `stat'
/usr/include/linux/cdrom.h:286: error: parse error before '*' token
/usr/include/linux/cdrom.h:290: error: parse error before '*' token
/usr/include/linux/cdrom.h:291: error: parse error before '}' token
SDL_syscdrom.c: In function `CheckDrive':
SDL_syscdrom.c:128: error: called object is not a function
make[3]: *** [SDL_syscdrom.lo] Error 1
make[3]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/htpc/SDL-1.2.8/src'
make: *** [all-recursive] Error 1

Ill try resolve that tomorrow...or start all at beginning...

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Id use 1.2.7...  Did you make these links as per the web page I sent?
/ln -s /usr/local/lib/pkgconfig/directfb-internal.pc 
/usr/lib/pkgconfig/directfb-internal.pc
ln -s /usr/local/lib/pkgconfig/directfb.pc /usr/lib/pkgconfig/directfb.pc/

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Playing Shoutcast/Icecast Streams

2005-03-06 Thread Ow Mun Heng
Hi All,

What's the best way to actually be able to play Internet Radio?

eg: Shotcast/Icecast Streams.

I noticed the plugin "shoutcast grabber.pl" but am unsure how to use it.

Can anyone help me out with this? 

ps: I don't want to run a icecast server.

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 10:21:39 up 1:21, 5 users, load average: 1.19, 0.74, 0.46 





---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Christoph Kaminski
> Im new with Mplayer too...
>
> 'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives a bluescreen but no
> errors and 'mplayer file.avi -vo directfb -ao oss -fs -vsync' work
> correctly... So, i suppose it is working...
>
> I was just trying to install SDL-1.2.8 but with no success...
>
> './configure --enable-video-directfb'
> ..
> ..
> make gives an error:
>
> In file included from SDL_syscdrom.c:51:
> /usr/include/linux/cdrom.h:242: error: parse error before '*' token
> /usr/include/linux/cdrom.h:283: error: parse error before '*' token
> /usr/include/linux/cdrom.h:285: error: `stat' redeclared as different kind
> of symbol /usr/include/sys/stat.h:358: error: previous declaration of
> `stat' /usr/include/linux/cdrom.h:286: error: parse error before '*' token
> /usr/include/linux/cdrom.h:290: error: parse error before '*' token
> /usr/include/linux/cdrom.h:291: error: parse error before '}' token
> SDL_syscdrom.c: In function `CheckDrive':
> SDL_syscdrom.c:128: error: called object is not a function
> make[3]: *** [SDL_syscdrom.lo] Error 1
> make[3]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom/linux'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/htpc/SDL-1.2.8/src'
> make: *** [all-recursive] Error 1
>
> Ill try resolve that tomorrow...or start all at beginning...
>
apt-get build-dep libsdl1.2debian
apt-get source libsdl1.2debian
apt-get install libdirectfb-dev
change the rules file in libsdl source (append  --enable-video-directfb on the 
right point)
dpkg-buildpackage -us -uc -rfakeroot in libsdl source dir
dpkg -i libsdl...

-- 
MfG
Christoph Kaminski


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo on a VIA EPIA 800?

2005-03-06 Thread centraladmin
OK !
Here it is :
 - Setup based on Suse 9.0 (like my other Linux PC in my home)
 - Kernel updated to 2.6.7 (for wi-fi support reasons...)
 - XFree 4.2.0
 - I used the vesa driver in the XF86Config file, with only 1 modelines :
  Modeline  "800x600" 37.44 800 816 928 1040 600 600 605 626
 - The freevo.conf is configured in x11 mode
 - The mplayer configuration in freevo is :
MPLAYER_VO_DEV   = 'xvidix,dga,x11' # X11 drivers in order of preference
MPLAYER_ARGS_DEF = ('-fs -xy 640 -ac mad, -autosync 100 -nolirc -zoom
-vm -double')
MPLAYER_AUDIO_DEF= ('-cache 1024 -nolirc')


Note that the board has some difficulties to decode XviD with GMC and
quarterpel interpolation, some pictures drop. Moreover, there is no HW
accelration in this board In fact, i use it mainly as an audio
satellite from my main server.


Good luck :)

Rgds, Sylvain.

> Thats really good news.  I have been trying to get mplayer play my
> video files in full screen.  I have not yet had any luck under
> xwindows, however, have been able to play in frame buffer mode.  I was
> wondering if directfb supports this card.  Does the graphics card
> support any form of hardware acceleration?
>
> Could you please share with me specs on your configuration. i.e what
> distro, xfree/xorg, which graphics driver (trident?).  Is Xvideo
> supported? Did you have to do any major customizations (patch kernel,
> or drivers) to get full screen playback?
>
> Thanks for any help!
> Regards,
> Monk.
>
> On Sun, 6 Mar 2005 17:09:26 +0100 (CET), [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>> Yes, it works with me :
>> - kernel 2.6.7,
>> - X-Windows drivers
>> Note that the TV shall be power on BEFORE starting the EPIA board. If
>> not,
>> the TV output is deactivated.
>>
>> Rgds, Biboobox.
>>
>>
>> > I have been working over a week to get this up and running with
>> > freevo, but have been struggling with via drivers for the graphics
>> > card. Using gentoo.   Anyone out there have this working successfully
>> > with TV out?
>> >
>> > Thanks,
>> > Monk
>> >
>> >
>> > ---
>> > SF email is sponsored by - The IT Product Guide
>> > Read honest & candid reviews on hundreds of IT Products from real
>> users.
>> > Discover which products truly live up to the hype. Start reading now.
>> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> > ___
>> > Freevo-users mailing list
>> > Freevo-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>> >
>>
>> ---
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>
>
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] urls with questiomarks in webradio.fxd

2005-03-06 Thread Paul Sijben
thanks it no longer barfs. Now live365 tells me to log on. So I need to 
play around with the url...

Sander Hoentjen wrote:
my guess would be to urlencode the url (replace ? with %3F)
Haven't tried myself, but it is worth a shot
On Sat, 2005-03-05 at 07:29 +0100, Paul Sijben wrote:
I am trying to add a live365 station to my webradio.fxd. However these 
urls have questionmarks in them. qp_xml.py barfs on that (see the trace 
below). Is there a way to still add such urls?

Paul
--
fxd file /etc/freevo/webradio.fxd corrupt
Traceback (most recent call last):
 File "/usr/lib/python2.3/site-packages/freevo/fxditem.py", line 129, 
in parse
   parser = util.fxdparser.FXD(fxd_file)
 File "/usr/lib/python2.3/site-packages/freevo/util/fxdparser.py", 
line 181, in __init__
   self.tree = FXDtree(filename)
 File "/usr/lib/python2.3/site-packages/freevo/util/fxdparser.py", 
line 92, in __init__
   self.tree = self.parse(f)
 File 
"/usr/src/build/461461-i386/install/usr/lib/python2.3/site-packages/_xmlplus/utils/qp_xml.py", 
line 137, in parse
ExpatError: not well-formed (invalid token): line 6, column 50



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
--
Paul Sijben mailto:[EMAIL PROTECTED]
Amersfoort  http://www.sijben.net
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Vihtori Sammalisto
Justin Wetherell wrote:
Vihtori Sammalisto wrote:
Ok
So, i need to install mplayer etc. from source? apt-get wont do it?
I will try it... Thanks


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Well, you have to compile DirectFB then SDL with enable directfb 
support. Freevo uses SDL to display the menu's and then Mplayer to 
display the video. The error you have, is because SDL doesnt recognize 
that you have a DirectFB device, so it can't display the Freevo menu. 
As long as you have DirectFB and SDL working then you should be up and 
running. You said Mplayer already works, correct?

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Im new with Mplayer too...
'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives a bluescreen but no 
errors and 'mplayer file.avi -vo directfb -ao oss -fs -vsync' work correctly... 
So, i suppose it is working...
I was just trying to install SDL-1.2.8 but with no success...
'./configure --enable-video-directfb'
..
..
make gives an error:
In file included from SDL_syscdrom.c:51:
/usr/include/linux/cdrom.h:242: error: parse error before '*' token
/usr/include/linux/cdrom.h:283: error: parse error before '*' token
/usr/include/linux/cdrom.h:285: error: `stat' redeclared as different kind of 
symbol
/usr/include/sys/stat.h:358: error: previous declaration of `stat'
/usr/include/linux/cdrom.h:286: error: parse error before '*' token
/usr/include/linux/cdrom.h:290: error: parse error before '*' token
/usr/include/linux/cdrom.h:291: error: parse error before '}' token
SDL_syscdrom.c: In function `CheckDrive':
SDL_syscdrom.c:128: error: called object is not a function
make[3]: *** [SDL_syscdrom.lo] Error 1
make[3]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/htpc/SDL-1.2.8/src'
make: *** [all-recursive] Error 1
Ill try resolve that tomorrow...or start all at beginning...

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Newbe - Which soundcard should I buy???

2005-03-06 Thread Trollmar
hey,
Simple question two questions
- which cheap soundcard should I buy!preferences are Stereo Analog 
output with a "relative" good DA converter and the most important works 
good with freevo
(could be an old card bought via ebay)?!
- Does the Hercules Game Theater XP works well with freevo?
Thx alot
greetz
Sebastian

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Justin Wetherell
Vihtori Sammalisto wrote:
Ok
So, i need to install mplayer etc. from source? apt-get wont do it?
I will try it... Thanks


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Well, you have to compile DirectFB then SDL with enable directfb 
support. Freevo uses SDL to display the menu's and then Mplayer to 
display the video. The error you have, is because SDL doesnt recognize 
that you have a DirectFB device, so it can't display the Freevo menu. As 
long as you have DirectFB and SDL working then you should be up and 
running. You said Mplayer already works, correct?

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Vihtori Sammalisto
Ok
So, i need to install mplayer etc. from source? apt-get wont do it?
I will try it... Thanks


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Justin Wetherell
Vihtori Sammalisto wrote:
Hi
I have a problem with directfb, freevo.
Id follow these instructions 
http://www.kauhajoki.fi/~peti/directfb/matrox-tv-out-howto to get 
directfb working.

Here's some info:
Debian sarge kernel-2.6.11 (directfb with fusion + 
matroxfb-full-memory patches)
Matrox G450 DH
Abit NF7-S v.2.0

I'm new with linux, and google didnt help so i was hoping some1 here 
can help me...

Freevo give me same error everytime:
a80-186-107-162:~# freevo
config.py (518): Logging to /tmp/freevo/main-0.log
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc', 
'CD-1')"

Error: can't find /tmp/TV.xml
Use xmltv to create this file or when you don't want to use the tv
module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
local_conf.py. TVguide is deactivated now.
config.py (903): Using 'latin-1' encoding
WARNING: /etc/freevo/lircrc not found!
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 131, in ?
  import menu# The menu widget class
File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 48, in ?
  import skin
File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 98, in ?
  get_singleton()
File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 79, in 
get_singleton
  exec('import skins.' + config.SKIN_MODULE  + '.' + 
config.SKIN_MODULE  + \
File "", line 1, in ?
File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py", 
line 51, in ?
  from area import Skin_Area
File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py", 
line 67, in ?
  import xml_skin
File "/usr/lib/python2.3/site-packages/freevo/skins/main/xml_skin.py", 
line 54, in ?
  osd = osd.get_singleton()
File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 149, in 
get_singleton
  _singleton = OSD()
File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 382, in 
__init__
  pygame.display.init()
pygame.error: No available video device

- 

Here is local_conf.py http://80.186.107.162/~htpc/local_conf
and here is freevo.conf http://80.186.107.162/~htpc/freevo.conf
What im missing?
I think directfb is installed correctly cause mplayer work...atleast 
somehow...

'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives only bluescreen 
but no errors. 'mplayer file.avi -vo directfb -ao oss -fs -vsync' work 
just fine. This was tested with crt-monitor, i dont have working modes 
for tv yet...

Thanks in advance


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
You need to install SDL, try following the instructions here:
http://freevo.webalias.com/matrox.html
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] directfb - Matrox G450 - Freevo

2005-03-06 Thread Vihtori Sammalisto
Hi
I have a problem with directfb, freevo.
Id follow these instructions 
http://www.kauhajoki.fi/~peti/directfb/matrox-tv-out-howto to get 
directfb working.

Here's some info:
Debian sarge kernel-2.6.11 (directfb with fusion + matroxfb-full-memory 
patches)
Matrox G450 DH
Abit NF7-S v.2.0

I'm new with linux, and google didnt help so i was hoping some1 here can 
help me...

Freevo give me same error everytime:
a80-186-107-162:~# freevo
config.py (518): Logging to /tmp/freevo/main-0.log
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc', 'CD-1')"
Error: can't find /tmp/TV.xml
Use xmltv to create this file or when you don't want to use the tv
module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
local_conf.py. TVguide is deactivated now.
config.py (903): Using 'latin-1' encoding
WARNING: /etc/freevo/lircrc not found!
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 131, in ?
  import menu# The menu widget class
File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 48, in ?
  import skin
File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 98, in ?
  get_singleton()
File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 79, in 
get_singleton
  exec('import skins.' + config.SKIN_MODULE  + '.' + 
config.SKIN_MODULE  + \
File "", line 1, in ?
File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py", line 
51, in ?
  from area import Skin_Area
File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py", line 
67, in ?
  import xml_skin
File "/usr/lib/python2.3/site-packages/freevo/skins/main/xml_skin.py", 
line 54, in ?
  osd = osd.get_singleton()
File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 149, in 
get_singleton
  _singleton = OSD()
File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 382, in 
__init__
  pygame.display.init()
pygame.error: No available video device

- 

Here is local_conf.py http://80.186.107.162/~htpc/local_conf
and here is freevo.conf http://80.186.107.162/~htpc/freevo.conf
What im missing?
I think directfb is installed correctly cause mplayer work...atleast 
somehow...

'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives only bluescreen 
but no errors. 'mplayer file.avi -vo directfb -ao oss -fs -vsync' work 
just fine. This was tested with crt-monitor, i dont have working modes 
for tv yet...

Thanks in advance


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo on a VIA EPIA 800?

2005-03-06 Thread Peace Monk
Thats really good news.  I have been trying to get mplayer play my
video files in full screen.  I have not yet had any luck under
xwindows, however, have been able to play in frame buffer mode.  I was
wondering if directfb supports this card.  Does the graphics card
support any form of hardware acceleration?

Could you please share with me specs on your configuration. i.e what
distro, xfree/xorg, which graphics driver (trident?).  Is Xvideo
supported? Did you have to do any major customizations (patch kernel,
or drivers) to get full screen playback?

Thanks for any help!
Regards,
Monk.

On Sun, 6 Mar 2005 17:09:26 +0100 (CET), [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Yes, it works with me :
> - kernel 2.6.7,
> - X-Windows drivers
> Note that the TV shall be power on BEFORE starting the EPIA board. If not,
> the TV output is deactivated.
> 
> Rgds, Biboobox.
> 
> 
> > I have been working over a week to get this up and running with
> > freevo, but have been struggling with via drivers for the graphics
> > card. Using gentoo.   Anyone out there have this working successfully
> > with TV out?
> >
> > Thanks,
> > Monk
> >
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] ATI + Xorg + XV?

2005-03-06 Thread Eric Jorgensen
On Sun, 6 Mar 2005 00:20:44 -0400
Peace Monk <[EMAIL PROTECTED]> wrote:

> Thanks for your feedback Eric.  I finally got freevo working on full
> screen more using x11.  This may not be the best solution, but it
> works for the time being.  I fixed this my making MPLAYER_VO_DEV =
> "x11" , so my brother is happy for now.
> 
> 
> I myself have a Matrox G400 working with directfb, and so far this one
> has the best TV out I've seen.  I am currently working on a new media
> center based on a VIA EPIA 800 motherboard.. this is going to be
> challenging.


   VIA recently released a patched mplayer (with source, iirc) that
correctly drives the Unichrome graphics on the M1, I'm not sure whether
that will help you out with the 800, but it's worth a shot. (no, I'm not
sure where to get it) 


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo on a VIA EPIA 800?

2005-03-06 Thread centraladmin
Yes, it works with me :
- kernel 2.6.7,
- X-Windows drivers
Note that the TV shall be power on BEFORE starting the EPIA board. If not,
the TV output is deactivated.

Rgds, Biboobox.


> I have been working over a week to get this up and running with
> freevo, but have been struggling with via drivers for the graphics
> card. Using gentoo.   Anyone out there have this working successfully
> with TV out?
>
> Thanks,
> Monk
>
>
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Slideshow on all files in one dir

2005-03-06 Thread Andreas Fürtig
well, when you insert "image" at the DIRECTORY_CREATE_PLAYLIST variable, you 
can slide trough all images in a directory.

so nothing todo for next version :)

thank you at all.
andieh
On Thursday 03 March 2005 13:20, Dirk Meyer wrote:
> Andreas Fürtig wrote:
> > Hi!
> >
> > Is there any chance to slide trough a folder full of pictures without
> > making an special ssr file for each dir?
> >
> > for example press e an select start slideshow or something like that?
>
> No, but I put it on the todo list for 2.0
>
>
> Dischi


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Gentoo: emerge freevo fails

2005-03-06 Thread Petri Lehtonen
On Sun, 6 Mar 2005 00:08:08 -0400, Peace Monk <[EMAIL PROTECTED]> wrote:
> When I do opengl-update I got the following message.
> This version requires >=x11-base/xorg-x11-6.8.0-r4

I could be wrong but maybe gentoo doesn't support xfree anymore. At
least my portage dir doesn't have xfree anymore. You could try
downgrading opengl-update, or "upgrading" to xorg-x11.

pete


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users