Re: [Freevo-users] ivtvdev PAL

2005-05-23 Thread Bart Heremans
I'm using a pvr250, so no tv-out but also had problems when recording. Freevo sets the wrong format. it is the setfmt and setstd function in src/tv/v4l2.py that causes the problem. It always sets to ntsc even if you want pal. I didn't do much debugging. I commented the lines (set std line 236 and

Re: [Freevo-users] shift tv

2005-03-01 Thread Bart Heremans
I don't think that the time shift functions with mp1e works. It was something that worked in freevo 1.3 IIRC but not any more. Browse trought the mplayer tv plugin code, I don't think there is any time shift code in it. Bart >-- Original Message -- >From: John Molohan <[EMAIL PROTECTED]> >To: f

Re: [Freevo-users] Real - Time TV

2005-02-24 Thread Bart Heremans
t. To see what command freevo is launching when hitting enter you have to enable debug and debug for childapps. See the wiki, troublshooting Bart On Wed, 2005-02-23 at 01:23 -0600, Lane wrote: > On Tuesday 22 February 2005 15:19, Bart Heremans wrote: > > Yes freevo can show realtime

Re: [Freevo-users] Real - Time TV

2005-02-22 Thread Bart Heremans
Yes freevo can show realtime tv, first make sure mplayer or tvtime is working. Then load the right plugin go to the tv guide and pres enter on a show that is running. Don't forget to read the wiki for more detailed info Bart On Tue, 2005-02-22 at 15:17 -0600, Lane wrote: > Can Freevo show real-t

Re: [Freevo-users] Recording automatically from favourites

2005-02-21 Thread Bart Heremans
If you don't use the 'freevo tv_grab' helper to grab your xmltv file you have to run the 'freevo schedulefavorites' to schedlue your favorite recordings after you grab the xmltv file. see : http://freevo.sourceforge.net/cgi-bin/doc/Recordserver#head-a384a0ecd443ecbdd32b5c060f7b078d3f7e2e44 Bart

Re: [Freevo-users] Freevo and VCR_CMD script support

2005-02-21 Thread Bart Heremans
If the VCR_CMD is recording fine minus the audio. Then you can use it and use VCR_PRE_REC and VCR_POST_REC scripts for the sound, that way you won't have problems stopping a recording when it is busy, you will when you use a shell script for recording. see : http://freevo.sourceforge.net/cgi-bin/d

Re: [Freevo-users] Split movies

2005-02-07 Thread Bart Heremans
for info, you can start playing the second part directly by selecting the file, advanced menu (e on keyboard) and then chapter selection. Bart >-- Original Message -- >From: "Satana" <[EMAIL PROTECTED]> >To: >Reply-To: freevo-users@lists.sourceforge.net >Date: Mon, 7 Feb 2005 11:25:03 +0100 >Sub

Re: [Freevo-users] Unable to start Freevo server on FC3

2005-01-24 Thread Bart Heremans
Have a look in the wiki : http://freevo.sourceforge.net/cgi-bin/doc How to start the recordserver : http://freevo.sourceforge.net/cgi-bin/doc/Recordserver And some info about setting up tv cards : http://freevo.sourceforge.net/cgi-bin/doc/TVConfig Bart >-- Original Message -- >From: Tony Tra

Re: [Freevo-users] Re: [Announce] Freevo release plan

2005-01-11 Thread Bart Heremans
the page is already in the new wiki but I don't think it is up to date. On Tue, 2005-01-11 at 13:40 -0600, Evan Hisey wrote: > Dirk- > I'll look in to porting the DXR3 over. > > Evan > > > On Tue, 11 Jan 2005 11:33:14 +0100, Stéphane Lavirotte > <[EMAIL PROTECTED]> wrote: > > I made some test

RE: [Freevo-users] freevo + fbxine - X

2005-01-10 Thread Bart Heremans
>-- Original Message -- >From: "Aleksey Sudakov" <[EMAIL PROTECTED]> >To: >Reply-To: freevo-users@lists.sourceforge.net >Date: Tue, 11 Jan 2005 00:44:35 -0500 >Subject: [Freevo-users] freevo + fbxine - X > > >Hello, > >So far I've been using freevo with X. Now I want to use it without X >with fram

Re: [Freevo-users] Re: How to handle recordings on changing TV.xml listings?

2005-01-10 Thread Bart Heremans
On Mon, 2005-01-10 at 21:42 +0100, Jesper Mathiassen wrote: > Dirk Meyer wrote: > > >>anyway to do something with a showview code? > >> > >> > > > >Showview isn't helping. It is only a short code for channel, day, > >start and stop time. A new start time should result in a new showview > >time

Re: [Freevo-users] info needed for new wiki : usb-storoage - gphoto plugin

2005-01-04 Thread Bart Heremans
On Tue, 2005-01-04 at 18:32 +0100, Tanja Striepling wrote: > Hi Bart, > > freevo-users@lists.sourceforge.net schrieb am 04.01.05 15:46:55: > > > > In the old wiki there is not much left to port. But usb configuration / > > plugin > > isn't verry clear for me (a never used it). > > > If it's not

[Freevo-users] info needed for new wiki : usb-storoage - gphoto plugin

2005-01-04 Thread Bart Heremans
In the old wiki there is not much left to port. But usb configuration / plugin isn't verry clear for me (a never used it). The pages in the old wiki are : general setup, mounting usb devices : http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage and the old pluginpage : http://free

Re: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
else I can look for clues? > > > thanks > > On Mon, 3 Jan 2005 14:36:38 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote: > > Mine is set to my old MOVE_DATA_DIR : > > > > OVERLAY_DIR = '/usr/local/freevo/movie-data-dir/' > > > > B

Re: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
>OVERLAY_DIR= os.path.join(FREEVO_CACHEDIR, 'vfs') >To me that looks like a string joining function or something? > >Do you have an example of what it should look like? Is it just > > > >OVERLAY_DIR= '/random/path/' >or is it > >OVERLAY_DIR=

RE: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
Check TV_RECORD_DIR and OVERLAY_DIR in local_conf.py. Do they exist and does the user running freevo has acces to it ? Bart >-- Original Message -- >From: Martin Wolff <[EMAIL PROTECTED]> >To: freevo-users@lists.sourceforge.net >Reply-To: freevo-users@lists.sourceforge.net >Date: Mon, 3 Jan 2005

RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans
gt;Subject: RE: [Freevo-users] Getting DVD covers from Web. > > >Sorry if I am showing my ignorance! > >I have done this! Can not test as I did it remotely ,but, to I have to >recompile anything? > >Many Thanks! > >Neil > >-Original Message- >From: [

RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans
nstructions? I installed Freevo by simply installing all the >RPMs I needed then compiling the Freevo part. I'm not too familiar with >patching things etc.. > >Many Thanks > >Neil > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On

RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans
Check the mailing list archives : http://sourceforge.net/mail/?group_id=46652 patches for the imdb plugin has been posted. http://sourceforge.net/mailarchive/message.php?msg_id=10269639 http://sourceforge.net/mailarchive/message.php?msg_id=10400045 Bart >-- Original Message -- >From: "Neil" <[E

RE: [Freevo-users] Video Menu

2004-07-29 Thread Bart Heremans
Try disabling the tv, image and other plugins that you don't need. There is a setting for auto open the item if tehre is only one. so if the video entry is the only on I - think - it will open it at start On Thu, 2004-07-29 at 17:10 +, Willy Wonka wrote: > Been there done that. > > > Tom >

Re: [Freevo-users] IVTV-record bugs and problems

2004-07-06 Thread Bart Heremans
On Tue, 2004-07-06 at 16:16 -0300, Rob Shortt wrote: > I am using a PVR-250 and started having the same problem a while ago > after updating my driver. Which version of ivtv are you using? I tried > messing around with Unicode and String objects but nothing really worked > for me. I was beg

[Freevo-users] IVTV-record bugs and problems

2004-07-06 Thread Bart Heremans
Hi, I'm trying to set freevo with a pvr350 card using the IVTV record plugin. DEBUG=1 is set in the local_config. I'm using the freevo and mmpython cvs version on gentoo. python 2.3.3 This is the first error I get when using the ivtv record plugin : -

Re: [Freevo-users] Setting startup directories

2004-06-29 Thread Bart Heremans
You can change it in the local_conf.py file, see the wiki http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage#head-6f6270ed4c01720096d5fdfc87618613e86099f6 but wiki is not up to date, DIR_MOVIES has changed to VIDEO_ITEMS DIR_AUDIO has changed to AUDIO_ITEMS . Bart On Tue, 20

Re: [Freevo-users] no sound in recordings

2004-03-31 Thread Bart Heremans
> >I'm still at a loss as to why recording worked perfectly in 1.4 and is > >now completely broken in 1.5 (the above command line worked fine in > >1.4). > > > >--Joe > > > > Yes, this is stupidly annoying. I am assuming here that you have a TV Card > with one of those little mini patch cords fr

Re: [Freevo-users] Encoding to mpeg instead of divx/avi

2004-03-17 Thread Bart Heremans
On Wed, 2004-03-17 at 03:41, Joe Stump wrote: > Apparently my default settings are to encode to divx, which for viewing > is great, but for burning to DVD isn't so great (DVD-lab only uses > mpeg). > > Any ideas on how to change this so that I can record straight to mpeg (I > would assume mpg-2 is

RE: [Freevo-users] To the Belgian/Dutch users of freevo

2004-02-20 Thread Bart Heremans
Ik heb nog nooit de moeite genomen om de nederlands versie te testen. Bart >-- Original Message -- >From: den_RDC <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Date: Fri, 20 Feb 2004 05:24:08 +0100 >Subject: [Freevo-users] To the Belgian/Dutch users of freevo > > >Hallo

Re: [Freevo-users] Looking for a good script for recording + sound

2004-02-08 Thread Bart Heremans
Hi, I had the same problem like you, sound when capturing but not when I played the file after it was captured. I had the same problems with the tvrecord script posted in freevo wiki. When I use alsamixer I have to set CD to capture (no line in inside my pc, only cd in, so I use that) and I have

Re: [Freevo-users] small blue bar when playing video

2004-01-15 Thread Bart Heremans
Jaap, I think this is a problem with the tvout on a epia board (not epia-m). I had the same problem on my Epia 800 but I use a epiaM now that has another and much better tvout OVERSCAN setting in local_config is for the freevo menu, not when playing the movie. You can read here about the magneta

Re: [Freevo-users] building a freevo box from scratch---hardware choices

2004-01-14 Thread Bart Heremans
>-- Original Message -- >From: Matthieu Weber <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Date: Wed, 14 Jan 2004 14:38:38 +0200 >Subject: Re: [Freevo-users] building a freevo box from scratch---hardware >choices > > >On Wed 14.01.2004 at 07:25:30AM -0500, William Morga

Re: [Freevo-users] building a freevo box from scratch---hardware choices

2004-01-14 Thread Bart Heremans
>-- Original Message -- >From: Matthieu Weber <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Date: Wed, 14 Jan 2004 14:38:38 +0200 >Subject: Re: [Freevo-users] building a freevo box from scratch---hardware >choices > > >On Wed 14.01.2004 at 07:25:30AM -0500, William Morga

RE: [Freevo-users] cvs build

2004-01-13 Thread Bart Heremans
Hi, Snapshots are here : http://freevo.sourceforge.net/snapshots/ If you are using gentoo, you can use Dichi's ebuild, download the rsync script, don't forget to set the portage overlay dir (/etc/make.conf) rsync-freevo script under gentoo : http://freevo.sourceforge.net/install.html#Download

Re: [Freevo-users] Re: Silent DVD drive for my Freevo box

2004-01-12 Thread Bart Heremans
Today I tested my Nec ND1300A (DVD+- RW) in my freevo box and it slows down with hdparm when watching divx and dvd movies. It sounds silent but I should get a psu fan that is more silent because it makes a lot more noise than the dvd-rom. (via sereniti 2000 with standard psu) Bart - Original

Re: [Freevo-users] Silent DVD drive for my Freevo box

2004-01-09 Thread Bart Heremans
I have an old liteon drive that makes a lot of noise at full speed. If I use hdparm to slow down it only runs slow when watching a cd (divx or audio on cd) but not when using a dvd rom movie, strange. I think I will buy a cheap dvd writer (nec ND1100, DVD+RW or nec ND1300, DVD+-RW) anybody knows i

Re: [Freevo-users] Via's EPIA-M and Freevo

2003-12-03 Thread Bart Heremans
I will say it like this : You won't be able to play anything with player or xine on the pvr-350 tvout. there are no plugins yet. If you wan't to playa a mpeg 2 stream you can feed the mpeg 2 encoder like this : dd if=/dev/video0 of=/dev/video16 bs=32k (or something like that, don't remember it exa

Re: [Freevo-users] Via's EPIA-M and Freevo

2003-12-03 Thread Bart Heremans
I have a epia M and a PVR350. I have been able to run X over the framebuffer driver for the pvr350 and load freevo. But If try loading a divx or other file and output it with mplayer ont the pvr350 it is very very slow. If you want to watch tv you have to switch the local and global lpha values (m

RE: [Freevo-users] best wireless joystick for freevo

2003-11-18 Thread Bart Heremans
Hi, i have a trust firestorm wireless usb gamepad and it works fine with linux. Bart >-- Original Message -- >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Date: Mon, 17 Nov 2003 16:59:37 -0800 >Subject: [Freevo-users] best wireless joystick for freevo > > >Hi all,

[Freevo-users] Crash view tv with mplayer.ivtv

2003-11-05 Thread Bart Heremans
Hi, When I select a channel en the freevo tv guide to wacht freevo crashes (or popup message with warning that plugin crashed). My PVR-350 is working correctly, It worked with freevo before 1.4 RC's (using snapshots) and it still wokrs if I do mplayer /dev/video0 This is the traceback : Tracebac

Re: [Freevo-users] TVtime / R128AIW ?s

2003-10-17 Thread Bart Heremans
Hi, with default settings freevo uses mplayer to watch tv, check your local_conf.py file. And deactivate the tvtime plugin so it will use mplayer. If you see this in your config file : plugin.remove('tv.mplayer') plugin.activate('tv.tvtime') then remove this 2 lines Bart - Original Mes

Re: [Freevo-users] freevo STB design

2003-10-13 Thread Bart Heremans
Hi, Just for info, you can't add a cdrom and a pvr-350 card at same time in a via seriniti case. Also they are noisy. Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Re: [Freevo-users] freevo STB design Date: 13/10/03 15:28 >

Re: [Freevo-users] screen out of sync and other probs

2003-10-08 Thread Bart Heremans
hre you find some usefull info : http://www3.sympatico.ca/howlettfamily/via_epia_howto.html Bart - Original Message - From: "Michael Juarez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 9:23 PM Subject: [Freevo-users] screen out of sync and other probs

Re: [Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
removing my record_shedule.xml file and restarting the web and recordserver solved my problem. Thx Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Re: [Freevo-users] recordserver problems Date: 06/10/03 16:17 > > B

Re: [Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
isted/python/reflect.py", line 369, in namedModule topLevel = __import__(name) exceptions.ImportError: No module named record_types Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Re: [Freevo-users] recordserver prob

[Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
Hi, I tried yesterdays snapshot and freevo-1.4-rc1 and I have problems with the recordserver. When I try to view sheduled records or try a manual record via the webpage I get an error page, here is the last part of the traceback ___ /usr/bin

[Freevo-users] using nuvrec

2003-10-03 Thread Bart Heremans
Hi, I did setup freevo succesfully to record. But I have problems recording to divx/avi because my pc isn't powerfull enough. I have installed nuvrec and I can record to nuv files in great quality and have enough power (but files are +- 5 times larger then divx). I would like to change my vcr co

Re: [Freevo-users] memory card reader

2003-10-02 Thread Bart Heremans
Hi, You will need some modules from the kernel. USB modules MSdos / VFAT file system modules SCSI + SCSI Generic modules you have to load the modules then insert the usb card reader and it will porbably be mapped at /dev/sda (and others if it is a multi card reader) Create a mount point an then

RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please

2003-10-01 Thread Bart heremans
me Problems?? Also Some help with CVS Please Date: 01/10/03 13:31 > > Thx for that, I will give that a go. > > Also I have a wireless USB pad. This works in freevo and zsnes, is it possible to use in mame do you think? > > > -----Original Message- > From: Bart heremans [

RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please

2003-10-01 Thread Bart heremans
xmame.X11 kan work fullscreen if you use the xv options (x11 mode in xmamerc file). I'm running it fullscreen. My xmamerc file : http://www.supermotard.be/freevo/xmamerc Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: RE: [Freevo-

Re: [Freevo-users] MPlayer OSD and subs sizes

2003-09-29 Thread Bart heremans
Hi, Some Mplayer options that are usefull for your problems : -subfont-text-scale <0-100> Sets the subtitle text autoscale coefficient (percentage of the screen size) (default: 5). -subpos <0-100> (useful with -vop expand) Specify the position of subtitles on the screen. The value is the vert

RE: [Freevo-users] xine not playing dvd's, says they're 'encrypted'

2003-09-29 Thread Bart heremans
Hi, in the config there is somewhere an option to play encrypted dvd's or not. I thaught it was an option for mplayer but maybe you have to change it for xine to. Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: RE: [Freevo-users

Re: [Freevo-users] Tuning into freevo

2003-09-23 Thread Bart heremans
Hi, iirc tvtime shows the frequency and channel number on the OSD. You can also find some info in the ~/root/.tvtime/stationlist.xml Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: [Freevo-users] Tuning into freevo Date: 23/09/0

Fw: [Freevo-users] onboard video performance

2003-09-23 Thread Bart Heremans
3d isn't so important for dvd/divx, playback. A mini-itx M9000 or M1 will do fine for these tasks. I'm using a m9000 and have no problems , and I'm not using the onboard mpeg2 decoder (yet) Bart - Original Message - From: skeeterskip To: [EMAIL PROTECTED] Sent: Friday, September 1

Re: [Freevo-users] Re: crach freevo games

2003-09-16 Thread Bart Heremans
After changing my DIR_GAMES to the new config mame works fine. Thanks, Bart - Original Message - From: "Bart heremans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 11:48 AM Subject: Re: [Freevo-users] Re: crach freevo games > I d

Re: [Freevo-users] Re: crach freevo games

2003-09-16 Thread Bart heremans
I dind't change it I'll do it when I'm home tonight and I'll let you know if it worked. Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: [Freevo-users] Re: crach freevo games Date: 16/09/03 11:28 > > Michael Ruelle wrote: > > The

[Freevo-users] crach freevo games

2003-09-15 Thread Bart Heremans
Hi,   I emerged the newest freevo-snapshot and get this erro when entering a directory with mame roms in the freevo game menu :   Crash!Traceback (most recent call last):  File "/usr/lib/python2.2/site-packages/freevo/main.py", line 397, in ?    main_func()  File "/usr/lib/python2.2/site-pa

Re: [Freevo-users] Subtitle in different file

2003-09-11 Thread Bart heremans
I don't know if someone is working on subtitle selection for video files but you could use an fxd file if you have multitple subtitles files for one movie (divx or other) file. For DVD's : You can choose subtitles when watching DVD's. If you are using mplayer there are some options in the local_co

Re: [Freevo-users] motherboards

2003-09-09 Thread Bart Heremans
Look here for some newer vidio drivers for the EpiaM board : http://www.viaarena.com/?PageID=325 drivers are getting better and better. There is a framebuffer driver comming (documents online but driver not at the moment) and and there is a sf project for a directfb driver http://sourceforge.net/p

Re: [Freevo-users] PSU in mini-itx cases

2003-08-29 Thread Bart heremans
Hi Paul, I'm using a self made box for my EpiaM and noticed that the harddisk is genrating interference when close to the tv tuner card. I tested with the harddisk out the box (long cables) and the signal was much better. SO I'm waiting till that eve case gets out. I have an epia800 in a cubid cas

Re: [Freevo-users] Dual Booting Conundrum

2003-08-18 Thread Bart heremans
To answer some of your questions. Yes you can choose the runlevel at boottime in linux. In grub you can add the parameter init=4 (or other level of course) to boot your own custom boot level. Bart - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]

Re: [Freevo-users] Re Freevo as a persistant OS.

2003-07-25 Thread Bart heremans
Goto freevo homedpage, http://www.freevo.org, choose mailing lists in the menu at the left side. Choose unsubscripe/subscribe/ for user list options, shortcut : http://lists.sourceforge.net/lists/listinfo/freevo-users Then at the botom at the page enter email adres and hit the "edit options" b

[Freevo-users] Theme added in wiki

2003-07-07 Thread Bart Heremans
Someone added some pictures of a new theme in the wiki :   http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas => °2 Graphics (nice icons and font !)   ANybody knows where to download the complete theme (fxd file). Did I mis a message about this on the list, I don't find anythin

Re: [Freevo-users] web access

2003-07-04 Thread Bart heremans
start the recording server with the script in the helpers directory - Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: [Freevo-users] web access Date: 04/07/03 20:49 > > > > > > > > I got web access to freevo setup a few days ago but > n

Re: [Freevo-users] Re: pygame 1.5.6 and freevo dont seem to mix

2003-06-26 Thread Bart Heremans
I tried to install freevo also on gentoo / xbox with pygame 1.5.6 and had the same error. After downgrading pygame to 1.5.5 I have the following error : Pygame Parachute Traceback: File "src/osd.py", line 1334, in _getfont Fatal Python error: (pygame parachute) Segmentation Fault ./freevo: line

Re: [Freevo-users] Subtitle and mplayer

2003-06-26 Thread Bart heremans
if you have a move. MyMovie.avi and a subtitle MyMovie.srt or MyMovie.sub , ... mplayer will play the subtitles. So if the move and subtitle have the same name you won't have to write an fxd file just to play the subtitles. Bart - Original Message From: [EMAIL PROTECTED] To: [E

Re: [Freevo-users] Run error

2003-04-02 Thread Bart Heremans
You have to set CONFIG_VERSION = 1.0 and not LOCAL_CONF_VERSION = 1.0 in thelocal config fileBart - Original Message From: [EMAIL PROTECTED]To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>Subject: [Freevo-users] Run errorDate: 02/04/03 08:31Hi,I'm trying to get Freevo going and I've edi

Re: [Freevo-users] Gentoo and XV display

2003-03-16 Thread Bart Heremans
youre card has to have XV support. I think you can check that with # xvinfo Bart - Original Message - From: "Bart Heremans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 16, 2003 9:39 PM Subject: Re: [Freevo-users] Gentoo and XV display > You

Re: [Freevo-users] Gentoo and XV display

2003-03-16 Thread Bart Heremans
You don't need to change the ebuild. You can configure the display in /etc/freevo/freevo.conf after emerging gentoo Bart - Original Message - From: "Jason Calabrese" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 16, 2003 9:33 PM Subject: [Freevo-users] Gentoo and XV displ

Re: Successful with Freevo + DevFS?? [WAS Re: [Freevo-users] Freevo + Mandrake 9.1 + Lircd]

2003-03-11 Thread Bart Heremans
Gentoo uses also defvs, I'm using freevo and lirc without problems. - Original Message - From: "Dave Ladd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 5:30 PM Subject: Re: Successful with Freevo + DevFS?? [WAS Re: [Freevo-users] Freevo + Mandrake 9.1 + Lircd]