Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Scrollweel

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
mark
Posts: 37
Joined: 2004-02-15 22:28

Scrollweel

#1 Post by mark »

How can I activate the mouse wheel?

It's prety annoying when your used to the thing and it doesn't function.

Merci

Swordmaster
Posts: 19
Joined: 2004-03-14 13:01

#2 Post by Swordmaster »

Hello mark,

You have to edit etc/X11/XF86Config-4.
You will see the section "InputDevice" 2 times
And change in the first one "PS/2" into "ImPS/2" just like in the second section:
You will get something like this:
  • Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/psaux"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
I hope it works for you!!

mark
Posts: 37
Joined: 2004-02-15 22:28

#3 Post by mark »

Great!
Thanks man.

Post Reply