[Freevo-users] DirectFB with G450

2004-03-07 Thread Josh Peck
I believe I got everything to compile properly.

however when I run freevo I get a black screen.
-- 
Josh Peck <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Filling TV screen on TVout

2004-03-07 Thread jonr
> [EMAIL PROTECTED] wrote:
>
>>I have a NVIDIA GeForce 2 MX card with SVideo out that I have going to my
>>televisions SVidio in. When I run Freevo it leaves a black border around
>>the screen and Freevo is stuck inside this. How do I make Freevo fill the
>>entire TV screen?
>>
>>I have been trying to find the info I would need but am getting confused
>>on what exactly I am looking for. Should I be running Freevo in 800x600
>>and use OSD inside of the local.conf.py file to "stretch" the image
>> across
>>the whole screen? Or should I be using 640x480 and then try the same
>>thing? I am completely lost at this point.
>>
>>
> what you need is called "overscan"
>
> check out this page
> (http://www.linuxgames.com/news/feedback.php?identiferID=6250&action=flatview)
> and the nvidia driver documentation.
>
> Flo
>

Thanks Flo, I checked out the page and read the documentation and tried to
use the overlay but I still have the same problem. When I am in the
command line before I go into freevo by using freevo -fs as a user not
root, I can issue the mplayer -vo vesa KillerMovie.avi and it works
perfectly. The entire screen is filled as it should be, when I go into X
that is when it leaves a black border about 1" on top and the left hand
side. I have looked at all the FAQ about this and can't seem to solve this
problem.

I tried using 1024x768 but it seems that my TV can't handle it. So I am
using 800x600 instead. Any other ideas on what I should try or look at?

On a side note, this rocks!! I have it playing music movies pictures cd's
dvd's whatever I throw at! Recording works like a charm and I figured out
to sync my clock to a time server so I would quit losing the last 1 minute
of every show. That one stumped me for a day. :)

Thanks to all who work on this project, you guys are awesome!
(This gratuitus as kissing was brought to you by the letter 'C' and the
number '7'.)

Jon


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Filling TV screen on TVout

2004-03-07 Thread Florian Demmer
[EMAIL PROTECTED] wrote:

I have a NVIDIA GeForce 2 MX card with SVideo out that I have going to my
televisions SVidio in. When I run Freevo it leaves a black border around
the screen and Freevo is stuck inside this. How do I make Freevo fill the
entire TV screen?
I have been trying to find the info I would need but am getting confused
on what exactly I am looking for. Should I be running Freevo in 800x600
and use OSD inside of the local.conf.py file to "stretch" the image across
the whole screen? Or should I be using 640x480 and then try the same
thing? I am completely lost at this point.
 

what you need is called "overscan"

check out this page 
(http://www.linuxgames.com/news/feedback.php?identiferID=6250&action=flatview) 
and the nvidia driver documentation.

Flo



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Filling TV screen on TVout

2004-03-07 Thread jonr
I have a NVIDIA GeForce 2 MX card with SVideo out that I have going to my
televisions SVidio in. When I run Freevo it leaves a black border around
the screen and Freevo is stuck inside this. How do I make Freevo fill the
entire TV screen?

I have been trying to find the info I would need but am getting confused
on what exactly I am looking for. Should I be running Freevo in 800x600
and use OSD inside of the local.conf.py file to "stretch" the image across
the whole screen? Or should I be using 640x480 and then try the same
thing? I am completely lost at this point.

Jon

Below is my Video section of my XF86Config:

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"CTX 1785GM"
DisplaySize  13 10
HorizSync30.0 - 85.0
VertRefresh  50.0 - 100.0
#   Option  "dpms"
EndSection

Section "Monitor"
Identifier   "TV"
HorizSync30.0 - 50.0
VertRefresh  60.0 - 60.0
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "nvidia"
VendorName  "Videocard vendor"
BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes"800x600" "640x480"
EndSubSection
EndSection

Section "Screen"

#Option "TVStandard" "NTSC"
Identifier "Screen_tvout800"
Device "videocard0"


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] on my xbox console: no mplayer video display in freevo but on console

2004-03-07 Thread gehrts
Hi !

Hm. I tried it. mplayer uses it when its started with freevo... but I still have the 
same result with the same symptoms: screen stays black as long as the video play. no 
sound. 

Same video started on the console with mplayer: everything's perfect (with the same 
args that freevo uses, when it starts mplayer).

I cannot understand this!

Any idea?

cheers,
Hans


[EMAIL PROTECTED] schrieb am 07.03.04 01:52:40:
> 
> [EMAIL PROTECTED] wrote:
> 
> >Hi all!
> >
> >I finally figured out what to do, to get mplayer showing videos in colors. I 
> >choosed -vo directfb instead of fbdev. 
> >
> >So I changed the freevo config to display = directfb. 
> >
> >freevo still works with menues etc. but when I choose a video, that works with 
> >mplayer in the console, i see no movie and dont hear anything - just a blank black 
> >screen. But mplayer plays something. The blank screen stays as long as the movies 
> >time. And I can see mplayer running in the process list.
> >
> >But why is there no movie display?
> >
> >Can anyone give an advice?
> >
> >  
> >
> the display=??? in freevo.conf is for freevo only, but not what mplayer 
> uses as video out device. besides that freevo does not support directfb 
> (only for matrox cards iirc). so with your configuration freevo falls 
> back to fbdev for its output and so does mplayer (because it's set 
> default to framebuffer).
> 
> to set the mplayer output device add/change this in your local_conf.py:
> MPLAYER_VO_DEV  = 'directfb'
> 
> Flo
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Scheduling Recordings Hangs

2004-03-07 Thread Alex Cruz
 I've been working with the nightly releases and have noticed that when I 
schedule a show to record, Freevo does not let me exit out of the "Ok" pop up 
box to return to the listings. I have to kill Freevo in order to even exit 
it. When I go back in, the show is scheduled to record. This has been going 
on (for me) since the beginning of March. Any ideas on how to fix this? 
-- 
-alex

=
This e-mail message has been scanned and certified Virus free




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users