Hello,<br><br>I&#39;ve been directed here by Stephane Graber. I need to blacklist the LVDS port on hp st5747 thin client.<br><br>Here is the bug link:<br>
<a href="https://bugs.launchpad.net/bugs/911920" target="_blank">https://bugs.launchpad.net/bugs/911920</a><br><br>And i attached the following patch to this bug:<br><pre>--- linux-3.2.0/drivers/gpu/drm/i915/intel_lvds.c   2011-12-24 10:23:08.000000000 -0500
+++ intel_lvds.c    2012-01-04 14:00:13.017501619 -0500
@@ -723,6 +723,14 @@
            DMI_MATCH(DMI_BOARD_NAME, &quot;AT5NM10T-I&quot;),
        },
    },
+   {
+       .callback = intel_no_lvds_dmi_callback,
+       .ident = &quot;Hewlett-Packard st5747&quot;,
+       .matches = {
+           DMI_MATCH(DMI_BOARD_VENDOR, &quot;Hewlett-Packard&quot;),
+           DMI_MATCH(DMI_BOARD_NAME, &quot;hp st5747&quot;),
+       },
+   },
 
    { } /* terminating entry */
 };

</pre>Thanks<br><br>Marc Gariepy