View previous topic :: View next topic |
Author |
Message |
raphael24 Tux's lil' helper
Joined: 20 Oct 2003 Posts: 90 Location: Karlsruhe, Germany
|
Posted: Tue Oct 21, 2003 5:52 pm Post subject: add support for the mouse wheel within kde ? |
|
|
Hi,
finally I got a working XF86 config file, but without any support for the wheel, although my mouse supports that feature.
Is there anything to add within XF86Config ?
Many thanks in advance !
Greetings,
Raphael |
|
Back to top |
|
|
quiconque Apprentice
Joined: 01 Nov 2002 Posts: 203 Location: Norrköping, Sweden
|
Posted: Tue Oct 21, 2003 6:01 pm Post subject: |
|
|
Add
Code: | Option "ZAxisMapping" "4 5" |
to your mouse section in XF86Config.... |
|
Back to top |
|
|
neuromancer n00b
Joined: 03 Apr 2003 Posts: 15 Location: UK
|
Posted: Tue Oct 21, 2003 7:02 pm Post subject: |
|
|
Dont forget to use the IntelliMouse PS/2 Protocol:
Code: |
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
|
If you have a 7 button Explorer Mouse you may also want to take a look at:
https://forums.gentoo.org/viewtopic.php?t=98028&highlight=explorer+mouse |
|
Back to top |
|
|
|