[mythtv-users] So close, but not quite - a 1080i modeline for my HDTV CRT

Sasha Z kleptophobiac at gmail.com
Sat Jun 3 16:09:07 UTC 2006


I used read-edid and parse-edid to get the 1080i modeline for my CRT.
I turned off most mode validation methods to make sure that it was
selected as a valid mode. When X starts up, it does indeed select my
specified mode. It runs in a 1920x540 meta mode. The CRT comes up with
the mode ok, but it only takes up half the vertical resolution.

Here's a picture of what I'm talking about:

http://img433.imageshack.us/img433/500/img03226pl.jpg

Anybody have any ideas about what I could do to fix this? I'm using a
DVI-->HDMI cable to my TV from an FX5200.

*****From the log:*****
(II) NVIDIA(0): "1920x1080i"           : 1920 x  540 @ 120.1 Hz
Interlaced  (from: Custom ModeLine)
--snip--
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Requested modes:
(II) NVIDIA(0):     "1920x1080i"
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): MetaMode "1920x1080i":
(II) NVIDIA(0):     Bounding Box: [0, 0, 1920, 540]
(II) NVIDIA(0):     DFP-0: "1920x1080i"
(II) NVIDIA(0):         Size          : 1920 x 540
(II) NVIDIA(0):         Offset        : +0 +0
(II) NVIDIA(0):         Panning Domain: @ 1920 x 540
(II) NVIDIA(0):         Position      : [0, 0, 1920, 540]
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 540






*****From the xorg.conf file:*****
Section "Monitor"
        Identifier "TSB-H85s"
        VendorName "TSB"
        ModelName "TSB-H85s"
        DisplaySize 325 182
        HorizSync 14-46
        VertRefresh 56-61

        Modeline "1920x1080i"   74.25 1920 2008 2052 2200   540 542
547 562 +hsync +vsync interlace

EndSection

Section "Device"
    Identifier  "FX5200"
    Driver      "nvidia"
        Option  "NoLogo"        "true"
        Option  "HWCursor"      "true"
        Option  "RenderAccel"   "true"
        Option  "UseEDID"       "false"
        Option  "UseEdidFreqs"  "false"
        Option  "ExactModeTimingsDVI"   "true"
        Option  "NoBandWidthTest"       "true"
        Option  "UseEdidDpi"    "false"
        Option  "ModeValidation"        "DFP-0: NoEdidModes,
NoMaxPClkCheck, NoVesaModes, AllowInterlacedModes,
NoEdidDFPMaxSizeCheck, NoHorizSyncCheck, NoVertRefreshCheck"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "FX5200"
    Monitor     "TSB-H85s"

    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes "1920x1080i"
        ViewPort    0 0
    EndSubsection
EndSection


More information about the mythtv-users mailing list