https://bugzilla.novell.com/show_bug.cgi?id=406123 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c6 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Stefan Dirsch <sndirsch@novell.com> 2008-07-03 15:19:19 MDT --- Thanks for testing, Christoph. Fixed upstream. commit f2ec3fd8f2c63b1bc0745802dcf737eda4bb42b6 Author: Stefan Dirsch <sndirsch@suse.de> Date: Thu Jul 3 23:12:13 2008 +0200 Add pipea force enable quirk for another 855GM machine. Fixes Novell Bug #406123, thanks Christoph. diff --git a/src/i830_quirks.c b/src/i830_quirks.c index e81b27c..5eb01be 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -286,6 +286,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I915_GM, 0x1179, 0x0001, quirk_pipea_force }, /* Intel 855GM hardware (See LP: #216490) */ { PCI_CHIP_I855_GM, 0x1028, 0x00c8, quirk_pipea_force }, + /* Intel 855GM hardware (See Novell Bugzilla #406123) */ + { PCI_CHIP_I855_GM, 0x10cf, 0x1215, quirk_pipea_force }, /* ThinkPad X40 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force }, -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.