Re: [Freevo-users] FreevoLive 0.15

2007-10-20 Thread Michel Hoogervorst
2007/10/20, Duncan Webb <[EMAIL PROTECTED]>:
>
> I wonder if this will work in all cases, xorg tends to ignore modelines
> and read them from the monitor. Have you come across ddcxinfo-arch-0.8,
> IIRC it comes from arch linux. This can give you ouput like:
>

I understand, but I'm not reading the modelines under the monitor
section, but modes under the screen section ;-)

Mandriva's harddrake service tries to detect the right resolution for
your screen (and does a pretty good job on most systems), and sets
that resolution as the first available mode.  That's simply the
resolution I pick to configure Freevo with.

I'm not configuring X11, I'm simply configuring Freevo to the default
resolution X11 is set to ;-)


Michel

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive 0.15

2007-10-20 Thread Duncan Webb
Michel Hoogervorst wrote:
> Helleu :-)
> 
>> Hi Michel,
>>
>> That's great that your making so many improvements. I had a quick look
>> on the site and the forums are getting a bit of traffic now, good to see
>> that growing.
> 
> Yes, it was a user on the forum that made me decide to create the X11
> option, since he had some trouble getting a nice picture on his HDTV.
> Now it's there, I can't even remember why I had so much trouble with
> configuring Freevo to use the detected X11 resolution in the first
> place :-P
> 
> I use this line to find out the detected resolution in a rc.firstboot script:
> RES=$(cat /etc/X11/xorg.conf | grep Modes | uniq | tr -s \ \ | cut -f
> 3 -d ' ' | tr -d "\"");
> 
> and then just replace 800x600 with $RES using sed...
> 
> This was almost too easy haha ;-)

I wonder if this will work in all cases, xorg tends to ignore modelines
and read them from the monitor. Have you come across ddcxinfo-arch-0.8,
IIRC it comes from arch linux. This can give you ouput like:

ddcxinfo-knoppix -modelines | grep 800x600
# 800x600 @ 56Hz (VESA) hsync: 35.2kHz
ModeLine "800x600"36.0  800  824  896 1024600  601  603  625
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600"40.0  800  840  968 1056600  601  605  628
# 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600"50.0  800  856  976 1040600  637  643  666
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600"49.5  800  816  896 1056600  601  604  625
# 800x600 @ 85Hz (VESA) hsync: 53.7kHz
ModeLine "800x600"56.3  800  832  896 1048600  601  604  631
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636

Don't know if this is any use to you.

Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive 0.15

2007-10-20 Thread Michel Hoogervorst
Helleu :-)

> Hi Michel,
>
> That's great that your making so many improvements. I had a quick look
> on the site and the forums are getting a bit of traffic now, good to see
> that growing.

Yes, it was a user on the forum that made me decide to create the X11
option, since he had some trouble getting a nice picture on his HDTV.
Now it's there, I can't even remember why I had so much trouble with
configuring Freevo to use the detected X11 resolution in the first
place :-P

I use this line to find out the detected resolution in a rc.firstboot script:
RES=$(cat /etc/X11/xorg.conf | grep Modes | uniq | tr -s \ \ | cut -f
3 -d ' ' | tr -d "\"");

and then just replace 800x600 with $RES using sed...

This was almost too easy haha ;-)


> I meant to say a while back that your distro saved my ass
> after a huge set of distro updates went wrong and left me with no
> inittab and unable to boot my freevo box. I booted up freevo-live and
> had it fixed in a few minutes :)

Cool, so now FreevoLive is a emergency-repair distro as well :-P

>
> Thanks,
>
> John
>


Michel

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive 0.15

2007-10-19 Thread John Molohan
Michel Hoogervorst wrote:
> Hi all!
>
> I just uploaded FreevoLive 0.15
>
> You can now choose between X11 and framebuffer video at the boot
> screen.  Mandriva's hardware detection does a pretty good job
> detecting the right resolution for most monitors (most widescreen
> resolutions as well), and I configured Freevo so that it uses the
> detected resolution in X11.  On the framebuffer it's still 800x600
> only, not much I can do about that I'm afraid.
>
> I also made booting into X11 the default boot option, which I think
> most people will like.
>
> The quicktime-faad package is now installed, so that the Apple
> trailers can now be enjoyed with full sound!  Yep, the fact that the
> Apple trailers had no sound on FreevoLive, was totally my mistake ;-)
>
> A simple browser is also included: Hv3 is a very small, but usable browser.
>
>
> I hope you all like it.
>
> Michel
>   
Hi Michel,

