Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I never really bothered asking that before coz I thought I'd find the solution myself, but it doesn't work.
I went to the Control Center (KDE), in Peripherals => Mouse (advanced tab) it says 'Mouse Wheel Scrolls by:' and it's set to 3 lines, however, it still doesn't work.
This setting only influences how many lines a "tick" with the wheel the text will scroll, but of cause it does only work if your mouse wheel in general works. So most distros have a tool to configure the mouse, in SuSE it's Yast2. If you cannot get it to work with Yast, post more information: which mouse, which port, the device section of your XF86Config, or better, have a look in the Readme.mouse (it's in the X packages, so it's probably somewhere on your system.
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
Just edit your /etc/x11/XF86Config file (it might be in a different location, or called XF86Config-4 on SuSE) and under the "moue input device section" add this:
Option "ZAxisMapping" "4 5"
or search the forums, since this answer has been answered many times.
HTH
-NSKL
Originally posted by NSKL Just edit your /etc/x11/XF86Config file (it might be in a different location, or called XF86Config-4 on SuSE) and under the "moue input device section" add this:
Option "ZAxisMapping" "4 5"
or search the forums, since this answer has been answered many times.
HTH
-NSKL
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.