You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, October 12th 2005, 3:46pm

Scroll wheel only works partially

Im using KDE 3.4.1/ xorg 6.8.2 and the scroll wheel on my mouse (logitech mx510) only partially works. The only program where the scroll wheels works perfectly is FireFox in all other programs scrolling downwards works. Try to scroll upwards in any other program have various effects.

* In Konqueror scrolling upwards if the pointer is over a link or a file, it opens the link or runs the assosiated program for that file type. If the pointer is not hoving over a link/file nothing happens when I scroll upwards.
* In Opera scrolling upwards has the effect (if multiple tabs are open) that it switches between tabs.
* This list could go on for every single program I have.... X(

Any help would be nice


This is the mouse configuration I have in my xorg.conf

SOLVED:
Changed Option "ZAxisMapping" "4 5" to Option "ZAxisMapping" "4 5 9 10"

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "imps/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping"    "4 5"
    Option "ChordMiddle"

EndSection
The sentence below this one is true.
The sentence above this one is false.

This post has been edited 1 times, last edit by "Bad_Byte" (Oct 12th 2005, 5:11pm)


anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Wednesday, October 12th 2005, 8:11pm

Start xev from a Konsole window and check which buttons it reports when you scroll up and down.

Then use those for ZAxisMapping

Cheers,
_
Qt/KDE Developer
Debian User