My problem was a laser mouse, to be exact "Steelseries Ikari Laser
Mouse". The problem showed as lag when I dragged a window around the
screen. No problems with scroll, glxgear or slowness over time.

This fixed my problem:
Remember to do a backup of xorg.conf.

first my auto generated mouse section in "xorg.conf" from when I
installed Ubuntu

Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
EndSection

I replaced it with this section instead, notice the driver is now
"evdev"

Section "InputDevice"
        Identifier     "Steelseries Ikari Laser Mouse"
        Driver         "evdev"
        Option         "Device" 
"/dev/input/by-id/usb-SteelSeries_ApS_Ikari_Laser-event-mouse"
        Option         "ZAxisMapping" "4 5"
EndSection

Change device to your mouse id or maybe "/dev/input/mice" will work as
well(haven't tried).

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/764330

Title:
  Move window annoying slow with compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/764330/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp

Reply via email to