Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Scroll Mouse+Linux (https://thetfp.com/tfp/tilted-technology/61300-scroll-mouse-linux.html)

Fallon 07-03-2004 07:26 AM

Scroll Mouse+Linux
 
On the old board, there was a thread on how to get a scroll mouse to work in linux. I have a generic mouse that I bought at walmart awhile back and just recently installed Slackware.
I've dinked around with gpm and that hasn't given me much for results, maybe a few more headaches but that's about it. I've also done a search online and that hasn't been to helpful.
So, anyone got ideas? Thanks.

Latch 07-03-2004 08:19 AM

Edit your XF86Config file (or xorg.conf, depending on which XWindows-clone you use). Both conf files are usually found in /etc/X11

Look for the mouse settings section.. it'll look something like this:
Code:

Section "InputDevice"
                                                                                               
# Identifier and driver
                                                                                               
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"      "4 5"

EndSection

What you want is the "ZAxisMapping" line. Add that to the same area in your config file, restart your X server, and you should have no problems.

Xirax 07-03-2004 10:56 PM

Couldn't have said it better myself...


All times are GMT -8. The time now is 01:46 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37