Re: [Freevo-users] Weather menu entry is not translated

2007-03-01 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
> Hi Guys
> 
>>> In the FreeVo main menu the entry "Weather" remains in english, no matter 
>>> what I try.
>>> name = _('Wheather') 
>> Sorry I meant _('Weather')
>> No one an idea what's wrong here ?
>>
> The problem was that the entry was marked as fuzzy.
> Here are some changes for the german freevo.po file ( Version 1.7 )
> 
> Helmut Auer, [EMAIL PROTECTED] 
> 

Helmut,

Great work, thanks.

I would appreciate it if you add a tracker item for this then your work
will be both mentioned in the change log and credited to you in the next
release. This link takes you straight there.

http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446895

Duncan


-
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] LCD Monitor Setup Help

2007-03-01 Thread Duncan Webb
Jim Duda wrote:
>  > Would something like this work?
>  >
>  > Section "Monitor"
>  >
>  > Identifier  "Sharp LCD HDTV"
>  > ModeLine "1920x1080_60-Sharp_D92U" 148.35 1920 2008 2052 2200 1080
>  > 1085 1090 1125 +hsync +vsync
>  > Option "ExactModeTimingsDVI" "TRUE"
>  > Option "ModeValidation" "NoDFPNativeResolutionCheck"
>  >
>  > EndSection
> 
> Unfortunately, that Modeline doesn't work.  I believe it's because the 
> pixel clock of 148.35 is higher than the maximum of 135 Mhz.

Here are some links that may help.
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
http://gentoo-wiki.com/HOWTO_Xorg_HDTV

What the pages say is that it can be difficult to get the timings
correct and HDMI can be fussy about the ModeLines.
One thing I noticed is:

>>> (--) NVIDIA(0): SHARP HDMI (DFP-0)
>>> (--) NVIDIA(0): SHARP HDMI (DFP-0): 135.0 MHz maximum pixel clock
>>> (--) NVIDIA(0): SHARP HDMI (DFP-0): Internal Single Link TMDS
>>> (II) NVIDIA(0): Mode Validation Overrides for SHARP HDMI (DFP-0):

which means that nvidia driver thinks that you are connecting to a DFP
(digital flat panel) as opposed to a TV. I'm wondering if a HDTV is a
digital flat panel or a TV. I would guess that a DFP is correct, which
means that the ModeLines will work.

One of the howtos said that when starting X add "-- -logverbose 6" to
that startx command line for more detailed information about why
modlines are not being accepted.

Duncan