That's great that your making so many improvements. I had a quick look 
on the site and the forums are getting a bit of traffic now, good to see 
that growing. I meant to say a while back that your distro saved my ass 
after a huge set of distro updates went wrong and left me with no 
inittab and unable to boot my freevo box. I booted up freevo-live and 
had it fixed in a few minutes :)

Thanks,

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-03-05 Thread John Molohan
Michel Hoogervorst wrote:
> Yesterday, I've uploaded FreevoLive 0.11!
Cool, nice work.
>
>
> Whats new?
> - Uninstalled Freevo 1.6.3 and python-mm
> - Installed Freevo 1.7.0 and the kaa-packages (thanks to Korrel from 
> MandrivaClub.NL for the rpms!)
> - Kernel 2.6.17.11mdv
> - Added appletrailers plugin
>
>
> New problems?
> Yep, though not very big ones.  Somehow, audio album covers aren't shown.
>
>
> That's all?
> Yeah, I tried to do some more, but ran into some issues, so I didn't 
> have enough time to fix anything.
> I wanted to have a version with Freevo 1.7.0 though, so in the next 
> version I'll try to fix (some of the) known issues.
>
> I did remove the 'exit' at the end of .bash_profile though, to be able 
> to do some more debugging without having to start a new session.
>
>
> Michel
> 
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-03-05 Thread Michel Hoogervorst

Yesterday, I've uploaded FreevoLive 0.11!


Whats new?
- Uninstalled Freevo 1.6.3 and python-mm
- Installed Freevo 1.7.0 and the kaa-packages (thanks to Korrel from
MandrivaClub.NL for the rpms!)
- Kernel 2.6.17.11mdv
- Added appletrailers plugin


New problems?
Yep, though not very big ones.  Somehow, audio album covers aren't shown.


That's all?
Yeah, I tried to do some more, but ran into some issues, so I didn't have
enough time to fix anything.
I wanted to have a version with Freevo 1.7.0 though, so in the next version
I'll try to fix (some of the) known issues.

I did remove the 'exit' at the end of .bash_profile though, to be able to do
some more debugging without having to start a new session.


Michel
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-02-23 Thread Michel Hoogervorst

FreevoLive 0.10 is here!

- Freevo 1.6.3 is now installed, which as you know is the latest stable
release of Freevo.
- Display is switched to SDL in order to keep full screen video on the
framebuffer
- Some setterm commands were added, to stop the screen from blanking, and
remove the flickering cursor after having played a video.
- A script was added (which actually was introduced in .09) to enable the
saa713x TV cards.

Besides that, FreevoLive has been moved to a very nice family: TuxFamily!
See it on http://freevolive.tuxfamily.org

Please feel free to try it, and tell me what works, and what doesn't :-D

BTW: I installed Freevo 1.6.3 with an test-rpm made by a member of the Dutch
MandrivaClub, so there should be an official mcnl-rpm in a very short time
;-)



Michel

2007/1/7, Michel Hoogervorst <[EMAIL PROTECTED]>:


I just uploaded a new and improved version (yeah, it's getting newer and
more improved day by day :P)

This version has xawtv installed, because harddrake seems to need it to be
able to configure most TV-cards during boot-time.  (My bttv card already
worked without it, but it _could_ solve to problem with the cx8800 driver).

