[gobolinux-users] Familiar problem: Mouse Scroll Wheel
Jonatan Liljedahl
lijon at kymatica.com
Wed Feb 28 22:55:09 UTC 2007
Bryan wrote:
> Update:
>
> On Wed, February 28, 2007 23:01, Jonas Karlsson said:
>> 2007/2/28, Bryan <bryan at tevreden.net>:
>>> My scroll wheel does not function. I read the archive and am still lost
>>> on
>>> what to change where. Refering to the following post:
>>>
>>> http://article.gmane.org/gmane.linux.distributions.gobo.general/6955/match=wheel
>>>
>
>
>> It depends on what mouse you have. Which mouse do you have?
>
> Uhm, help me here. Could you be a bit more specific? Are we looking for a
> type/vendor/setup. 2 button mouse with scroll wheel acting as third
> button.
>
>> Also make sure you have the following in your
>> /System/Settings/X11/xorg.conf file, under the InputDevice section for
>> your mouse:
>>
>> Option "ZAxisMapping" "4 5"
>
> The file reads:
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5 6 7"
> EndSection
Try this:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
--
/Jonatan -=( http://kymatica.com )=-
More information about the gobolinux-users
mailing list