diff -Nurp xserver-xorg-video-intel-2.3.1-patched/src/i830_quirks.c xserver-xorg-video-intel-2.3.1-working/src/i830_quirks.c --- xserver-xorg-video-intel-2.3.1-patched/src/i830_quirks.c 2008-06-20 00:05:23.000000000 -0700 +++ xserver-xorg-video-intel-2.3.1-working/src/i830_quirks.c 2008-06-20 00:20:19.000000000 -0700 @@ -266,9 +266,13 @@ static i830_quirk i830_quirk_list[] = { /* HP Compaq 6730s has no TV output */ { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* Thinkpad G40 needs pipe A force quirk (See LP: #240457) */ + { PCI_CHIP_I855_GM, 0x1014, 0x0543, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, - /* Dell Latitude D400 needs pipe A force quirk (LP: #228519) */ + /* Dell Latitude C400 needs pipe A force quirk (See LP: #216490) */ + { PCI_CHIP_I855_GM, 0x1028, 0x00c8, quirk_pipea_force }, + /* Dell Latitude D400 needs pipe A force quirk (See LP: #228519) */ { PCI_CHIP_I855_GM, 0x1028, 0x0139, quirk_pipea_force }, /* Dell Latitude D500 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force },