[Bug 406123] New: X.org intel driver needs "ForceEnablePipeA" to prevent it from hanging when switching modes (855 chipset)
https://bugzilla.novell.com/show_bug.cgi?id=406123 Summary: X.org intel driver needs "ForceEnablePipeA" to prevent it from hanging when switching modes (855 chipset) Product: openSUSE 11.0 Version: Final Platform: i686 OS/Version: openSUSE 11.0 Status: NEW Severity: Critical Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: christoph@maxiom.de QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Created an attachment (id=225789) --> (https://bugzilla.novell.com/attachment.cgi?id=225789) Output of lspci -vv -nn I have done some research yesterday on that bug, and found that you can add an "ForceEnablePipeA" "true" option to "Device" section in xorg.conf. I added said option, and this makes mode switches (logging out, switches to console) work without full hang. Without this option, the system did very often hang when leaving graphical mode, no magic keys worked to get it back, only a hard power off would be possible. Even with ext3 file system, I lost some configuration data a few times already due to this. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c1 --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2008-07-03 07:00:16 MDT --- Created an attachment (id=225809) --> (https://bugzilla.novell.com/attachment.cgi?id=225809) intel-quirk-quirk_pipea_force-10cf_1215.diff This patch should fix the issue (without requiring to set the option). I'll provide a package for testing ASAP. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c2 --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2008-07-03 07:46:20 MDT --- Created an attachment (id=225826) --> (https://bugzilla.novell.com/attachment.cgi?id=225826) xorg-x11-driver-video-7.3-138.2.i586.rpm -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c3 --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2008-07-03 07:46:48 MDT --- Created an attachment (id=225827) --> (https://bugzilla.novell.com/attachment.cgi?id=225827) xorg-x11-driver-video-7.3-138.2.x86_64.rpm -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c4 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |christoph@maxiom.de --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2008-07-03 07:48:14 MDT --- Please test without the option specified and give me feedback. Thanks. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 User christoph@maxiom.de added comment https://bugzilla.novell.com/show_bug.cgi?id=406123#c5 --- Comment #5 from Christoph Feck <christoph@maxiom.de> 2008-07-03 15:05:02 MDT --- Stefan, blacklisting my machine does indeed have the same effect as setting the option manually. Thanks! Btw, my machine is not common (slate tablet), so I am probably the only one with that ID, but I guess many similar machines with different IDs have the same problem. Offtopic: Are there any other changes? Suddenly, XVideo seems to work now (it did not work earlier, but I did not test after setting the quirk option). Now I only wish my tablet would work as in 10.3 with Qt 4, I have not found the culprit yet :) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=406123 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|christoph@maxiom.de | -- 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.
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.
participants (1)
-
bugzilla_noreply@novell.com