Hi All,
 
Pardon me if this has been discussed before but I sure as heck can't find the 
answer.  Perhaps my googling skills aren't good enough.
 
Anyway, I have an AOpen DE 965-HG mini PC that has - surprise! - Intel 965 
graphics.  It has an HDMI-out port which I have connected to my 42" plasma 
Panasonic TV.  The TV is a little old (circa 2005) so it apparently reports the 
wrong EDID information.   It also needs to be adjusted for overscan.  When I 
try to run Linux (any kind, but currently Ubuntu 10.04) X server it picks up 
the wrong resolution.  With a different computer (NVidia graphics chip) I was 
able to disable EDID checking to set my custom Modeline.  I can't seem to be 
able to do that with the Intel driver.  It ignores my custom resolution and 
gives me the first of two incorrect resolutions.
 
Could somebody please guide me in how to disable EDID so that I can view my TV 
in all its HD glory?
 
 
Thanks!
 
Lucas
 

PS.  Here is my xorg.conf
 
 
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "PANASONIC-TV" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
 
Section "ServerFlags"
Option "Xinerama" "0"
Option "DontZap" "no"
EndSection
 
Section "Files"
EndSection
 
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
 
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
 
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "PANASONIC-TV"
    VendorName     "Unknown"
    ModelName      "PANASONIC-TV"
    Modeline "1920x1080" 74.25 1862 1972 2016 2200 1045 1071 1081 1124 +hsync 
+vsync Interlace
    HorizSync       15.0 - 45.0
    VertRefresh     59.0 - 61.0
    Option         "DPMS" "FALSE"
    Option "ExactModeTimingsDVI" "TRUE"
    Option "PreferredMode" "1920x1080"
EndSection
 
Section "Device"
    Identifier     "Device0"
    Driver         "intel"
    Option "ModeValidation" "NoEdidModes"
    Option "UseEDID" "FALSE"
Option "NoDDC" "TRUE"
Option "DDC" "FALSE"
EndSection
 
Section "Screen"
    Identifier     "PANASONIC-TV"
    Device         "Device0"
    Monitor        "PANASONIC-TV"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
                Modes     "1920x1080" "1600x900"
    EndSubSection
EndSection
 
 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to