> 
> Jim
> 
> Duncan Webb wrote:
>> On Wed, 28 February, 2007 11:14 pm, Jim Duda wrote:
>>> By adding these two lines to the "Monitor" Section of Xorg.conf
>>>
>>>
>>> Option "ExactModeTimingsDVI" "TRUE"
>>> Option "ModeValidation" "NoDFPNativeResolutionCheck"
>>>
>>>
>>> I was able to get 1360x768 to work.
>>>
>>>
>>> If my settop box can do 1920x1080 with a 135Mhz pixel clock, I don't see
>>> why not X wouldn't work somehow, still researching.
>>>
>>> (II) Setting vga for screen 0.
>>> (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
>>> (==) NVIDIA(0): RGB weight 888
>>> (==) NVIDIA(0): Default visual is TrueColor
>>> (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
>>> (**) NVIDIA(0): Option "NvAGP" "1"
>>> (**) NVIDIA(0): Option "XvMCUsesTextures" "false"
>>> (**) NVIDIA(0): Option "ExactModeTimingsDVI" "TRUE"
>>> (**) NVIDIA(0): Option "ModeValidation" "NoDFPNativeResolutionCheck"
>>> (**) NVIDIA(0): Enabling RENDER acceleration
>>> (**) NVIDIA(0): Use of NVIDIA internal AGP requested
>>> (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0 (GPU-0)
>>> (--) NVIDIA(0): Memory: 131072 kBytes
>>> (--) NVIDIA(0): VideoBIOS: 04.34.20.87.00
>>> (II) NVIDIA(0): Detected AGP rate: 4X
>>> (--) NVIDIA(0): Interlaced video modes are supported on this GPU
>>> (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at
>>> PCI:1:0:0:
>>> (--) NVIDIA(0): SHARP HDMI (DFP-0)
>>> (--) NVIDIA(0): SHARP HDMI (DFP-0): 135.0 MHz maximum pixel clock
>>> (--) NVIDIA(0): SHARP HDMI (DFP-0): Internal Single Link TMDS
>>> (II) NVIDIA(0): Mode Validation Overrides for SHARP HDMI (DFP-0):
>>> (II) NVIDIA(0): NoDFPNativeResolutionCheck
>>> (II) NVIDIA(0): Assigned Display Device: DFP-0
>>> (WW) NVIDIA(0): No valid modes for "1920x1080"; removing.
>>> (II) NVIDIA(0): Validated modes:
>>> (II) NVIDIA(0): "1360x768"
>>> (II) NVIDIA(0): "1280x1024"
>>> (II) NVIDIA(0): Virtual screen size determined to be 1360 x 1024
>>> (--) NVIDIA(0): DPI set to (42, 42); computed from "UseEdidDpi" X config
>>> (--) NVIDIA(0): option
>>> (--) Depth 24 pixmap format is 32 bpp
>> Would something like this work?
>>
>> Section "Monitor"
>>
>> Identifier  "Sharp LCD HDTV"
>> ModeLine "1920x1080_60-Sharp_D92U" 148.35 1920 2008 2052 2200 1080
>> 1085 1090 1125 +hsync +vsync
>> Option "ExactModeTimingsDVI" "TRUE"
>> Option "ModeValidation" "NoDFPNativeResolutionCheck"
>>
>> EndSection
>>
>> I found these lines at:
>> http://www.mythtv.org/wiki/index.php/Modeline_Database
>>
>> Duncan
>>
>>>
>>> Jonathan Isom wrote:
>>>
 It depend upon the driver.  newer nvidia binary drivers don't use
 modelines.

 On 2/28/07, Elizabeth Dodd <[EMAIL PROTECTED]> wrote:

> On Wednesday 28 February 2007 18:18, Léon rsv wrote:
>
>> You don't seem to have a valid modeline. I thought [EMAIL PROTECTED] is
>> not HDTV spec, so your TV won't accept that on the HDMI input. So
>> you have to feed it with a [EMAIL PROTECTED] modeline. You should be able
>> to find one, there's plenty of modeline generators out there.
>>>
> I understood that xorg doesn't use modelines. Which is correct?
>
>
> --
> New York's got the ways and means;
> Just won't let you be.
> -- The Grateful Dead
>
>
> -
> 
> 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 

Re: [Freevo-users] LCD Monitor Setup Help

2007-03-01 Thread Jim Duda
 > Would something like this work?
 >
 > Section "Monitor"
 >
 > Identifier  "Sharp LCD HDTV"
 > ModeLine "1920x1080_60-Sharp_D92U" 148.35 1920 2008 2052 2200 1080
 > 1085 1090 1125 +hsync +vsync
 > Option "ExactModeTimingsDVI" "TRUE"
 > Option "ModeValidation" "NoDFPNativeResolutionCheck"
 >
 > EndSection

Unfortunately, that Modeline doesn't work.  I believe it's because the 
pixel clock of 148.35 is higher than the maximum of 135 Mhz.

Jim

Duncan Webb wrote:
> On Wed, 28 February, 2007 11:14 pm, Jim Duda wrote:
>> By adding these two lines to the "Monitor" Section of Xorg.conf
>>
>>
>> Option "ExactModeTimingsDVI" "TRUE"
>> Option "ModeValidation" "NoDFPNativeResolutionCheck"
>>
>>
>> I was able to get 1360x768 to work.
>>
>>
>> If my settop box can do 1920x1080 with a 135Mhz pixel clock, I don't see
>> why not X wouldn't work somehow, still researching.
>>
>> (II) Setting vga for screen 0.
>> (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
>> (==) NVIDIA(0): RGB weight 888
>> (==) NVIDIA(0): Default visual is TrueColor
>> (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
>> (**) NVIDIA(0): Option "NvAGP" "1"
>> (**) NVIDIA(0): Option "XvMCUsesTextures" "false"
>> (**) NVIDIA(0): Option "ExactModeTimingsDVI" "TRUE"
>> (**) NVIDIA(0): Option "ModeValidation" "NoDFPNativeResolutionCheck"
>> (**) NVIDIA(0): Enabling RENDER acceleration
>> (**) NVIDIA(0): Use of NVIDIA internal AGP requested
>> (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0 (GPU-0)
>> (--) NVIDIA(0): Memory: 131072 kBytes
>> (--) NVIDIA(0): VideoBIOS: 04.34.20.87.00
>> (II) NVIDIA(0): Detected AGP rate: 4X
>> (--) NVIDIA(0): Interlaced video modes are supported on this GPU
>> (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at
>> PCI:1:0:0:
>> (--) NVIDIA(0): SHARP HDMI (DFP-0)
>> (--) NVIDIA(0): SHARP HDMI (DFP-0): 135.0 MHz maximum pixel clock
>> (--) NVIDIA(0): SHARP HDMI (DFP-0): Internal Single Link TMDS
>> (II) NVIDIA(0): Mode Validation Overrides for SHARP HDMI (DFP-0):
>> (II) NVIDIA(0): NoDFPNativeResolutionCheck
>> (II) NVIDIA(0): Assigned Display Device: DFP-0
>> (WW) NVIDIA(0): No valid modes for "1920x1080"; removing.
>> (II) NVIDIA(0): Validated modes:
>> (II) NVIDIA(0): "1360x768"
>> (II) NVIDIA(0): "1280x1024"
>> (II) NVIDIA(0): Virtual screen size determined to be 1360 x 1024
>> (--) NVIDIA(0): DPI set to (42, 42); computed from "UseEdidDpi" X config
>> (--) NVIDIA(0): option
>> (--) Depth 24 pixmap format is 32 bpp
> 
> Would something like this work?
> 
> Section "Monitor"
> 
> Identifier  "Sharp LCD HDTV"
> ModeLine "1920x1080_60-Sharp_D92U" 148.35 1920 2008 2052 2200 1080
> 1085 1090 1125 +hsync +vsync
> Option "ExactModeTimingsDVI" "TRUE"
> Option "ModeValidation" "NoDFPNativeResolutionCheck"
> 
> EndSection
> 
> I found these lines at:
> http://www.mythtv.org/wiki/index.php/Modeline_Database
> 
> Duncan
> 
>>
>>
>> Jonathan Isom wrote:
>>
>>> It depend upon the driver.  newer nvidia binary drivers don't use
>>> modelines.
>>>
>>> On 2/28/07, Elizabeth Dodd <[EMAIL PROTECTED]> wrote:
>>>
 On Wednesday 28 February 2007 18:18, Léon rsv wrote:

> You don't seem to have a valid modeline. I thought [EMAIL PROTECTED] is
> not HDTV spec, so your TV won't accept that on the HDMI input. So
> you have to feed it with a [EMAIL PROTECTED] modeline. You should be able
> to find one, there's plenty of modeline generators out there.
>>
>>
 I understood that xorg doesn't use modelines. Which is correct?


 --
 New York's got the ways and means;
 Just won't let you be.
 -- The Grateful Dead


 -
 
 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=DE
 VDEV
 ___
 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=DEVD
>>> EV
>>>
>>
>> -
>>  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=D

Re: [Freevo-users] Weather menu entry is not translated

2007-03-01 Thread [EMAIL PROTECTED]
Hi Guys

> > In the FreeVo main menu the entry "Weather" remains in english, no matter 
> > what I try.
> > name = _('Wheather') 
> Sorry I meant _('Weather')
> No one an idea what's wrong here ?
> 
The problem was that the entry was marked as fuzzy.
Here are some changes for the german freevo.po file ( Version 1.7 )

Helmut Auer, [EMAIL PROTECTED] 



freevo_german_po.diff.gz
Description: GNU Zip compressed data
-
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] Appletrailers in 1.7.0

2007-03-01 Thread Andrew Flegg
On 3/1/07, Michel Hoogervorst <[EMAIL PROTECTED]> wrote:
> Maybe a stupid question but...
>
> In the changelog I see:
>  New apple trailers plugin (disabled by default)
>
> So, I thought lets try it... but I can't find it in the Freevo package?
> How do I enable this?

It's in the "contrib" directory, in the source directory do:

cp -a contrib/video/plugins/appletrailers/* src/video/plugins/

HTH,

Andrew

-- 
Andrew Flegg -- mailto:[EMAIL PROTECTED]  |  http://www.bleb.org/

-
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] Appletrailers in 1.7.0

2007-03-01 Thread Michel Hoogervorst

Then why is this mentioned in the Freevo 1.7.0 changelog? :-)

2007/3/1, Ow Mun Heng <[EMAIL PROTECTED]>:


On Thu, 2007-03-01 at 10:00 +0100, Michel Hoogervorst wrote:
> Maybe a stupid question but...
>
> In the changelog I see:
> New apple trailers plugin (disabled by default)
>
> So, I thought lets try it... but I can't find it in the Freevo
> package?
> How do I enable this?

If not mistaken, this is an addon which is available at freevo's website


-
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] Appletrailers in 1.7.0

2007-03-01 Thread Ow Mun Heng
On Thu, 2007-03-01 at 10:00 +0100, Michel Hoogervorst wrote:
> Maybe a stupid question but...
> 
> In the changelog I see:
> New apple trailers plugin (disabled by default)
> 
> So, I thought lets try it... but I can't find it in the Freevo
> package?
> How do I enable this?

If not mistaken, this is an addon which is available at freevo's website


-
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


[Freevo-users] Appletrailers in 1.7.0

2007-03-01 Thread Michel Hoogervorst

Maybe a stupid question but...

In the changelog I see:
New apple trailers plugin (disabled by default)

So, I thought lets try it... but I can't find it in the Freevo package?
How do I enable 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] LCD Monitor Setup Help

2007-03-01 Thread Léon rsv
> Date: Wed, 28 Feb 2007 11:26:01 +0100
> From: Dirk Meyer <[EMAIL PROTECTED]>
> Subject: Re: [Freevo-users] LCD Monitor Setup Help
> To: freevo-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Elizabeth Dodd wrote:
> > On Wednesday 28 February 2007 18:18, L?on rsv wrote:
> >> You don't seem to have a valid modeline. I thought [EMAIL PROTECTED] is 
> >> not HDTV
> >> spec, so your TV won't accept that on the HDMI input. So you have to feed
> >> it with a [EMAIL PROTECTED] modeline. You should be able to find one, 
> >> there's
> >> plenty of modeline generators out there.
>
> IIRC HDTV supports 50Hz and 60Hz in the spec.

You're right.

>
> > I understood that xorg doesn't use modelines. Which is correct?
>
> You can use modelines and sometimes you must (for TV output). But you
> don't have to for normal operation.


I have to use a modeline to get my TV to accept [EMAIL PROTECTED], using 
nvidia's
9631 driver. While my also manual states PC input over DVI is not
accepted it still does, so OP might be lucky.

Since OP's xorg.log states there's no valid modeline it might be
useful to play with modelines, perhaps something like:

Modeline "[EMAIL PROTECTED]" 143.55 1920 1952 2496 2528 1080 1103 1112 1135


Leon

>
>
> Dischi
>
> --
> panic("Aarggh: attempting to free lock with active wait queue - shoot
>  Andy");
>2.0.38 /usr/src/linux/fs/locks.c

-
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