[mythtv-users] Best Approach with Connection of a Leadtek 6200 to HDTV
Brian Meehan
emt244671 at gmail.com
Sun May 21 18:20:13 UTC 2006
On 5/21/06, Brian Wood <beww at beww.org> wrote:
>
>
>
> On May 21, 2006, at 10:35 AM, Joel Turner wrote:
> I recently purchased an Hitachi 42HDS52 Plasma TV that has both component
> and HDMI inputs. I have a Leadtek 6200 card with component out capability
> and a DVI connector. I'm wondering what my best approach is to connect this
> to the TV. My first inclination was to purchase a DVI to HDMI cable except
> the operating manual has this blurb:
>
> The HDMI input on INPUT 1 and 2 contains the copy protection system called
> High-bandwidth Digital Content Protection (HDCP). HDCP is a cryptographic
> system that encrypts video signals when using HDMI connections to prevent
> illegal copying of video contents.
>
> I'm going to guess that the TV is going to treat my myth box as an illegal
> source. If that's the case, I need to go component. I have read a bit
> through the archives and see that getting the 6200 to work properly with a
> setting other than 480p is problematic mainly due to the Nvidia drivers and
> calculating a proper modeline. My manual is unclear, but it appears that my
> plasma supports 720p natively though it bills itself as a 1080i Display.
> The native resolution of the plasma is 1024x1024.
>
> I'd give the HDMI inputs a try first. My LCD TV set has HDCP on its HDMI
> input and works fine with the output of a 5700 video card.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
Joel,
I'm running a Sony plasma that is 1024x1024 (it's an unusual
resolution). Currently, I'm going through an RCA VGA-> Component
adapter, very similar to the AA960. Below is a snippet from my
xorg.conf. I've got a new MythTV system in the works set to replace
this one with DVI out on an NVIDIA 6150 chipset, but I haven't been
able to get 1080i out of that one yet.
Section "Monitor"
Identifier "MonitorHD"
VendorName "Sony"
ModelName "42in HDTV via RCA DT300"
HorizSync 33.8 - 33.8
VertRefresh 59.9 - 59.9
ModeLine "888x508in540p" 37.3 888 944 1048 1104 508 534
548 563 +hsync +vsync
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
Option "ConnectedMonitor" "TV"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "MonitorHD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "888x508in540p"
EndSubSection
EndSection
More information about the mythtv-users
mailing list