[Bug 327395] New: Desktop Effects Zoom Locks Up the Desktop
https://bugzilla.novell.com/show_bug.cgi?id=327395 Summary: Desktop Effects Zoom Locks Up the Desktop Product: openSUSE 10.3 Version: RC 1 Platform: x86 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Xgl AssignedTo: dreveman@novell.com ReportedBy: crispin@novell.com QAContact: bperry@novell.com Found By: Development Most of the Desktop Effects work on my Thinkpad T60 (i910 GPU) but the Zoom function (Super + right mouse) does not zoom, and instead partially locks up the desktop. Press super + right mouse, and the mouse will still move around, but cannot select anything. You cannot get mouse focus onto anything, keyboard input does not work. Work around: use alt-ctrl-F2 or so to switch to a text console, and then back to the desktop, and then click something, and you get your desktop back. -- 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=327395#c1 Ben Kevan <ben.kevan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ben.kevan@gmail.com Status|NEW |NEEDINFO Info Provider| |crispin@novell.com --- Comment #1 from Ben Kevan <ben.kevan@gmail.com> 2007-11-05 13:42:35 MST --- What version of Compiz / XGL are you running? rpm -qa | grep xgl rpm -qa | grep compiz -- 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=327395#c2 Crispin Cowan <crispin@crispincowan.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|crispin@novell.com | --- Comment #2 from Crispin Cowan <crispin@crispincowan.com> 2007-11-07 13:27:47 MST --- rpm -qa | grep xgl xgl-hardware-list-060526-78 xgl-git_070104-77 rpm -qa | grep compiz compiz-0.5.4-27 compiz-gnome-0.5.4-27 My SUSE update alert applet shows a green lizard, and I have connected to many repositories. -- 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=327395#c3 Ben Kevan <ben.kevan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |crispin@novell.com --- Comment #3 from Ben Kevan <ben.kevan@gmail.com> 2007-11-08 11:51:51 MST --- Do you also see this behavior in the Final? Since this is reported as "RC1". Also please add the "XGL" repository and upgrade to the latest Stable release of Compiz You can add the repo via "Community Repos" or use: http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ You can add the repo using zypper: sudo zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ "XGL Repository" Once upgraded to stable (.54 is not the stable release) then please report back if Desktop Zoom has been fixed. Ben -- 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=327395#c4 Crispin Cowan <crispin@crispincowan.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|crispin@novell.com | --- Comment #4 from Crispin Cowan <crispin@crispincowan.com> 2007-11-10 04:00:09 MST --- I just tried it in Final, and the behavior has changed, but it got worse :) The work-around with alt-ctrl-f2 and such no longer works. Your desktop is just crashed hard. The kernel is still there, so you could log in on a console and do a clean shutdown. I am unclear on what you want me to do with respect to upgrading. My suse update applet shows me fully up to date. You said ".54 is not the stable release" but I don't see a .54 in the versions I quoted (did you mean ".5.4"?) and I don't know what packages you want me to upgrade and to what versions. 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=327395#c5 --- Comment #5 from Ben Kevan <ben.kevan@gmail.com> 2007-11-10 08:58:19 MST --- (In reply to comment #4 from Crispin Cowan)
I just tried it in Final, and the behavior has changed, but it got worse :) The work-around with alt-ctrl-f2 and such no longer works. Your desktop is just crashed hard. The kernel is still there, so you could log in on a console and do a clean shutdown.
I am unclear on what you want me to do with respect to upgrading. My suse update applet shows me fully up to date. You said ".54 is not the stable release" but I don't see a .54 in the versions I quoted (did you mean ".5.4"?) and I don't know what packages you want me to upgrade and to what versions.
Thanks.
Hi Crispin, Do the following: open konsole/terminal run the following command: sudo zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ "openSUSE BuildService - XGL" then run the following command: sudo zypper up -t package -r "openSUSE BuildService - XGL" Reboot (to easilly kill your x session) This will bring you from the unstable compiz version of 0.5.4 to the stable 0.6.2. What is the above doing? sudo zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ "openSUSE BuildService - XGL" sudo is calling root privileges zypper ar is the package management call to "add repo" http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ is the location of the repo you are adding "openSUSE BuildService - XGL" is the Alias we are assigning the Repo created sudo zypper up -t package -r "openSUSE BuildService - XGL" sudo is calling root privileges zypper up is the package management call to "update" -t package (-t = type) this is what type of updates you want to install -r "openSUSE BuildService - XGL" we are telling zypper what repo to search via the Alias we created The zoom features have been greatly stabalized in the final version. Even the enhanced zoom works good. 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=327395#c6 --- Comment #6 from Crispin Cowan <crispin@crispincowan.com> 2007-11-13 19:06:17 MST --- Created an attachment (id=183279) --> (https://bugzilla.novell.com/attachment.cgi?id=183279) tar ball of y2logs -- 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=327395#c7 --- Comment #7 from Crispin Cowan <crispin@crispincowan.com> 2007-11-13 19:06:46 MST --- I tried that (or close to it). I added the Buidservice X11 repository in the GUI software manager, then upgraded my xgl and compiz. Result: broke my desktop. I've got no window manager at all now. I tried forcibly downgrading xgl and compiz using command-line RPM to the versions on my DVD, and that didn't help. I've attached my .xsession-errors and y2log. -- 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=327395#c8 --- Comment #8 from Crispin Cowan <crispin@crispincowan.com> 2007-11-13 19:09:08 MST --- Created an attachment (id=183280) --> (https://bugzilla.novell.com/attachment.cgi?id=183280) session error log of starting up X11 and failing to get a window manager. -- 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=327395#c9 --- Comment #9 from Crispin Cowan <crispin@crispincowan.com> 2007-11-13 19:26:20 MST --- I tested a new account, and it DID have a window manager, so I infer that the upgrade corrupted some dot file in my account. I recovered my window manager by restoring my .gconf directory tree from backup. -- 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=327395 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |gnome-function-does-not-work -- 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=327395 User jigish.gohil@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=327395#c10 Jigish Gohil <jigish.gohil@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jigish.gohil@gmail.com Status|NEW |NEEDINFO Info Provider| |crispin@novell.com --- Comment #10 from Jigish Gohil <jigish.gohil@gmail.com> 2007-12-14 11:36:33 MST --- Use 1-click from here to install the latest packages. Also install compiz-manager which will setup auto-start and fallback to metacity or kwin in case compiz cannot run. http://en.opensuse.org/Compiz_Fusion Try zoom as well as enhanced zoom one at a time, they can be enabled from ccsm. -- 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=327395 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=327395#c11 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|crispin@novell.com | --- Comment #11 from Andreas Jaeger <aj@novell.com> 2008-02-19 05:33:25 MST --- No reaction, let's close it. Please reopen once you provided the requested information. -- 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=327395 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=327395#c12 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Status|NEW |NEEDINFO Info Provider| |crispin@novell.com --- Comment #12 from Stefan Dirsch <sndirsch@novell.com> 2008-04-22 01:48:40 MST --- Is this still an issue with openSUSE 11.0 >= Beta1? -- 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=327395 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=327395#c13 Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|crispin@novell.com | Resolution| |NORESPONSE --- Comment #13 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-02 06:26:46 MST --- No activity here for over 4 months now, not duplicable, closing it. -- 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