Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-03-2004, 07:26 AM   #1 (permalink)
Junkie
 
Location: RI
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.
Fallon is offline  
Old 07-03-2004, 08:19 AM   #2 (permalink)
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
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.
Latch is offline  
Old 07-03-2004, 10:56 PM   #3 (permalink)
Psycho
 
Location: Toronto
Couldn't have said it better myself...
__________________
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
Xirax is offline  
 

Tags
linux, mouse, scroll


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 05:21 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73