[Bug 690428] New: Mouse cursor hangs but is still working invisible
https://bugzilla.novell.com/show_bug.cgi?id=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c0 Summary: Mouse cursor hangs but is still working invisible Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: i386 OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: andoresu@hotmail.co.jp QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.0) Gecko/20100101 Firefox/4.0 After installing openSUSE 11.4 on an Lenovo Thinkcenter desktop PC I get a gdm screen with a distortioned image, and afeter some seconds the mouse cursor stops moving, but it stays invisible. I can move mouse cursor but I cannot see it. When triying to change to tty1..n the last graphical screen stays and when I reload the GUI (ctrl+alt+backspace) screen stays in bñack. This computer's graphic card according to lspci: 00:02.0 VGA compatible controller: Intel Corporation 82946GZ/GL Integrated Graphics Controller (rev 02). It only works "properly" when I start with the nomodeset option. But now I cannot change the resolution to a lower one. Reproducible: Always Steps to Reproduce: 1. Install openSUSE 2. Some seconds before it loads, it occur. -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |sndirsch@novell.com |ovo.novell.com | Summary|Mouse cursor hangs but is |intel [946GZ/GL] Mouse |still working invisible |cursor hangs but is still | |working invisible --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2011-04-28 00:17:08 UTC --- Hmm. Possibly fixed by this commit. commit 537a836dd6db384d53b52eb457a7d257c440217f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 1 07:10:25 2011 +0100 946GZ is a 965G! Sales & Marketing score another victory in confusing me. Bugzila: https://bugs.freedesktop.org/show_bug.cgi?id=35854 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> diff --git a/src/intel_module.c b/src/intel_module.c index f6cc6d4..8416544 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -323,7 +323,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn, break; case PCI_CHIP_I946_GZ: chipset->name = "946GZ"; - chipset->info = &intel_i915_info; + chipset->info = &intel_i965_info; break; case PCI_CHIP_I965_GM: chipset->name = "965GM"; -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=35854 -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c2 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |andoresu@hotmail.co.jp --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2011-04-28 00:22:50 UTC --- Could you give the xorg-x11-driver-video package of obs://X11:XOrg a try? It updates the xf86-video-intel driver to release 2.15.0, which already includes this fix. --> http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.4/ -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c3 --- Comment #3 from Andres Linares Bracamonte <andoresu@hotmail.co.jp> 2011-05-03 23:30:48 UTC --- (In reply to comment #2)
Could you give the xorg-x11-driver-video package of obs://X11:XOrg a try? It updates the xf86-video-intel driver to release 2.15.0, which already includes this fix.
--> http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.4/
Yes, I installed this driver from OBS and now it's working properly. Thank you. -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c4 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|andoresu@hotmail.co.jp | --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2011-05-04 08:39:24 UTC --- Ok. So it's likely this fix. -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c5 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2011-05-09 12:42:54 UTC --- I would like to provide an update for openSUSE 11.4 to address that issue. -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c6 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #6 from Marcus Meissner <meissner@novell.com> 2011-05-09 15:02:38 UTC --- looks simple enough. +1 -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c7 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:40807:low --- Comment #7 from Swamp Workflow Management <swamp@suse.com> 2011-05-10 14:12:52 UTC --- The SWAMPID for this issue is 40807. This issue was rated as low. Please submit fixed packages until 2011-06-07. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/40807 -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c8 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |cdengler@novell.com InfoProvider|maintenance@opensuse.org | --- Comment #8 from Christian Dengler <cdengler@novell.com> 2011-05-10 14:13:43 UTC --- +1; update started. -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c10 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #10 from Stefan Dirsch <sndirsch@novell.com> 2011-05-11 14:04:41 UTC --- SR #70047 Patchinfo: https://swamp.suse.de/webswamp/swamp/template/DisplayWorkflow.vm/workflowid/... -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c11 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:40807:low |maint:running:40807:low | |maint:released:11.4:40836 --- Comment #11 from Swamp Workflow Management <swamp@suse.com> 2011-05-19 16:02:01 UTC --- Update released for: xorg-x11-driver-video, xorg-x11-driver-video-debuginfo, xorg-x11-driver-video-debugsource Products: openSUSE 11.4 (debug, i586, x86_64) -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:40807:low |. |maint:released:11.4:40836 | -- 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=690428 https://bugzilla.novell.com/show_bug.cgi?id=690428#c12 Moritz Duge <colAflash@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colAflash@gmx.net --- Comment #12 from Moritz Duge <colAflash@gmx.net> 2011-06-05 15:27:15 UTC --- Maybe related? I'm NOT SURE if that bug is solved by this patch too! https://bugzilla.novell.com/show_bug.cgi?id=692788 -- 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