Bug 15885 - More quirks
Summary: More quirks
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: 7.3 (2007.09)
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Wang Zhenyu
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 01:25 UTC by Bryce Harrington
Modified: 2008-05-11 19:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
2 more quirks (856 bytes, patch)
2008-05-09 01:25 UTC, Bryce Harrington
no flags Details | Splinter Review

Description Bryce Harrington 2008-05-09 01:25:49 UTC
Created attachment 16447 [details] [review]
2 more quirks

Here are two more quirks from Ubuntu users.
Comment 1 Wang Zhenyu 2008-05-09 01:41:51 UTC
oh, this seems incorrect.

+    /* HP Compaq 6710b hangs with lid closed and "Automatic Login" (LP: #228399) */
+    { PCI_CHIP_IGD_GM, 0x103c, 0x30e0, quirk_pipea_force },
 
should be { PCI_CHIP_I965_GM, 0x103c, 0x30c0, quirk_pipea_force }.
Comment 2 Bryce Harrington 2008-05-09 01:52:47 UTC
Sorry, yes you're correct.

$ lspci -vvnn | grep -A1 "VGA compat"
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Compaq 6710b [103c:30c0]

Comment 3 Wang Zhenyu 2008-05-09 08:51:30 UTC
Pushed, thanks.
Comment 4 Bryce Harrington 2008-05-10 00:06:25 UTC
Wang Zhenyu,

Sorry, the HP Compaq 6710b quirk should be omitted.  The original reporter thought that the PipeA setting solved his issue, but through additional testing he is still experiencing the issue even with the setting.

Comment 5 Wang Zhenyu 2008-05-11 19:47:53 UTC
Ok, I just removed that one in 2.3.1.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.