[Bug 386836] New: simple-ccsm does not report failure
https://bugzilla.novell.com/show_bug.cgi?id=386836 Summary: simple-ccsm does not report failure Product: openSUSE 11.0 Version: Beta 2 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jmatejek@novell.com QAContact: qa@suse.de Found By: --- When trying to turn on desktop effects in Beta2, i start simple compiz config settings manager and click "enable desktop effects" checkbox. To my surprise, nothing happens, only metacity is restarted. But the checkbox stays on and nothing, apart from the apparent lack of effects, hints at any failure. running simple-ccsm from console reveals the true problem: matejcik@linux:~> simple-ccsm which: no kwin in (/home/matejcik/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin) which: no fusion-icon in (/home/matejcik/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin) Checking for Xgl: not present. Blacklisted PCIID '8086:2a02' found aborting and using fallback: /usr/bin/metacity for some reason, my graphics card (intel gm965) seems to be blacklisted (even though it worked just fine in Beta1), and simple-ccsm doesn't even bother to tell me. -- 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=386836 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyberorg@opensuse.org AssignedTo|bnc-team-gnome@forge.provo.novell.com |rodrigo@novell.com -- 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=386836 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c1 --- Comment #1 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-05 23:47:04 MST --- It did tell you what the problem was :) "Blacklisted PCIID '8086:2a02' found" We wouldn't want a popup windows for all debug messages though. Regarding the blacklist, they are the list of cards that are known to have problems, compiz might work but activate at your own risk. To run compiz anyway: echo "export SKIP_CHECKS=yes" >> ~/.config/compiz/compiz-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=386836 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c2 --- Comment #2 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-05 23:47:47 MST --- sorry, it should read: echo "SKIP_CHECKS=yes" >> ~/.config/compiz/compiz-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=386836 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c3 --- Comment #3 from Jan Matejek <jmatejek@novell.com> 2008-05-06 04:27:33 MST --- (In reply to comment #1 from Jigish Gohil)
We wouldn't want a popup windows for all debug messages though.
But we sure don't want simple-ccsm to pretend that everything is okay when in fact it is not. Note that when i check "enable effects", the checkbox stays on and configuration is enabled - which makes no sense if compiz failed to run. That's the bug i'm talking about. thanks for the SKIP_CHECKS hint, though :e) -- 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=386836 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c4 --- Comment #4 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-06 04:37:26 MST --- Rodrigo, a check to see if compiz-manager is able to run compiz would be a good idea before the checkbox can be enabled, can make things a bit complicated: [] Enable Compiz ((This runs CM_DRY=yes compiz-manager" and activates the following checkbox depending on what the outcome was) [] Enable Compiz anyway (adds echo "SKIP_CHECKS=yes" >> ~/.config/compiz/compiz-manager and enables compiz) CM_DRY runs the test if the hardware/drivers is capable of running 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=386836 User rodrigo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c5 --- Comment #5 from Rodrigo Moya <rodrigo@novell.com> 2008-05-06 05:10:46 MST --- We already have a method to check if compiz is running (CheckForCompiz), so I guess we can just run that after running compiz and disable the check box if it's not -- 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=386836 User cyberorg@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c6 --- Comment #6 from Jigish Gohil <cyberorg@opensuse.org> 2008-05-06 05:13:46 MST --- The idea is to enable compiz anyway with SKIP_CHECK if user knows better. -- 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=386836 User rodrigo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=386836#c7 Rodrigo Moya <rodrigo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Rodrigo Moya <rodrigo@novell.com> 2008-05-07 06:38:14 MST --- simple-ccsm-enable-desktop-effects.patch has been updated to include these suggestions. It now checks if everything is ok, and if not, asks the user whether it should be enabled anyway or just keep it disabled. -- 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