<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I'm trying to update an old linux board Advantech PCM-9361 (Intel Atom N270+ 945GSE+ ICH7M) Linux 2.6.32 + IEGD to the newest opensuse 13.1: Linux 3.11.6 + xf86-video-intel 2.99.906.<br>

<br></div>The IEGD driver has some settings (Port Attributes) that cannot be set in xf86-video-intel.<br></div>Is it possible to set them with the intel_reg_write utility? Are there any reference documents describing the IEGD Port attributes?<br>

<br></div>Below is the xorg.conf with the iegd settings. The interesting lines are  "Attr/26" "18" for ports 2 and 4: the TFT panels are 18bbp color depth (the panels don't provide any EDID info).<br>

</div>With the new configuration the colors on LVDS2 panel are wrong (probably set to 24bbp) and LVDS1 panel is black although xrandr shows it as active.<br><div><br></div><div>Any ideas?<br><br></div><div>Regards,<br></div>

<div>Dragos Carp<br></div><div><br><br>Section "Device"<br>
    Identifier "Intel_IEGD-0"<br>
    Driver     "iegd"<br>
    VendorName "Intel(R) DEG"<br>
    BoardName  "Embedded Graphics"<br>
    BusID      "0:2:0"<br>
    Screen      0<br>
    Option     "PcfVersion"            "1792"<br>
    Option     "ConfigId"              "1"<br>
    Option     "ALL/1/name"                   "test4"<br>
    Option     "PortDrivers"     "sdvo lvds"<br>
    Option     "ALL/1/General/PortOrder"      "24000"<br>
    Option     "ALL/1/General/DisplayConfig"  "2"<br>
    Option     "ALL/1/General/DisplayDetect"  "0"<br>
    Option     "ALL/1/Port/4/General/name"                   "lvds"<br>
    Option     "ALL/1/Port/4/General/EdidAvail"      "0"<br><div id=":1ol">
    Option     "ALL/1/Port/4/General/EdidNotAvail"   "4"<br>
    Option     "ALL/1/Port/4/General/Rotation"       "0"<br>
    Option     "ALL/1/Port/4/General/Edid"           "0"<br>
    Option     "ALL/1/Port/4/Attr/26"                "18"<br>
    Option     "ALL/1/Port/4/Attr/27"                "1"<br>
    Option     "ALL/1/Port/4/Attr/43"                "7"<br>
    Option     "ALL/1/Port/4/Attr/49"                "0"<br>
    Option     "ALL/1/Port/4/Dtd/1/PixelClock"       "148500"<br>
    Option     "ALL/1/Port/4/Dtd/1/HorzActive"       "1920"<br>
    Option     "ALL/1/Port/4/Dtd/1/HorzSync"         "55"<br>
    Option     "ALL/1/Port/4/Dtd/1/HorzSyncPulse"    "88"<br>
    Option     "ALL/1/Port/4/Dtd/1/HorzBlank"        "280"<br>
    Option     "ALL/1/Port/4/Dtd/1/VertActive"       "1080"<br>
    Option     "ALL/1/Port/4/Dtd/1/VertSync"         "3"<br>
    Option     "ALL/1/Port/4/Dtd/1/VertSyncPulse"    "5"<br>
    Option     "ALL/1/Port/4/Dtd/1/VertBlank"        "45"<br>
    Option     "ALL/1/Port/4/Dtd/1/Flags"            "0x8020000"<br>
    Option     "ALL/1/Port/2/General/name"                   "sdvo"<br>
    Option     "ALL/1/Port/2/General/EdidAvail"      "0"<br>
    Option     "ALL/1/Port/2/General/EdidNotAvail"   "4"<br>
    Option     "ALL/1/Port/2/General/Rotation"       "0"<br>
    Option     "ALL/1/Port/2/General/Edid"           "0"<br>
    Option     "ALL/1/Port/2/Attr/26"                "18"<br>
    Option     "ALL/1/Port/2/Attr/27"                "1"<br>
    Option     "ALL/1/Port/2/Attr/43"                "7"<br>
    Option     "ALL/1/Port/2/Attr/49"                "0"<br>
    Option     "ALL/1/Port/2/Dtd/1/PixelClock"       "148500"<br>
    Option     "ALL/1/Port/2/Dtd/1/HorzActive"       "1920"<br>
    Option     "ALL/1/Port/2/Dtd/1/HorzSync"         "55"<br>
    Option     "ALL/1/Port/2/Dtd/1/HorzSyncPulse"    "88"<br>
    Option     "ALL/1/Port/2/Dtd/1/HorzBlank"        "280"<br>
    Option     "ALL/1/Port/2/Dtd/1/VertActive"       "1080"<br>
    Option     "ALL/1/Port/2/Dtd/1/VertSync"         "3"<br>
    Option     "ALL/1/Port/2/Dtd/1/VertSyncPulse"    "5"<br>
    Option     "ALL/1/Port/2/Dtd/1/VertBlank"        "45"<br>
    Option     "ALL/1/Port/2/Dtd/1/Flags"            "0x8020000"<br>
EndSection</div><br><div><div><div><br></div></div></div></div></div>