Ubuntu :: Config Compiz Shift Switcher For Use With Mouse?

Jul 5, 2011

trying to config compiz shift switcher for use with mouse.i want it to initiate for all workspaces by clicking the mouse wheel i know the following:

button 1 is left click
button 2 is right click
button 4 is scroll up
button 5 is scroll down

so i assumed that either button 3 or 6 might be scroll wheel click apparently not i know that the scroll click works on my mouse in ubuntu anyone know the correct button number, or if it is 3 or 6, what i am doing wrong ?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Shift Switcher Minimized Window?

Oct 16, 2010

I am using the Shift Switcher on Compiz to switch windows. Also i don't use any taskbar to show what apps are open or not. Minimized windows are simply "invisible" as it were. When switching, minimized windows are represented by their icons. Instead i would like to see them as a thumbnail (as with maximized windows). Can i make Compiz do that?

View 1 Replies View Related

Ubuntu :: Way To Restore Only Application Switcher From Metacity When Using Compiz?

Aug 19, 2010

Is there a way to restore only the application switcher from metacity when using compiz?I generally like compiz on, but there is not an application switcher within compiz that provides the usability of the standard metacity switcher.They are fine when you have only a few windows open, but if you are running many apps (some of them with multiple windows) it becomes quite hard to identify the app you want.

View 9 Replies View Related

Ubuntu :: Natty - Compiz Workspace Switcher Can't Switch Down From W/space #1?

Jul 16, 2011

I've just (finally) upgraded to Natty from Maverick. After the faffing around to restore my favoured AWN and Compiz combo, all's now ok, except for one annoyance to do with Compiz (0.9.4) and the workspace switcher. I can use the mousewheel to rotate workspaces up/down (actually, left/right) to go from 1->2->3->4->5->6->1.. and 6->5->4->3->2->1, but it won't rotate down / left from 1->6. It works ok if I use <Ctrl>left arrow from w/space #1.

I've checked the mappings for Button4 and Button5 in CCSM, and there's no clash. So, am I right in thinking this is probably a bug? Has anyone else had this problem and is there a fix? Is downgrading to Compiz 0.8 likely to fix it?

View 1 Replies View Related

Fedora :: Emerald And Compiz Static App Switcher Not Running At Startup

Nov 2, 2009

I have problem for emerald and compiz in KDE fedora 11. The problems are:
1. Emerald is not running at startup so I have to type emerald --replace every time I login otherwise I get no windows border.
2. The static application switcher in compiz is not running at startup so I have to go to ccsm and disable then reenable it again otherwise when I point my mouse to the edges of my screen it wont do anything.

View 4 Replies View Related

Ubuntu :: Proper Mouse Function Only When Holding Shift?

Mar 24, 2010

I just installed Ubuntu 10 as a dual boot with Windows 7. I was using it for a couple of hours (and really liking it) when all of the sudden the Ubuntu Software Center stopped responding and I was unable to click anything.

After logging out of my account I noticed I had proper mouse function. I restarted the system and noticed the same thing happening when I logged into my account.

Basically what has happened is that I have to hold the Shift key down in order to press application buttons, like "OK" and "Cancel".

If I click on a link in firefox nothing happens. I need to hold shift and left click to follow the link, which of course opens the link in a new window.

If I try to right click on the desktop nothing happens unless I hold shift.

I looked through the mouse and keyboard settings and did not notice anything odd.

View 2 Replies View Related

Ubuntu :: Key Mapping For Shift-mouse Button Click?

Jun 21, 2010

I have successfully mapped the plus-minus key on the keyboard to emulate the Wheel/Middle Mouse Button click with this shell script run at startup:

Code:
#!/bin/sh
xmodmap -e "keycode 49 = Pointer_Button2"
xkbset m

This is so I can rotate the view in Blender without clicking the wheel, because the wheel also zooms, and it's too easy to zoom inadvertently. The remaining problem is panning, a Shift-MMB combination. Now I'm lost - how can I map a key (or better still, a Shift-key combo) to the Shift-MMB click?

View 2 Replies View Related

Ubuntu :: Compiz Config On 10.10 - Command To Log Out?

Jul 8, 2011

Since installing Compiz Config Settings Manager on my Ubuntu 10.10 the system logs out when I leave the machine idle for a while. This is very irritating and I cannot find any settings to change - the power settings are OK, set to never switch off and to activate screensaver after 30 mins and to keep screen unlocked. Where on earth does the system pick up a command to log out?

View 1 Replies View Related

Ubuntu :: 9.10 - Missing Compiz Config Settings

Nov 22, 2010

