Некорректная работа USB мыши

Добрый день.
Вчера проинсталировал Open Suse 13.1
Рабочий стол KDE. Не успел я порадоваться как наткнулся не проблему с мышью.
При включенной usb мышке элементы интерфейса при наведении курсора не подсвечиваются и не реагируют на клики.
И с тач падом тоже самое.
Стоит отключить мышь и сразу все работает как положено.
При чем, если мышку перевоткнуть, то на 1-2 клика ее “хватает”, потом реакции нет.
Иногда срабатывает правый клик по рабочему столу.
Как быть? Уже начал подумывать переключиться на gnome.
Казалось бы, вот оно решение:

https://bbs.archlinux.org/viewtopic.php?id=158797
Но файл 10-evdev.conf у меня уже содержит

cat 10-evdev.conf
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection


Или я там что то не так понял ?
Прилагаю дополнительно:


lsusb
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:6464 Microdia 
Bus 001 Device 004: ID 0489:e00f Foxconn / Hon Hai Foxconn T77H114 BCM2070 [Single-Chip Bluetooth 2.1 + EDR Adapter]
Bus 002 Device 004: ID 195d:1010 Itron Technology iONE 
 
tail /proc/bus/input/devices 
P: Phys=usb-0000:00:1d.0-1.6/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input16
U: Uniq=
H: Handlers=mouse0 event1 
B: PROP=0
B: EV=17
B: KEY=7f8000 0 0 0 0
B: REL=103
B: MSC=10

/etc/X11/xorg.conf.d> ls
05-glamor.conf  11-evdev.conf    50-screen.conf     50-wacom.conf
10-evdev.conf   50-device.conf   50-synaptics.conf  90-keytable.conf
10-libvnc.conf  50-monitor.conf  50-vmmouse.conf