Also I enabled a few TV channels (22, 55 and 66) so one can check if the
TV card works without having to leave Freevo (and we don't wanna leave
Freevo don't we? ;)).

For more info, again see:
http://home.quicknet.nl/qn/prive/m.hoogervorst/FreevoLive/


Michel


2007/1/3, harri <[EMAIL PROTECTED]>:
>
> FYI, I'm running Mandriva 2007 multimedia kernel (
> 2.6.17.13-mm-desktop-1mdv),
> and that recognizes out of the box my cx8800 based card (Conexant
> CX23880/1/2/3 chipset.)
>
> I'm not using it with Freevo though, only to digitize some old VHS stuff
> with
> xawtv, streamer.
>
> Harri
>
> On Monday 01 January 2007 14:23, Michel Hoogervorst wrote:
> > You must be able to install it simply by typing "urpmi xawtv", but I
> will
> > make sure to have it preinstalled by the next version :-)
> >
> > I don't know about the cx-8800 card, do you know if there is a
> Mandriva rpm
> > package for this driver?
> > This Live CD is a simple remaster of MCNLive Cherbourg (see
> > www.mcnlive.org), so the hardware compatibility is exaclty like that.
> > I will ask the maker of MCNLive if she know's something about the
> cx-8800
> > driver.
> >
> > Thanks!
> >
> > 2007/1/1, Elizabeth Dodd < [EMAIL PROTECTED]>:
> > > On Sunday 31 December 2006 4:17 am, Michel Hoogervorst wrote:
> > > > Well, I made the remaster purely for fun, and a bit for my own
> > >
> > > education,
> > >
> > > > but if people start to know and maybe use it, it would only be
> more fun
> > >
> > > of
> > >
> > > > course ;-)
> > >
> > > Michel. I tried this, and it found most of my hardware, and enabled
> some
> > > 3d
> > > for my ATI card.
> > > It doesn't have the patches for my cx-8800 card :-(
> > > but seriously, when I try to configure my tv card, it asks to
> install
> > > xawtv.
> > > I'd suggest putting xawtv on the CD.
> > > Liz
> > >
> > > --
> > > "All God's children are not beautiful.  Most of God's children are,
> in
> > > fact,
> > > barely presentable."
> > > -- Fran Lebowitz
> > >
> > >
> -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> share
> > > your
> > > opinions on IT & business topics through brief surveys - and earn
> cash
> > >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > ___
> > > Freevo-users mailing list
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
> -
>
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-01-07 Thread Michel Hoogervorst

I just uploaded a new and improved version (yeah, it's getting newer and
more improved day by day :P)

This version has xawtv installed, because harddrake seems to need it to be
able to configure most TV-cards during boot-time.  (My bttv card already
worked without it, but it _could_ solve to problem with the cx8800 driver).

Also I enabled a few TV channels (22, 55 and 66) so one can check if the TV
card works without having to leave Freevo (and we don't wanna leave Freevo
don't we? ;)).

For more info, again see:
http://home.quicknet.nl/qn/prive/m.hoogervorst/FreevoLive/


Michel


2007/1/3, harri <[EMAIL PROTECTED]>:


FYI, I'm running Mandriva 2007 multimedia kernel (
2.6.17.13-mm-desktop-1mdv),
and that recognizes out of the box my cx8800 based card (Conexant
CX23880/1/2/3 chipset.)

I'm not using it with Freevo though, only to digitize some old VHS stuff
with
xawtv, streamer.

Harri

On Monday 01 January 2007 14:23, Michel Hoogervorst wrote:
> You must be able to install it simply by typing "urpmi xawtv", but I
will
> make sure to have it preinstalled by the next version :-)
>
> I don't know about the cx-8800 card, do you know if there is a Mandriva
rpm
> package for this driver?
> This Live CD is a simple remaster of MCNLive Cherbourg (see
> www.mcnlive.org), so the hardware compatibility is exaclty like that.
> I will ask the maker of MCNLive if she know's something about the
cx-8800
> driver.
>
> Thanks!
>
> 2007/1/1, Elizabeth Dodd <[EMAIL PROTECTED]>:
> > On Sunday 31 December 2006 4:17 am, Michel Hoogervorst wrote:
> > > Well, I made the remaster purely for fun, and a bit for my own
> >
> > education,
> >
> > > but if people start to know and maybe use it, it would only be more
fun
> >
> > of
> >
> > > course ;-)
> >
> > Michel. I tried this, and it found most of my hardware, and enabled
some
> > 3d
> > for my ATI card.
> > It doesn't have the patches for my cx-8800 card :-(
> > but seriously, when I try to configure my tv card, it asks to install
> > xawtv.
> > I'd suggest putting xawtv on the CD.
> > Liz
> >
> > --
> > "All God's children are not beautiful.  Most of God's children are, in
> > fact,
> > barely presentable."
> > -- Fran Lebowitz
> >
> >
-
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> > your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-01-02 Thread harri
FYI, I'm running Mandriva 2007 multimedia kernel (2.6.17.13-mm-desktop-1mdv), 
and that recognizes out of the box my cx8800 based card (Conexant 
CX23880/1/2/3 chipset.)

I'm not using it with Freevo though, only to digitize some old VHS stuff with 
xawtv, streamer.

Harri

