[Freevo-users] two video drivers

2003-09-04 Thread skeeterskip



I have a via EPIA motherboard and want to know if I 
can have two video drivers installed. I would like to test two different 
drivers. And, from what I understand, the framebuffer driver only works outside 
of GUI. And, so I want to use framebuffer driver when outside of X and other 
driver when using GUI. Is this possbile?


Re: [Freevo-users] autostart

2003-09-04 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Well, I can't say without knowing more about your specific 
configuration, but here is what works for my Debian box:
 * Install Gnome and the GDM (the Gnome Display Manager)
 * Create a user named "freevo"
 * Copy one of the existing session scripts in /etc/gdm/Sessions and 
edit the last bit to launch Freevo (I actually launch mine within the 
EvilWM shell because I can easily get a terminal window with 
ctrl-alt-enter)
 * Ensure you can log in as your freevo user with your newly created 
session
 * Edit /etc/gdm/gdm.conf to auto-login as the freevo user

Also (and you only want to do this if you know what you are doing), 
I wrapped the Freevo startup script with one of my own that does a 
"sudo shutdown -h now".  That way, turning on the box starts the 
software and exiting the Freevo software shuts down the box--kind of 
like an appliance PC.

As far as I know, exporting $USER should not necessarily come into 
play.
 -Brian

On Thursday, September 4, 2003, at 03:58  PM, Torsten Stern wrote:

   Hi there,

i’m really new in linux and espacially in freevo ;o)

i get freevo to work...great...but i can’t start it automatically on 
bootup.

I saw it working on my friends homepc a few days ago...so, is it my 
fault?

I set “export USER=username”, cause i found something in the net while 
i’m searching about this problem.

But now i have other failures there: syntax error :o(

 

Thx, for the help!

 

sterni

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (Darwin)
iD8DBQE/WAwR0dKNWt3rpSURAnHbAJ49mCN82gdTdXTKHnAl1SC4jsrlhACcDCAT
W7vYV+wZFcCFDpQPWF0XxkM=
=h0nE
-END PGP SIGNATURE-


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: [Freevo-devel] record_client/server

2003-09-04 Thread Rob Shortt
Hi,

I have just committed changes to cvs and Freevo main now uses 
record_client/server for recording.  There are some docs in the Wiki on 
running the recording server and this effectively replaces the usage of 
record_daemon.py from cron.

I have updated the _init scripts in the boot/ directory to use the 
helper scipts in src/helpers/.  To test run record_server.py edit your 
config apropriately (see Wiki) and run ./freevo recordserver start.

As stated before the new screens have some minor UI issues (hint CH+/- 
are used to toggle UI controlls right now - like in the search 
interface).  I am sure there are some other things like that but now 
that this stuff is on the main branch people will work on it. ;)

-Rob

Rob Shortt wrote:
Hi all,

The record_client/server interface is at a point now where I think 
Freevo main should be using it.  The server has been rock solid for me 
(and others) and I _never_ miss recordings.  Of course it also comes 
with some nice features.  Just to refresh:

-record_server is a persistant process that can be started with an rc 
style boot script or run from inittab - a seperate process from Freevo 
main.

-it is network aware, listening for client connections.  The client and 
server communicate via XML-RPC.

-record_client.py is an importable module for communicating with the 
server in another process.  You can build other apps and easily have 
them get info from the server.  For example Mike Ruelle has been 
experimenting with a desktop app.  The web interface and my Freevo main 
files use this.

-favorites: configurable favorites.  Record shows whenever they appear, 
or only on specific days, channels, timeslots, or a combination of 
these.  This area could still use some attention and I expect that 
people will chip in once everyone is using it. ;)  For example favorites 
claim to support priority of one favorite over another but this has no 
affect now.

-record_server keeps its persistant data as a pickle file in xml format. 
 This is a real python object pickled to a file so you have an object 
oriented interface to your data.  Because the file is in xml format you 
can easily open it in an editor and muck with it if you wish.

-new tv / recording screens in Freevo main, see: 
http://ettin.danicar.net/freevo/thumb0.html for details.  These shots 
are a bit out of date.  Notice the search interface? ;)

-record_server uses the plugin interface for recording.  Right now there 
are two recording plugins, generic_record and ivtv_record. 
generic_record is the default and it uses VCR_CMD the same way 
record_daemon does.  ivtv_record is a recording plugin made for the 
WinTV PVR-250/350 cards and it handles the actual recording itself.  I 
have seen some requests for DVB card support... I think these cards 
behave similarly to ivtv cards so I don't think it would be a big deal 
to build a plugin for those cards as well.

Among the features I would like to have added to record_server:

-The ability to control an in progress recording.  You should be able to 
stop recording at the click of a button and it would be nice to be able 
to extend a running recording lets say your favorite sports event is 
running overtime and you don't want the end to be chopped off.

-have record_server be able to talk to Freevo main.  For example if you 
are watching TV through Freevo and record_server wants to record then it 
should let you know and give you a choice of what to do.  Right now it 
just works the other way around - if you are recording it won't let you 
watch TV.

-polish off favorites support.

-handle the task of grabbing XMLTV listings.

-leverage the power of sqlite!  All kinds of possibilities here.

OK, so to my point here. :)

Right now in CVS there are two files on a branch tag (new_record), 
src/tv.py and src/tvguide.py.  These files are needed to have Freevo 
main talk to record_server.  I would like to merge these files to the 
head and have this the default recording interface.  If there are any 
concerns or suggestions I would like to hear them, also it is possible 
there is something that I have missed.

Oh yeah, I will also write a how-to document for users and developers 
for record_client/server.

Thanks,
-Rob


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problem with 1.3.4 Install

2003-09-04 Thread Wan Tat Chee
Jim,