Searching for what appears to be "missing" CompizConfig settings in the CompizConfig Settings Manager. How to change the "Cube" into a "Cylinder" and how to enable floating windows (windows that seem to hover just over the cube when it is rotated. Were these eliminated? They were both available in 9.10.

System: Ubuntu Maverick Meerkat
SubSpecifics: SuperOS [URL]

View 2 Replies View Related

Ubuntu :: Restore Compiz Config To The Default?

Apr 15, 2011

so i got a problem that making me very sad

i typed down this commands to download the compiz unsupported plugins

sudo add-apt-repository ppa:compiz/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install compiz-fusion-plugins-unsupported

but after all i got some new plugins(they are few only) and every thing is set to false

and now all my desktop is as *! can't even do any thing

i can't work with any GUI because of this

how to download and install all compiz plugins the supported and unsupported one's with command line too

View 4 Replies View Related

Ubuntu :: Aero Snap Config In Compiz Isn't Working

May 17, 2010

The only tutorial I have found on trying to get Aero Snap type window management in linux is the ubuntu write-up here:

[URL]

I have done everything it says and double checked, but still can't get it to work. I am using Linux Mint 9 amd64.

View 7 Replies View Related

Ubuntu :: Compiz Config Settings Manager In Lucid

Aug 2, 2010

So I decided a while ago to download the newest distribution release, Lucid Lynx, and try it out on a LiveCD. The first thing I installed onto the LiveCD environment was CompizConfig Settings Manager. One question I have about it is... Why are so many of the plugins missing or limited?

In 9.04 Jaunty Jackalope, there are many plugin options, and to be honest, I use a large quantity of them. For example, a plugin I use on 9.04 called "Reflection." For those of you who don't know, reflection allows you to show an image in window decorations and shadows. This plugin is completely missing from CompizConfig Settings Manager in 10.04!

Another example, this time a limited one, is the Animations plugin. It's missing the option for closing animation called "Burn." This is an animation I LOVE showing off and using, yet it's... Gone.

Am I missing something? Did I do something wrong on installing it? Is there a way to get the parts that are missing?

Just in case you're wondering how I installed it, it was the popular method of using GNOME-Terminal and typing:

Code:
sudo apt-get install compizconfig-settings-manager

View 1 Replies View Related

Ubuntu :: Compiz Config - Lost All Hotkey Abilities?

Jan 7, 2011

I want t desktop cube, so I followed the ..... guide here.

When I enter simple compiz config and start to change the Ultimate profile, then I lose the ability to do key commands like alt+tab and consequently I cannot use things like the switcher, or cube. The only desktop hotkeys that I can currently do (that I know of) is ctrl+alt+left/right to move to next desktop. How do I enable hotkeys to work again?

View 4 Replies View Related

Ubuntu :: Compiz Config Trouble On 11.04 Natty Narwhal?

May 10, 2011

I am having some trouble using the compiz config settings on the new "Natty Narwhal" 11.04. On 10.4, it worked seamlessly; the 3D desktop cube worked, 3D windows worked, and rotating desktop cube also worked. On Natty Narwhal, nothing works-- at all. It may seem kind of childish for me to download compiz config just for the cube, but the fact that compiz config alone isn't even working is kind of making me nervous. Though, it would be great if someone could help me with the cube.

View 2 Replies View Related

Ubuntu Multimedia :: Compiz - Config Not Working - Check Says No Rendering In Use

Feb 9, 2011

i have ubuntu studio 10.04 installed and this is my second installation of the system. now that i have updated the system, got the fglrx drivers for my ATI HD5750, installed compiz-config-settings and glx-dock (aka cairo-dock). the first time i started the glx-dock, half of the dock was visible and it was distorted all over. so i ran compiz-config-settings for the first time and saw that it wasn't also working. then i tried to find a solution for a few valuable hours because it was essential to customize the feel of an OS but i think i have came to a point that i should stop trying to learn things that i see for the first time but ask and hope for the best (soon). anyway i should say that compiz and cairo dock was working the first time i installed the system. now when i run compiz-check, it gives the following output:

Code: Gathering information about your system...

Distribution: Ubuntu 10.04
Desktop environment: GNOME
Graphics chip: ATI Technologies Inc Device 68be
Driver in use: fglrx
Rendering method: None

Checking if it's possible to run Compiz on your system... [SKIP]
Checking for hardware/setup problems... [SKIP]

At least one check had to be skipped: Error: No rendering method in use (AIGLX, Xgl or Nvidia) ok AIGLX doesn't start, so i check Xorg.0.log and it says: (it has loaded and initialised AIGLX but maybe i misunderstand something, anyway you should see for yourself)

Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux ubuntu 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic root=UUID=826145cb-591c-4a6e-9d6c-62fba6898f38 ro quiet splash
Build Date: 10 December 2010 05:53:04PM
[Code]....

View 2 Replies View Related

Ubuntu :: Opacity Options In Compiz Config Settings Manager - Not Found?

Feb 3, 2011

i wanted to change the opacity settings in compiz config settings manager (i read it in the forum post that i can change opacity using compiz settings) when i opened the ccsm, i did not find the opacity settings in general options...do i have to update or upgrade?

View 4 Replies View Related

Fedora :: Installing Simple Compiz Config Manager?

Sep 11, 2010

Going through the forums I read a post, where it was told to rebuild a package... But unfortunately, I didnt understand a thing which was mentioned in the building rpm tutorail that I reffered... The replacement to that package which was mentioned in the same post was unavailable.

View 8 Replies View Related

Software :: Compiz-config And Workspaces - NVidia Driver ?

Feb 13, 2011

A couple of issues with compiz. I'm setting up Debian Squeeze on a new-to-me laptop. Video card is nVidia Quadro FX 570M.

I installed the nVidia non-free driver, and that's working fine. Compiz starts up ok (I say "compiz --replace"). At least some of the effects are working, and the windows look normal.

First issue: as soon as I start Compiz, the number of workspaces goes from 4 to 2. And Workspace Switcher Preferences (the thing that pops up when you right-click the workspace switcher in the Gnome Panel) no longer shows the controls for changing the number of workspaces.

Is there is a way to change the no. of workspaces using gnome configuration editor? That might be a good workaround.

The second issue is, compizconfig-settings-manager will not run, whether Compiz is running or not. I don�t know if it would run before I installed the nVidia driver (Compiz wouldn't run so there was no reason to try CCSM). When I try to start it from the menu, I get the spinning cursor for several seconds, and that's all. When I say "ccsm" in a console...

Code:

I dont think the locale error is the problem. I get locale warnings all the time, like when I use apt-get, but it doesnt stop the program from running. But I could be wrong about that.

View 3 Replies View Related

Ubuntu :: X11 Mouse Theme Vs Compiz

May 4, 2010

When I try to change my mouse cursor theme through gnome-appearance-properties, my cursor only changes to the selected themes in only certain situations, but is the default most of the time. Due to some vision problems, it is hard for me to see the default cursor, and would prefer a size 24 DMZ-Black theme for the pointer.

I've been searching for some solutions, and it looks like Compiz has taken over some duties regarding the mouse cursor and how it looks. That's fine, I love Compiz, I use the screen magnifier and zoom all the time - so turning Compiz off is not an option.

Most solutions I've found call for changing the mouse theme in compiz. However, most of those posts are at least 2 years old, and my current version of ccsm doesn't have an option to change the mouse theme. I found 'cursor_size' and 'cursor_theme' in gconf-editor (apps > compiz > general > allscreens > options), but making those keys match those found in (desktop > gnome > peripherals > mouse) has brought me no success.

I'm using Lucid Lynx with all updated packages, upgraded from Karmic.

View 9 Replies View Related

Ubuntu :: Switch Between Applications Using The Mouse But Without Compiz?

Jun 28, 2010

I am using a netbook low on computer power. I don't have compiz installed and I don't want it.But I want to be able to switch between applications using the mouse.Expose style would be great but performance is paramount so if they were just icons or something that would be fine. is it possible to use the mouse to trigger alt-tab?(my netbook is often hooked up to my TV so keyboard is not always in reach)In Kubuntu I just had to move the pointer to the top left corner of the screen and an expose style effect would happen. But I believe that was compiz and I have moved to Ubuntu and found it much snappier.

View 6 Replies View Related

Ubuntu :: Compiz Mouse Change Apperance

Jul 18, 2010

I can't change the mouse appearance when compiz is on... does anyone know which Compiz prohibits mouse change?I'll turn it off.

View 9 Replies View Related

Ubuntu :: Side Scrolling Mouse & Compiz?

Aug 15, 2010

I have a 4-way logitech side scrolling mouse and had it set up that (button7) which was left would rotate my desktop cube left, and the same with (button6) which was right. Now with my new motherboard I need to plug in USB, and left and right side scroll is captured as the same as left and right on the directional pad. How can I re-assign my mouse as button 6 & 7?

Does anyone know why scroll left and right are set as keyboard left and right? Does anyone know how to fix it, or reassign the buttons?

View 3 Replies View Related

Ubuntu :: Compiz Show Mouse Radius

May 20, 2011

I just wanted to share something with you all. If this belongs somewhere else let me know.I got the idea from this thread.I wanted the show mouse effect to not rotate around my mouse (just a preference)and have the emitters directly under my cursor. So by editing two files it gave me the desired effect to an extent.

1. Just in case back up your compiz settings.
2. Open a terminal and type - sudo nautilus . It'll ask for your admin password.
3. The file manager should now be open, go to /usr/share/compiz/showmouse.xml copy the file and rename the copy to showmouse.xml.bak.
4. Open showmouse.xml with the text editor.
5. Scroll down to the bottom and look for the "radius" section. Go to the <min>10</min> entry and change it to 2. Save.
6. Go to /usr/lib/compiz/libshowmouse.so copy the file and rename the copy to libshowmouse.so.bak.
7. Open the file with Ghex and search for the string radius on the right side of the search box.
8. It'll look like a jumble of words, but look after the word radius and find <min>10</min> change to 2. Save.
9.Compiz should now disable itself.
10. Reboot and re-enable Compiz and try out the show mouse plugin, it should now allow you to use a smaller radius.

View 1 Replies View Related

Ubuntu :: Mouse Follows Newly Created Windows With Compiz

Feb 6, 2011

I have an Intel setup with 64bit Ubuntu. I have an NVIDIA graphics card. When I used compiz, I found that my mouse would follow newly created windows. (e.g, I would bring up terminal and if I hit F1, the mouse would move to the upper right of the screen by itself. I have since turned off compiz which resolves the issue. where I can turn it off/on.

View 1 Replies View Related

Ubuntu :: Can't Grab Title Bar With Mouse If Compiz Enabled

May 5, 2011

I'm now using natty, and Compiz, but if Compiz is enables, I can't move any window. If I try to drag a window with the title bar and my mouse, it has no effect. The cursor won't grab the window.

View 4 Replies View Related

Ubuntu :: Compiz: Mouse Cursor Moves When Switching Windows?

Mar 30, 2011

I've been looking for an option to turn off for this, but haven't found any, and Google hasn't been helpful.When I switch windows with alt-tab, or a window requests focus, compiz warps my mouse cursor to that window. How do I make it stop?

View 1 Replies View Related

Ubuntu :: Compiz-Fusion - Turns To A Blank Screen Of White With A Mouse On It

Jan 6, 2010

Just installed Ubuntu 9.10 64 bit on my computer dual booting with 9.10 32bit. Was hoping to move to 64 bit to get full use out of my RAM and CPU. The issue is that when I tried to run Compiz-Fusion that I got from the Ubuntu software repos that came with 9.10 nothing would change. I tried to make a 4 desktop layout with a cube like I have on the 32 bit OS and nothing happens. So I right click on the Compiz icon and select the "reload windows manager" tap in the drop down menu and every time it turns to a blank screen of white with a mouse on it. I can move the mouse and I can even use some of the new settings I changed but I cant see anything else besides a mouse and the white screen. I feel as thou I am using a version of Compiz that is not compatible with 9.10 64 bit.

View 5 Replies View Related

OpenSUSE :: Additional H/drive Config \ Options Are Not Available With The Right/click Mouse?

Apr 16, 2010

Not sure if this goes here or the hardware section. I've added another sata drive to my system formatted to Ext4, but i have to put in my password for root priveliges (spell?) to access it. I can understand from a security point of view about the password, but there is no way to create new folders or even copy/paste data to it, as the options are not available with the right/click mouse.My external USB drive requires no password, and i can do all the usual functions with it, but not so with the internal sata drive. Is there a way to enable the internal drive for 'normal' operations.

View 2 Replies View Related

Fedora :: Openoffice.org Ignores Compiz Settings For Mouse Focus?

Jun 4, 2010

Openoffice.org apparently ignores the window manager altogether for questions of focus. This combined with opening lots of little dialogs and menus is making it almost unusable. (Over at openoffice.org, this has been answered with (essentially) "I use click to focus, so raising on focus is normal, so I'm putting at the lowest possible priority because it has nothing to do with usability.") The problem is that I use focus following the mouse, with click to raise. This is very convenient for copying between two windows and saves me a lot of time and energy, as I have to do this quite often. Current behavior, however, causes Openoffice.org to raise any window you happen to pass over, thus hiding the floating toolbar or dialog box that you were trying to click on. Worse, as the window you brushed by has gained focus, in most cases, the toolbar or dialog disappears entirely. The only solution is to move everything around so as to have a path to get to your toolbar/dialog without touching another window, or to minimize all but one openoffice document. Is there anyway to make Openoffice.org usable with this setting?

View 1 Replies View Related

Fedora :: After Update Compiz / No Edge+mouse Button Combo Events

Mar 9, 2010

After the update on 7/03/10 edge+mouse button combo's don't work anymore, keyboard short cuts for the same function are still working. Example "Scale", keyboard short-cut ctrl-s working, edge+mouse button Right Edge - Right Mouse Button no action. Worked before...

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved