PDA

View Full Version : XBMC and wheel mouse


scido
2008-10-21, 23:52
Hi all,

I use XBMC from ppa repository on ubuntu 8.04.1 server.
I have got a problem with my Logitech Optical Mouse. I works quit well until I use the wheel, which doesn't work very well (scrolling is accidental). After that mouse cursor goes everywhere, I'm unable to control it and I have to wait for 5 minutes to get it working.

Here's my xorg.conf section:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"

Can you help me, please? :sad:

The_Brickster
2009-04-19, 19:56
Hi all,

I use XBMC from ppa repository on ubuntu 8.04.1 server.
I have got a problem with my Logitech Optical Mouse. I works quit well until I use the wheel, which doesn't work very well (scrolling is accidental). After that mouse cursor goes everywhere, I'm unable to control it and I have to wait for 5 minutes to get it working.

Here's my xorg.conf section:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"

Can you help me, please? :sad:

I have exactly the same issue also with a Logitech Scroll mouse, did you manage to get a fix for it?