It's a known issue.

You need to use the system python package to compile *.pyo files (done by
the make install step). if you change the variable passed to --compile
to 1, then it'll only generate *.pyc files and that should work fine with
the runtime supplied freevo_python.

T.C.


Wan Tat Chee (Lecturer)
School of Computer Science, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.  Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757   Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7

On Thu, 4 Sep 2003, Jim Duda wrote:

> I'm trying to install freevo-1.3.4, didn't have any problems with 1.3.2.
> I get this error after freevo setup.  Can anyone tell me if I need to
> upgrade ld-linux or is this a freevo issue?
> 
[...]
> ./runapp python src/setup_freevo.py --compile=2,/usr/local/freevo

^ this variable

> writing byte-compilation script '[EMAIL PROTECTED]'
> /usr/src/freevo-1.3.4/runtime/apps/freevo_python -OO [EMAIL PROTECTED]
> /usr/src/freevo-1.3.4/runtime/apps/freevo_python: /lib/ld-linux.so.2: 
> version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6)



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: AW: [Freevo-users] Problem getting freevo to recognize that a CD- ROM has been inserted - solved!

2003-09-04 Thread Wan Tat Chee
On Thu, 4 Sep 2003, James Simmons wrote:

> The documentation seems to suggest that you need to have root authority 
> to access the TV card.  I haven't tried it myself. See section "2.3.11 
> Booting into Freevo" of the Wiki where it says this and suggests using 
> sudo to start freevo.  Maybe the docs need to be corrected?  Or maybe 
> I'm not reading them right.
> 
> "After freevo has been installed correctly and verified to work when run 
> from the command prompt, the system can be configured for standalone 
> operation where freevo will startup automatically without the need for 
> entering a username and password. Standalone operation implies that the 
> system will be somewhat 'insecure' as freevo needs root priviledges for 
> mplayer to access TV Capture cards properly."
> 
> James Simmons

I believe I wrote that :)

Anyway, I haven't tried using non-sudo or non-root access to run mplayer
since the first time I tried it and wrote up the abovementioned paragraph.
The root-priviledges requirement came from the mplayer docs due to trying
to access vidix or other such drivers (might not be necessary for X11/Xv).
Maybe someone can investigate if mplayer 0.90 still needs the root-privs
or otherwise.

T.C.


Wan Tat Chee (Lecturer)
School of Computer Science, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.  Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757   Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Icons vs. Lists in 1.3.4

2003-09-04 Thread Rob Shortt
Jim Duda wrote:
I just upgraded from version 1.3.2 from 1.3.4.  The new look and feel
is slick, however, I have one complaint.
When I view my MP3 file directory now, I get icons instead of
text names.  When i select the icon, the text name appears
above the icon.  The files in the Movies directory appear okay.
I would prefer to have the list of text names.

What controls this?  I cannot figure it out.
Press 'd' to toggle between text and icons, I prefer text as well.  You 
may also have SKIN_START_LAYOUT = 1 in your local_conf.py.

-Rob



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] autostart

2003-09-04 Thread Torsten Stern








    Hi there,

i’m really new in linux
and espacially in freevo ;o)

i get freevo to
work...great...but i can’t start it automatically on bootup.

I saw it working on my
friends homepc a few days ago...so, is it my fault?

I set “export
USER=username”, cause i found something in the net while i’m
searching about this problem.

