Results 1 to 10 of 18
I am running Slackware 9.1.0
Can any one tell me how to configure a ps2 mouse so that i can use the scrollling button...
- 04-23-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 15
Configuring Mouse
I am running Slackware 9.1.0
Can any one tell me how to configure a ps2 mouse so that i can use the scrollling button
- 04-23-2005 #2Linux Newbie
- Join Date
- Apr 2005
- Location
- South America
- Posts
- 152
If you have xorg, then open xorg.conf file, and add the following line
right below this line that should be thereCode:Option "ZAxis Mapping" "4 5"
The 4 in the ZAxis Mapping means scrolling up, and 5, well, scrolling down...Code:Option "Device" "/dev/mouse"
IIRC, the xorg.conf is located in /etc/X11/xorg.conf
- 04-23-2005 #3
edit the xorg.conf file
Go to the Input Devices Section, look for the core pointer. Add this lineCode:nano -w /etc/X11xorg.conf
with the quotation marksCode:"ZAxixmapping 4 5"
Hope this helps.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-24-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- Oklahoma
- Posts
- 38
Code:Option "ZAxisMapping" "4 5"
- 04-24-2005 #5XFree86 not X.org
Originally Posted by budman7
So that would be /etc/X11/XF86Config
I\'m so tired .....
#200472
- 04-24-2005 #6
When I want to edit my xorg.conf file in Slackware, that is how I do it.
Actually I use vi, so I type as su
vi /etc/X11/xorg.conf
and make my changes.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-24-2005 #7
The point is that Slack 9.1 comes with XFree86 not X.org .
I\'m so tired .....
#200472
- 04-24-2005 #8
I didn't know that 9.1 uses Xfree86. Thanks for the correction.
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-24-2005 #9
[offtopic]
It's okay
X.org does not exist very long, it was a fork of XFree86 before the XFree86 team decided to change the licence. That was short before the 4.4.0 release IIRC. Slackware 9.1 was released before this fork, it was shipped with XFree86 4.3.0 .
[/offtopic]I\'m so tired .....
#200472
- 04-24-2005 #10Linux Newbie
- Join Date
- Apr 2005
- Location
- South America
- Posts
- 152
Do you mean that it wont exist for long, or that its recent
Originally Posted by puntmuts


Reply With Quote