Comment 34 for bug 233787

Revision history for this message
unggnu (unggnu) wrote : Re: No display with Intel x3100 965GM Express

From upstream:
"So the problem is intel driver always assumes LVDS connected on mobile chipset.
And in this case there's no local flat panel on this machine with 965GM.

We can work around it with adding a quirk. But I'm wondering if we can do
better to completely resolve this kind of issues with adding LVDS detection
code in the driver.

For now I suggest users to work around it by explicitly disable LVDS in
xorg.conf:
1) Add
        Option "monitor-LVDS" "LVDS"
in Device section
2)
Section "Monitor"
        Identifier "LVDS"
        Option "Ignore" "True"
EndSection
"

Could somebody confirm this?