But now i have other failures
there: syntax error :o(

 

Thx, for the help!

 

sterni








Re: [Freevo-users] Icons vs. Lists in 1.3.4

2003-09-04 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
From my experience (I am still picking through and understanding 
the code), whether you get a text list or icon list depends on whether 
there are subdirectories in the list.  I believe this can be overridden 
in the folder.fxd (but again, I have not had enough spare time to 
figure out and document this feature).
 -Brian

On Thursday, September 4, 2003, at 02:14  PM, Jim Duda wrote:

I just upgraded from version 1.3.2 from 1.3.4.  The new look and feel
is slick, however, I have one complaint.
When I view my MP3 file directory now, I get icons instead of
text names.  When i select the icon, the text name appears
above the icon.  The files in the Movies directory appear okay.
I would prefer to have the list of text names.

What controls this?  I cannot figure it out.

Jim Duda
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (Darwin)
iD8DBQE/V7Fn0dKNWt3rpSURAkBRAKDJ8pSVMZPmQTsEwR/Mm7DUzuOVTQCfa9Hp
Rppeb0bwRztGgtr74jjh35E=
=PeAN
-END PGP SIGNATURE-


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Icons vs. Lists in 1.3.4

2003-09-04 Thread Jim Duda
I just upgraded from version 1.3.2 from 1.3.4.  The new look and feel
is slick, however, I have one complaint.

When I view my MP3 file directory now, I get icons instead of
text names.  When i select the icon, the text name appears
above the icon.  The files in the Movies directory appear okay.

I would prefer to have the list of text names.

What controls this?  I cannot figure it out.

Jim Duda
[EMAIL PROTECTED]


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Timeshift/mp1e -- a/v sync problems after v4l2 upgrade.

2003-09-04 Thread Aubin Paul
I don't use mp1e+v4l2 anymore, but I used v4l2 with the btaudio driver
and it was perfect. No sync problems, decent quality video on a very
slow computer.

I also used ALSA, and I never had problems... 

On Thu, Sep 04, 2003 at 10:00:30AM -0700, Dave Ladd wrote:
> 
> Hello,
> 
> I spent some time upgrading my rig to v4l2, which involved upgrading the bttv
> module from 0.7.107 to 0.9.11.
> 
> This resulted in some good news and some bad news: the v4l2 interface seems to
> work to allow channel selection from timeshift.py, but the audio/video sync in
> mp1e when using the new driver is awful. I've tried to isolate the problem by
> dumping mp1e output to a file with the old driver, rmmodding it, modprobing the
> new driver, and repeating, and with 0.9.11, the video seems quite a bit ahead
> of the audio.
> 
> Any ideas? Googling around, I saw some chatter about Alsa's OSS emulation being
> problematic and what not, but the fact that the A/V sync is near-perfect with
> the old bttv and terrible with the new bttv leads me to let Alsa off the hook.
> BTW, I'm using a recent CVS version of mp1e.
> 
> -Dave
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Strange playback issues

2003-09-04 Thread Mike Crowe




Hi folks,

When trying to watch the TV, I cannot understand why freevo sometimes
uses mplayer and sometime another player (the one that matches the help
screen).  Sometimes, I will switch on TV and will press the '+' key to
turn up the volume, but I get mplayer's A/V sync prompt.  Other times,
it works.

Pressing the up arrow (normally changes channels) in mplayer causes a
10s delay (by design).  

Why is it random which player it uses?
What is the other player?

TIA!
-- 

Cheers!
Mike

We now have an online mall that we promote!  Help support us by visiting our sponsors at:
http://www.mallforall.com/07746/index.cfm?ZipID=07746






[Freevo-users] file_ops plugin

2003-09-04 Thread Jim Duda
I have these options in my local_config.py

plugin.activate('file_ops')
plugin.activate('df')
plugin.activate('mixer')
plugin.remove('plugin_tv')

When freevo starts up, I get the following messages.

failed to load plugin file_ops
Traceback (most recent call last):
  File "src/plugin.py", line 262, in init
exec('import %s' % module)
  File "", line 1, in ?
ImportError: No module named file_ops

However, if I use the "E" key on any filename, I get the next
window which allows me to delete, etc.

Do I need to worry about this?

Jim Duda
[EMAIL PROTECTED]



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Problem with 1.3.4 Install

2003-09-04 Thread Jim Duda
I'm trying to install freevo-1.3.4, didn't have any problems with 1.3.2.
I get this error after freevo setup.  Can anyone tell me if I need to
upgrade ld-linux or is this a freevo issue?

linux# cd freevo-1.3.4
linux# freevo setup
System path first=NO
checking for mplayer.../usr/local/bin/mplayer
checking for tvtime... not found (deactivated)
checking for xine...   /usr/local/bin/xine
checking for fbxine... not found (deactivated)
checking for jpegtran...   ./runtime/apps/jpegtran
checking for xmame.x11...  not found (deactivated)
checking for xmame.SDL...  not found (deactivated)
checking for ssnes9x...not found (deactivated)
checking for zsnes...  not found (deactivated)
checking for lame...   ./runtime/apps/lame
checking for cdparanoia... ./runtime/apps/cdparanoia
checking for oggenc... ./runtime/apps/oggenc


Settings:
  geometry = 800x600
   display = x11
tv = ntsc
  chanlist = us-cable
Creating freevo.conf... done

Now you can type "freevo" to run freevo if you have the full
binary release.

Please read the manual on how to build the CVS/src Freevo version.

Do "make install" as root to install the binaries in /usr/local/freevo


linux# pwd
/usr/src/freevo-1.3.4
linux# make install
make -C fbcon
make[1]: Entering directory `/usr/src/freevo-1.3.4/fbcon'
make -C matroxset
make[2]: Entering directory `/usr/src/freevo-1.3.4/fbcon/matroxset'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/freevo-1.3.4/fbcon/matroxset'
make[1]: Leaving directory `/usr/src/freevo-1.3.4/fbcon'
./runapp python src/setup_freevo.py --compile=2,/usr/local/freevo
writing byte-compilation script '[EMAIL PROTECTED]'
/usr/src/freevo-1.3.4/runtime/apps/freevo_python -OO [EMAIL PROTECTED]
/usr/src/freevo-1.3.4/runtime/apps/freevo_python: /lib/ld-linux.so.2: 
version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6)
Traceback (most recent call last):
  File "src/setup_freevo.py", line 249, in ?
optimize=optimize)
  File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/util.py", 
line 406, in byte_compile
spawn(cmd, verbose=verbose, dry_run=dry_run)
  File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", 
line 38, in spawn
_spawn_posix(cmd, search_path, verbose, dry_run)
  File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", 
line 133, in _spawn_posix
raise DistutilsExecError, \
distutils.errors.DistutilsExecError: command 
'/usr/src/freevo-1.3.4/runtime/apps/freevo_python' failed with exit status 
1
make: *** [python_compile] Error 1
linux#
linux# l /lib/ld-linux.so.2
lrwxrwxrwx1 root root   12 May 28 05:45 /lib/ld-linux.so.2 
-> ld-2.1.92.so




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Audio madness! Please help me understand

2003-09-04 Thread Mike Crowe




OK, folks, I'm not a newbie to linux, nor am I especially dumb. 
However, I'm having a real hard time understanding the audio needed to
get all this stuff working.

In using the latest CVS version as of 9/3.
System:  1.1G Intel Celeron (256K cache) with 512M memory
Mandrake Linux 9.1
ATI TV Wonder VE

Here's part of my problem:  I have a USB Radio that comes in through a
jack on the audio card.  Right now, I have it coming into the LineIn
jack (so XMMS can play it and control the volume), and I have the
output of the TV card going to the MicIn jack (I know that is less than
ideal -- I'm open for suggestions).  That system has some nice speakers
attached, and I use it as a music server and web server in the house.

I also suffer from the sound delay issue:  The sync is about 1s off,
and very annoying.  So, I basically use Freevo as a tape recorder, to
record my favorite shows.  I would like to watch live TV, but can't
until we get that resolved.

I guess my big question is regarding the relationship between /dev/dsp,
amixer, Capture and IGAIN controls, and where to set up everything. 
Specifically, there isn't much documentation on how to adjust the
local_config.py to handle strange circumstances.

For instance, what is the difference between /dev/sound/dsp and
/dev/dsp?
If I want to record from the microphone, how do I note that in
local_config?
If I figure out what amixer commands to use, how do I insert them into
freevo?  I found some indication in one email chain that the IGAIN
control (or was it Capture?) was reset after certain operations.  Has
that been fixed in CVS?

Here's my current portion of local_config.py (relevant portions).

AUDIO_DEVICE    = '/dev/sound/dsp'  # e.g.: /dev/dsp0,
/dev/audio, /dev/alsa/?
AUDIO_INPUT_DEVICE  = '/dev/sound/dsp' # e.g.: /dev/dsp0,
/dev/audio, /dev/alsa/?
MAJOR_AUDIO_CTRL    = 'VOL' # Freevo takes
control over one audio ctrl
#   # 'VOL', 'PCM' 'OGAIN' etc.
CONTROL_ALL_AUDIO   = 1   # Should Freevo take complete
control of audio
MAX_VOLUME  = 90  # Set what you want maximum
volume level to be.
DEFAULT_VOLUME  = 40  # Set default volume level.
TV_IN_VOLUME    = 60  # Set this to your preferred
level 0-100.
VCR_IN_VOLUME   = 90  # If you use different input from
TV
DEV_MIXER   = '/dev/sound/mixer'    # mixer device

-- 

Cheers!
Mike







Re: [Freevo-users] power supplies

2003-09-04 Thread skeeterskip



Wow, it doesn't look like the zalman fan will fit 
in my case http://www.zalman.co.kr/images/0212/6100alcu3-b.gif  
The 1GHz EPIA has power input right next to cpu

  - Original Message - 
  From: 
  Tommy Killander 

  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 04, 2003 1:14 
  PM
  Subject: RE: [Freevo-users] power 
  supplies
  
  Hi,
   
  How 
  much power do you need fo your setup ?
   
  I 
  have a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be 
  bought separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
   
  This 
  solution is fanless, but have the power limit of 55W which makes suitable only 
  for small configurations (like mine):
   
  EPIA-M9000 M/B
  3.5", 40GB, 5400 RPM Harddrive
  Slimline CD/DVDROM (laptop style)
  PCI 
  TV tuner card
  LIRC 
  IR-receiver
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
skeeterskipSent: den 4 september 2003 20:52To: 
[EMAIL PROTECTED]Subject: [Freevo-users] power 
supplies
I recently go a Via mini itx case. Inside is a 
small powers supply that says "super noise killer." It is supposed to have 
variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
"noise killer." My Antec Sonata system is much quieter. I'm looking to find 
a replacement power supply or way of fixing this one. I thought some of you 
might have suggestions on particular 
hardware.


[Freevo-users] How do I configure mplayer settings?

2003-09-04 Thread Jim Duda
Thanks, i found the MPLAYER_ARGS in freevo_config.py and cloned
the section in local_config.py.

MPLAYER_DEBUG = 1

MPLAYER_ARGS = { 'dvd': '-cache 8192',
 'vcd': '-cache 4096',
 'cd' : '-cache 500 -cdda speed=1',
 'tv' : '-nocache',
 'avi': '-nocache -fs -idx -quiet -af volume=-10:s -display 
:0 -x 800 -y 600',
 'rm' : '-cache 5000 -forceidx',
 'default': '-cache 5000'
 }

What I don't see are the changes I want in either the /var/log/freevo or 
the mplayer
debug logs.  For example, I don't get the quiet or nocache options.

Freevo Log

MPlayer.play(): Starting thread, cmd=--prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c1 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi"
MPlayer_Thread.run(): Started, cmd=--prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c1 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi"
MPlayer logging to "/usr/local/freevo/mplayer_stdout.log" and 
"/usr/local/freevo/mplayer_stderr.log"
self.t1.isAlive()=1, self.t2.isAlive()=1
ChildApp.__init__(), pid=15426, app=./runapp --prio=-20 
./runtime/apps/mplayer/mplayer -ac mad, -autosync 100 -nolirc -autoq 100 
-screenw 800 -screenh 600 -fs -slave -ao oss:/dev/dsp -cache 5000  -v -vo 
xv,sdl,x11,  -wid 0x01c1 -xy 800 -monitoraspect 4:3 
"/media/videos/Curb_Appeal__Tue_Sep__2.avi" , poll=-1
data parsing done

Mplayer Log

CommandLine: '-ac' 'mad,' '-autosync' '100' '-nolirc' '-autoq' '100' 
'-screenw' '800' '-screenh' '600' '-fs' '-slave' '-ao' 'oss:/dev/dsp' 
'-cache' '5000' '-v' '-vo' 'xv,sdl,x11,' '-wid' '0x01c1' '-xy' '800' 
'-monitoraspect' '4:3' '/media/videos/Curb_Appeal__Tue_Sep__2.avi'

I know that mplayer finds my file to be an avi file; from mlayer log

Cache fill:  0.00% (0 bytes)AVI file format detected.

I suspect that freevo doesn't know it's an avi file, as such, doesn't use 
my
entry in local_config.py.

Jim Duda
[EMAIL PROTECTED]









---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] power supplies

2003-09-04 Thread skeeterskip



CPU fan on Via motherboard is a Arkua which is a 
little noise. I'm thinking of replacing this too. Does zalman have fan for 
this?

  - Original Message - 
  From: 
  Tommy Killander 

  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 04, 2003 1:14 
  PM
  Subject: RE: [Freevo-users] power 
  supplies
  
  Hi,
   
  How 
  much power do you need fo your setup ?
   
  I 
  have a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be 
  bought separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
   
  This 
  solution is fanless, but have the power limit of 55W which makes suitable only 
  for small configurations (like mine):
   
  EPIA-M9000 M/B
  3.5", 40GB, 5400 RPM Harddrive
  Slimline CD/DVDROM (laptop style)
  PCI 
  TV tuner card
  LIRC 
  IR-receiver
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
skeeterskipSent: den 4 september 2003 20:52To: 
[EMAIL PROTECTED]Subject: [Freevo-users] power 
supplies
I recently go a Via mini itx case. Inside is a 
small powers supply that says "super noise killer." It is supposed to have 
variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
"noise killer." My Antec Sonata system is much quieter. I'm looking to find 
a replacement power supply or way of fixing this one. I thought some of you 
might have suggestions on particular 
hardware.


RE: [Freevo-users] power supplies

2003-09-04 Thread Tommy Killander



Hi,
 
How 
much power do you need fo your setup ?
 
I have 
a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be bought 
separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
 
This 
solution is fanless, but have the power limit of 55W which makes suitable only 
for small configurations (like mine):
 
EPIA-M9000 M/B
3.5", 
40GB, 5400 RPM Harddrive
Slimline CD/DVDROM (laptop style)
PCI TV 
tuner card
LIRC 
IR-receiver

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  skeeterskipSent: den 4 september 2003 20:52To: 
  [EMAIL PROTECTED]Subject: [Freevo-users] power 
  supplies
  I recently go a Via mini itx case. Inside is a 
  small powers supply that says "super noise killer." It is supposed to have 
  variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
  "noise killer." My Antec Sonata system is much quieter. I'm looking to find a 
  replacement power supply or way of fixing this one. I thought some of you 
  might have suggestions on particular 
hardware.


Re: [Freevo-users] power supplies

2003-09-04 Thread skeeterskip



Actually my case is using 50watt power 
supply

  - Original Message - 
  From: 
  Tommy Killander 

  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 04, 2003 1:14 
  PM
  Subject: RE: [Freevo-users] power 
  supplies
  
  Hi,
   
  How 
  much power do you need fo your setup ?
   
  I 
  have a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be 
  bought separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
   
  This 
  solution is fanless, but have the power limit of 55W which makes suitable only 
  for small configurations (like mine):
   
  EPIA-M9000 M/B
  3.5", 40GB, 5400 RPM Harddrive
  Slimline CD/DVDROM (laptop style)
  PCI 
  TV tuner card
  LIRC 
  IR-receiver
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
skeeterskipSent: den 4 september 2003 20:52To: 
[EMAIL PROTECTED]Subject: [Freevo-users] power 
supplies
I recently go a Via mini itx case. Inside is a 
small powers supply that says "super noise killer." It is supposed to have 
variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
"noise killer." My Antec Sonata system is much quieter. I'm looking to find 
a replacement power supply or way of fixing this one. I thought some of you 
might have suggestions on particular 
hardware.


Re: [Freevo-users] power supplies

2003-09-04 Thread skeeterskip



Well, I am running a 1GHz version of EPIA-M and 
will have DVD drive and tv card. Current power supply is 100watts, but I think 
that is probably too much.
 
I noticed some of those external power supplies 
with other cases, but am not sure where to get them.

  - Original Message - 
  From: 
  Tommy Killander 

  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 04, 2003 1:14 
  PM
  Subject: RE: [Freevo-users] power 
  supplies
  
  Hi,
   
  How 
  much power do you need fo your setup ?
   
  I 
  have a Morex Cubid 2699R which houses a 55W "laptop" style PSU. The PSU can be 
  bought separately, see http://www.mini-itx.com/store/default.asp?c=9#p67 .
   
  This 
  solution is fanless, but have the power limit of 55W which makes suitable only 
  for small configurations (like mine):
   
  EPIA-M9000 M/B
  3.5", 40GB, 5400 RPM Harddrive
  Slimline CD/DVDROM (laptop style)
  PCI 
  TV tuner card
  LIRC 
  IR-receiver
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of 
skeeterskipSent: den 4 september 2003 20:52To: 
[EMAIL PROTECTED]Subject: [Freevo-users] power 
supplies
I recently go a Via mini itx case. Inside is a 
small powers supply that says "super noise killer." It is supposed to have 
variable speed fan inside. The problem is, it isn't quiet, and it isn't a 
"noise killer." My Antec Sonata system is much quieter. I'm looking to find 
a replacement power supply or way of fixing this one. I thought some of you 
might have suggestions on particular 
hardware.


[Freevo-users] Timeshift/mp1e -- a/v sync problems after v4l2 upgrade.

2003-09-04 Thread Jim Duda
Dave,

I've spent a lot of time trying to get mp1e to record properly outside
of freevo.  I've never been able to get the a/v sync correct in mp1e.
If you look at the chatter on nvrec-devel on sourceforge, you'll find
this has always been a problem.  The claim is that if you ever
get a/v sync to work, you're just damn lucky.

I have a post in there and the developer gave me some pointers
as to where in the code things could be hacked.  I struck out.

I did find that using ALSA instead of OSS had some improvement,
but it eventually when out of sync.

Did you ever get mp1e from CVS to have good sync?  If you
were using an older version of mp1e, my only suggestion is
to go back.

I starting using nvrec from CVS instead of mp1e, and the a/v
sync is perfect.  Too bad because mp1e is really fast, has
good quality, and the file sizes are small relative to other
encoders.

Jim Duda
[EMAIL PROTECTED]



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] power supplies

2003-09-04 Thread skeeterskip



I recently go a Via mini itx case. Inside is a 
small powers supply that says "super noise killer." It is supposed to have 
variable speed fan inside. The problem is, it isn't quiet, and it isn't a "noise 
killer." My Antec Sonata system is much quieter. I'm looking to find a 
replacement power supply or way of fixing this one. I thought some of you might 
have suggestions on particular hardware.


[Freevo-users] Timeshift/mp1e -- a/v sync problems after v4l2 upgrade.

2003-09-04 Thread Dave Ladd

Hello,

I spent some time upgrading my rig to v4l2, which involved upgrading the bttv
module from 0.7.107 to 0.9.11.

This resulted in some good news and some bad news: the v4l2 interface seems to
work to allow channel selection from timeshift.py, but the audio/video sync in
mp1e when using the new driver is awful. I've tried to isolate the problem by
dumping mp1e output to a file with the old driver, rmmodding it, modprobing the
new driver, and repeating, and with 0.9.11, the video seems quite a bit ahead
of the audio.

Any ideas? Googling around, I saw some chatter about Alsa's OSS emulation being
problematic and what not, but the fact that the A/V sync is near-perfect with
the old bttv and terrible with the new bttv leads me to let Alsa off the hook.
BTW, I'm using a recent CVS version of mp1e.

-Dave


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: AW: [Freevo-users] Problem getting freevo to recognize that a CD- ROM has been inserted - solved!

2003-09-04 Thread James Simmons
The documentation seems to suggest that you need to have root authority 
to access the TV card.  I haven't tried it myself. See section "2.3.11 
Booting into Freevo" of the Wiki where it says this and suggests using 
sudo to start freevo.  Maybe the docs need to be corrected?  Or maybe 
I'm not reading them right.

"After freevo has been installed correctly and verified to work when run 
from the command prompt, the system can be configured for standalone 
operation where freevo will startup automatically without the need for 
entering a username and password. Standalone operation implies that the 
system will be somewhat 'insecure' as freevo needs root priviledges for 
mplayer to access TV Capture cards properly."

James Simmons

Pferdekaemper, Thorsten wrote:

 

-Ursprüngliche Nachricht-
Von: James Simmons [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 4. September 2003 16:06
An: [EMAIL PROTECTED]
Betreff: Re: [Freevo-users] Problem getting freevo to recognize that a CD-
ROM has been inserted - solved!
anyone can do this, but on the SuSE box you need to be root.  I guess
few people have had this problem because they implemented the TV
watching module, which requires freevo to be run via sudo to access the
TV card.  Since I removed that module (I just want to watch my DivX and
   

Hi,
really? I use freevo with TV while not being root and I haven't installed sudo...
Regards,
Thorsten


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] Problem getting freevo to recognize that a CD- ROM has been inserted - solved!

2003-09-04 Thread Pferdekaemper, Thorsten


> -Ursprüngliche Nachricht-
> Von: James Simmons [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. September 2003 16:06
> An: [EMAIL PROTECTED]
> Betreff: Re: [Freevo-users] Problem getting freevo to recognize that a CD-
> ROM has been inserted - solved!
> 
> anyone can do this, but on the SuSE box you need to be root.  I guess
> few people have had this problem because they implemented the TV
> watching module, which requires freevo to be run via sudo to access the
> TV card.  Since I removed that module (I just want to watch my DivX and

Hi,
really? I use freevo with TV while not being root and I haven't installed sudo...
Regards,
Thorsten



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] German TV listings and how to get them...

2003-09-04 Thread Pferdekaemper, Thorsten
Hi,
currently, the servers for german XMLTV listings (www.szing.at and yasd.cc) seem to be 
not working. So I am searching for alternatives to tv_grab_de.
Ben Buksch has written something which should be able to get the TV listings from 
TV-Movie in XMLTV format (see http://www.bucksch.com/1/projects/various/xmltv/). 
Perhaps I will give this one a try in the next few days. 
Has anyone tried any XMLTV grabbers for german listings? Are there any experiences 
about thst?
Regards,
Thorsten 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [OT] mplayer playing slowly or is it mencoder?

2003-09-04 Thread Pferdekaemper, Thorsten


> -Ursprüngliche Nachricht-
> Von: Gray, Tim [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. September 2003 14:23
> An: '[EMAIL PROTECTED]'
> Betreff: [Freevo-users] [OT] mplayer playing slowly or is it mencoder?
> 
> Actually it seems to be a mencoder problem recording.
> My freevo unit is using the stock record command in freevo_local.py and a
> friend's unit is also doing the same command.
> 
> his freevo box record's everything with the audio recorded at 1/2 speed.
> 
> has anyone seen this problem before?  mplayer will play any other content
> fine, only items it recorded with the freevo record command are messed up
> with the reay slow audio...
> 
> the differences is that he has a different capture card and the latest
> mplayer (1.0)
> 

Hi,
I' ve had some problems with the audio sample rate. It seems that mencoder does not 
change the rate, but only assumes that the sample rate matches the one you entered in 
the command line. Perhaps you should play around with this. The value which works fine 
with my terratec cinergy 600 is 32000.
Regards,
Thorsten



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problem getting freevo to recognize that a CD-ROM has been inserted - solved!

2003-09-04 Thread James Simmons
Last night I figured out what was wrong by studying the source code.  I 
don't know Python, but the code was easy enough to follow.  My problem 
was this: there is a thread that reads the device file (/dev/hdb) to 
determine if a CD has been inserted into the drive.  On my Mandrake box 
anyone can do this, but on the SuSE box you need to be root.  I guess 
few people have had this problem because they implemented the TV 
watching module, which requires freevo to be run via sudo to access the 
TV card.  Since I removed that module (I just want to watch my DivX and 
VCD collection on TV) I didn't need to run freevo as anything more than 
an ordinary user.

I logged in as root and changed /dev/hdb to allow all users to read from 
it and that did the trick.

Another good thing I discovered by browsing the source is that you can 
define DEBUG=2 in your local_conf.py and get lots of helpful messages 
sent to the system console.  That helped me figure out that freevo 
wasn't even trying to mount my CD.

Everything works great now.  Freevo is exactly what I needed!  Thanks to 
the authors and to everyone who helped.

James Simmons

Gustavo Sverzut Barbieri wrote:

  Next relase should deal ok with supermount devices, because now it
try to recognize drives based on mount points too (/mnt/cdrom[0-9]*)
  Also, freevo mount/unmount devices itself. So you need that the user
freevo is running as is able to mount/umount devices.
  For instance, my fstab:
/dev/hdc /mnt/cdrom autoro,noauto,user,exec 0 0
..
  Be sure "user" is there!

Gustavo
  

 





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [OT] mplayer playing slowly or is it mencoder?

2003-09-04 Thread Gray, Tim
Actually it seems to be a mencoder problem recording.
My freevo unit is using the stock record command in freevo_local.py and a
friend's unit is also doing the same command.

his freevo box record's everything with the audio recorded at 1/2 speed.

has anyone seen this problem before?  mplayer will play any other content
fine, only items it recorded with the freevo record command are messed up
with the reay slow audio...

the differences is that he has a different capture card and the latest
mplayer (1.0)


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Snapshot of 02.Sept.2003: Some problems (a nd proposed solutions.. .)

2003-09-04 Thread Dirk Meyer
"Pferdekaemper, Thorsten" wrote:
>> Don't know about everything, but when freevo thinks he's using x11 but
>> you run it on framebuffer, Freevo will choose xine and not fbxine for
>> dvd nav, which doesn't work.
>
> So it should be no problem when I use mplayer, because mplayer seems
> to work with either one.  But one question remains: Why does mplayer
> not work, if I try to set display=vesafb oder fbdev in
> freevo.config? mplayer complains about not being able to open the
> display. When I just delete the display line in freevo.config, it
> works.  Why that? It should make no difference...

If you have display=x11 set, Freevo will start mplayer with -vo xv,sdl,x11,

When you don't have X running, xv will fail, but sdl should also work
on framebuffer. So it works for X and framebuffer. 

Aber the display=vesafb. We should add some extra checking there. This
is _not_ the display setting for mplayer, it's for Freevo. Freevo
doesn't know about vesafb so some stuff will be created wrong.

Current CVS will auto switch between fbdev and x11 so the problem
should be gone.


Dischi

-- 
A day without sun shine is like, you know, night.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Re: Freevo 1.3.4 weather, amazon and rom drives

2003-09-04 Thread John Molohan
> John Molohan wrote:
> > Tried out the weather plugin earlier and got 'WEATHER: 
> error reading 
> > cache. Using fake weather.' I tried two different stations 
> and got the 
> > same results. Also with this enabled the menu system then takes 
> > between 2 to 20 seconds to switch items, if I disable the weather 
> > plugin all is normal again.
> 
> Try a different weather station code.  It seems like yours is 
> timing out 
> on accessing the site.
> 
> -Rob

I've tried eight different stations now and no joy, is there a way to
pass a proxy variable to the plugin?

Thanks,

Johnm.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] epia 1000 drivers

2003-09-04 Thread Tommy Killander



Hi,
 
I'm using VIA_CLE266_40024a-2D_03212003.zip with 
RH80 on my EPIA-M9000 (933 MHz C3). It works fine for me, this is a 
snapshot of the workload during DivX playback (medium quality 700 MByte 
movie). Follow the attached (PDF and README) 
installation instructions and you will be 
fine...
 10:32am  up 4 days, 20:14,  1 user,  load 
average: 0.90, 0.30, 0.1053 processes: 49 sleeping, 4 running, 0 zombie, 0 
stoppedCPU states: 28.4% user,  1.1% system,  0.0% nice, 70.3% 
idleMem:   449580K av,  310788K used,  138792K 
free,   0K shrd,  114192K 
buffSwap:  457844K av,   0K 
used,  457844K 
free  
126684K cached
 
  PID 
USER PRI  NI  SIZE  RSS SHARE STAT %CPU 
%MEM   TIME COMMAND 4293 
root   0 -20 16076  15M  8468 S 
<  18.3  3.5   0:11 mplayer  743 
root  14  -1 75064 9236  4084 S 
<   9.8  2.0   4:16 X 4276 
root  15   0  1012 1012   
820 R 0.7  0.2   0:00 top  767 
root  15   0 27184  26M  6848 
S 0.1  6.0   1:13 
freevo_loader    1 root  
15   0   460  460   408 
S 0.0  0.1   0:06 
init    2 root  15   
0 0    0 0 
SW    0.0  0.0   0:00 
keventd    3 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kapmd    4 root  34  
19 0    0 0 
SWN   0.0  0.0   0:00 
ksoftirqd_CPU0    5 root  
15   0 0    
0 0 SW    0.0  0.0   0:07 
kswapd    6 root  25   
0 0    0 0 
SW    0.0  0.0   0:00 
bdflush    7 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kupdated    8 root  
25   0 0    
0 0 SW    0.0  0.0   0:00 
mdrecoveryd   12 root  15   
0 0    0 0 
SW    0.0  0.0   0:12 kjournald   73 
root  15   0 
0    0 0 SW    0.0  
0.0   0:00 khubd  268 root  
15   0 0    
0 0 SW    0.0  0.0   0:00 
kjournald  351 root  16   
0  1316 1316  1028 S 0.0  0.2   
0:00 rc  513 root  15   
0   568  568   484 S 0.0  
0.1   0:02 syslogd
As you 
can see I use X (mplayer runs in Xv) and "twm" as windowmanager and 
autostart Freevo after boot. A look a my XF86config shows this - the driver 
used should be "via" when you use the drivers mentioned 
above.
 
Section 
"Device"    # no known 
options    Identifier   
"VIA CLE266 driver"    
Driver   
"via"    VendorName   "VIA 
CLE266 driver"    
BoardName "VIA CLE266 driver"
 
    #BusID
 
    Option "ActiveDevice" 
"CRT,TV"    Option "TVType" 
"PAL"    Option "TVOutput" 
"S-video"    Option "TVVScan" 
"over"    Option 
"TVDotCrawl"
 
EndSection
(sorry 
for the HTMLized format)
 
Besides; have you tried this: http://www.viaarena.com/?PageID=325 . 
I havent had the opportunity to try it out myself yet (I'm still 2 releases 
behind on Freevo too... :-) .
 
Hopes 
this help you!
/Tommy

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  skeeterskipSent: den 3 september 2003 12:38To: 
  [EMAIL PROTECTED]Subject: [Freevo-users] epia 1000 
  drivers
  I want to improve video quality on my EPIA 1Ghz 
  board. I've tested videos while in KDE and it looses frames and gets out of 
  syn with audio after a short time. I looked at X86-Config-4 file and see 
  driver being used is fpdev. I found linux driver on internet http://www.viaarena.com/?PageID=287 and 
  am wondering if this might be better. Has anyone tried this 
one?


AW: [Freevo-users] Re: Snapshot of 02.Sept.2003: Some problems (and proposed solutio ns.. .)

2003-09-04 Thread Pferdekaemper, Thorsten


> -Ursprüngliche Nachricht-
> Von: Wan Tat Chee [mailto:[EMAIL PROTECTED]
> 
> The /etc/freevo.conf file can only support one setting for display.
> If you want to switch between the two, you'd need to keep two versions of
> the config file and setup the correct version before starting freevo.
> 

Hi,
no, it seems to work without the display line in freevo.conf. (Ok, I have not really 
checked all of them, perhaps there is display=X11 in ~/.freevo/freevo.conf.)

> Freevo should work automatically in either framebuffer mode or X11 mode,
> but mplayer uses the display setting to determine which display to use. So
> in framebuffer mode, you need display=fbdev (works in 1.3.4 on my GF4
> 440MX), and in X11, you need display=x11. display=sdl didn't work
> correctly for me for various reasons.

On my (1.3.4, nvidia-something) I do not have to switch anything. It just works. When 
I have a look at the debug output of freevo, it seems to start mplayer with a command 
line option like
-vo xv,sdl,x11,... or something like this. 
I believe that mplayer probes the given display options and runs with the first one 
working.
But as Dischi said, this might not work with xine/fbxine.

Regards,
Thorsten 
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] Re: Snapshot of 02.Sept.2003: Some problems (and proposed solutio ns.. .)

2003-09-04 Thread Pferdekaemper, Thorsten


> -Ursprüngliche Nachricht-
> Von: William Holt [mailto:[EMAIL PROTECTED]
> >
> > The /etc/freevo.conf file can only support one setting for display.
> > If you want to switch between the two, you'd need to keep two versions
> of
> > the config file and setup the correct version before starting freevo.
> >
> > Freevo should work automatically in either framebuffer mode or X11 mode,
> > but mplayer uses the display setting to determine which display to use.
> So
> > in framebuffer mode, you need display=fbdev (works in 1.3.4 on my GF4
> > 440MX), and in X11, you need display=x11. display=sdl didn't work
> > correctly for me for various reasons.
> >
> Mabey a command switch should be added to freevo to allow setting a
> different path to configs
> 

Hi,
as I have written before, it just works for me like it is... And I can use freevo in 
X11 or framebuffer.
I don't think that we really need a command switch. Just a little script which copies 
around the different config files would do it.
Regards,
Thorsten


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


AW: [Freevo-users] Re: Snapshot of 02.Sept.2003: Some problems (and proposed solutio ns.. .)

2003-09-04 Thread Pferdekaemper, Thorsten
> -Ursprüngliche Nachricht-
> Von: Dirk Meyer [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 3. September 2003 18:07
> An: [EMAIL PROTECTED]
> Betreff: [Freevo-users] Re: Snapshot of 02.Sept.2003: Some problems (and
> proposed solutio ns.. .)
> 
> "Pferdekaemper, Thorsten" wrote:
> > I am pretty sure that I am using freevo in X11 mode and from the
> > console in framebuffer mode. (After deleting the four lines
> > mentioned above.) I am using an nvidia graphics card (...) and the
> > vesa framebuffer (the one with the penguin).
> 
> Sorry, there was a missunderstanding here. I didn't mean you don't
> know if you run Freevo in X11 or fb mode, Freevo itself doesn't know

Hi,
there's no need for the sorry, I am not really sure myself... :-)


> Yes. So basicly when you have X running and Freevo display is set to
> fbdev or mga, Freevo should autoswitch to x11. On the other side, when
> you set the display to x11 and start without X, freevo should
> autoswitch to fbcon.
> 
> > So everything works fine, but it ssems that it shouldn't. Or am I
> > missing something?
> 
> Don't know about everything, but when freevo thinks he's using x11 but
> you run it on framebuffer, Freevo will choose xine and not fbxine for
> dvd nav, which doesn't work.
> 

So it should be no problem when I use mplayer, because mplayer seems to work with 
either one.
But one question remains: Why does mplayer not work, if I try to set display=vesafb 
oder fbdev in freevo.config? mplayer complains about not being able to open the 
display. When I just delete the display line in freevo.config, it works.
Why that? It should make no difference... 
 
Regards,
Thorsten



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users