On Monday 01 January 2007 14:23, Michel Hoogervorst wrote:
> You must be able to install it simply by typing "urpmi xawtv", but I will
> make sure to have it preinstalled by the next version :-)
>
> I don't know about the cx-8800 card, do you know if there is a Mandriva rpm
> package for this driver?
> This Live CD is a simple remaster of MCNLive Cherbourg (see
> www.mcnlive.org), so the hardware compatibility is exaclty like that.
> I will ask the maker of MCNLive if she know's something about the cx-8800
> driver.
>
> Thanks!
>
> 2007/1/1, Elizabeth Dodd <[EMAIL PROTECTED]>:
> > On Sunday 31 December 2006 4:17 am, Michel Hoogervorst wrote:
> > > Well, I made the remaster purely for fun, and a bit for my own
> >
> > education,
> >
> > > but if people start to know and maybe use it, it would only be more fun
> >
> > of
> >
> > > course ;-)
> >
> > Michel. I tried this, and it found most of my hardware, and enabled some
> > 3d
> > for my ATI card.
> > It doesn't have the patches for my cx-8800 card :-(
> > but seriously, when I try to configure my tv card, it asks to install
> > xawtv.
> > I'd suggest putting xawtv on the CD.
> > Liz
> >
> > --
> > "All God's children are not beautiful.  Most of God's children are, in
> > fact,
> > barely presentable."
> > -- Fran Lebowitz
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2007-01-01 Thread Michel Hoogervorst

You must be able to install it simply by typing "urpmi xawtv", but I will
make sure to have it preinstalled by the next version :-)

I don't know about the cx-8800 card, do you know if there is a Mandriva rpm
package for this driver?
This Live CD is a simple remaster of MCNLive Cherbourg (see www.mcnlive.org),
so the hardware compatibility is exaclty like that.
I will ask the maker of MCNLive if she know's something about the cx-8800
driver.

Thanks!

2007/1/1, Elizabeth Dodd <[EMAIL PROTECTED]>:


On Sunday 31 December 2006 4:17 am, Michel Hoogervorst wrote:
> Well, I made the remaster purely for fun, and a bit for my own
education,
> but if people start to know and maybe use it, it would only be more fun
of
> course ;-)


Michel. I tried this, and it found most of my hardware, and enabled some
3d
for my ATI card.
It doesn't have the patches for my cx-8800 card :-(
but seriously, when I try to configure my tv card, it asks to install
xawtv.
I'd suggest putting xawtv on the CD.
Liz

--
"All God's children are not beautiful.  Most of God's children are, in
fact,
barely presentable."
-- Fran Lebowitz

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2006-12-31 Thread Elizabeth Dodd
On Sunday 31 December 2006 4:17 am, Michel Hoogervorst wrote:
> Well, I made the remaster purely for fun, and a bit for my own education,
> but if people start to know and maybe use it, it would only be more fun of
> course ;-)


Michel. I tried this, and it found most of my hardware, and enabled some 3d 
for my ATI card. 
It doesn't have the patches for my cx-8800 card :-(
but seriously, when I try to configure my tv card, it asks to install xawtv.
I'd suggest putting xawtv on the CD.
Liz

-- 
"All God's children are not beautiful.  Most of God's children are, in fact,
barely presentable."
-- Fran Lebowitz

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2006-12-30 Thread Michel Hoogervorst

Well, I made the remaster purely for fun, and a bit for my own education,
but if people start to know and maybe use it, it would only be more fun of
course ;-)

2006/12/30, John Molohan <[EMAIL PROTECTED]>:


Cool. I'll download a copy and try it out. I presume that you'd be happy
with an announcement going up on www.freevo.org about this?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreevoLive!

2006-12-30 Thread John Molohan
Michel Hoogervorst wrote:
> Hi,
>  
> I had some time left, and thought it would be nice to create a live cd 
> for Freevo, based on Mandriva 2007.
> This morning I created a remaster of MCNLive Cherbourg (a live 
> Mandriva 2007 system, created by a member of the Dutch Mandrivaclub).
>  
> So now, after four hours of uploading (yes, slw connection), here 
> it is:
> http://home.quicknet.nl/qn/prive/m.hoogervorst/FreevoLive/
>  
> Hope someone will like it ;-)
>  
>  
> Bye, and a merry Christmas!!
Cool. I'll download a copy and try it out. I presume that you'd be happy 
with an announcement going up on www.freevo.org about this?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users