I have an opensuse 11.2 installed at my laptop, using gnome desktop. The problem is the short-cut to gnome-do (winkey space). Every time I push this key combination, the principal gnome Menu appears; no gnome-do input window (only after some attemps and behind of the principal gnome Menu window).
I look at keyboard shortcuts, but I cannot find the correct way to configure this “problem”.
Anybody could help me, please?
Please, excuse me my bad english, it isn¡t my habitual language.
Sorry, I just realized the information I provided is inaccurate. Actually I believe the problem lies with the Compiz version shipped by default. Somehow, the Super Key (aka WinKey) is acting as a shortcut to the main menu, which conflicts with the Gnome-Do shortcut. There are two things you might try (of course, there’s no harm done in upgrading Gnome-Do also):
1 - change the Gnome-Do shortcut from Super+Space to something else (without using the Super Key)
I changed the compiz version and now I don’t have compiz at all… If I run it from the cli I get this error:
$ compiz --replace
compiz (cube) - Warn: Failed to load slide: freedesktop
WARNING: Application calling GLX 1.3 function “glXCreatePixmap” when GLX 1.3 is not supported! This is an application bug!
I’ve been searching, but I don’t know what to do… :c. What packages I was supposed to update?
Anyway, I think the message you’re getting in the Terminal is just a warning regarding a certain function not supported by your system. Do you have an ATI graphics card? I ask because I found several bug reports with that message regarding ATI cards (Application calling GLX 1.3 function “glXCreatePixmap” when GLX 1.3 is not supported!). Look here, for instance: https://bugs.edge.launchpad.net/ubuntu/+source/compiz/+bug/433488
Just load ccsm and enable only the plugins you need. You probably have to reassign the screen edges as well (to call for Expo, or whatever). Test it, and see if it works.
Also, always make sure you have the latest drivers for you graphics card. There are repos just for this end, straight from the hardware vendors:
Sorry for the delay in answering. I didn’t know what I did exactly, but now is working fine with the XGL repo. The only difference with the previous installation was that I installed fusion-icon and didn’t install libprotobuf. Sounds crazy that something like that could change compiz behaviour, but the fact it did it.
I read about that bug, specially that in many places people said it’s only a warning and Compiz still works fine. At least in my case, that didn’t work that way.
My video car isn’t NVIDIA nor ATI, I’m using Intel :). Any tip to get better performance?
You are never getting great performance from Intel video. The included driver for Intel is just about as good as it gets. The only thing you can really say about Intel video hardware is that it is cheap. For cutting edge NVIDIA and ATI are it. I have an older NVIDIA 6800+ based card and it would blow away any Intel chip set and it is over 4 years old.
You probably do not need to change the compiz version.
I edited /usr/share/compiz/workarounds.xml and commented out lines related to extra0_main_menu_key:
<!–
<option type=“key” name=“extra0_main_menu_key”>
<short>Show Main Menu</short>
<long>Show the main menu</long>
<default>Super_L</default>
</option>
→
Just to be sure, I logged out and logged back in. Now the left Super (Win) key brings up gnome-do and the right one brings up the gnome main menu.
Another way to set this preference might be to use gconf-editor and remove the key assigned to extra0_main_menu_key. You’ll find that in gconf-editor under the key
Thanks for the tip, I checked it for that line and it doesn’t exist. Maybe they were there before upgrading. Cause finally I’m using the last version from the XGL repo.