LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-17-2007, 05:41 AM   #1
Ongeboren
Member
 
Registered: Apr 2006
Location: Brussels
Distribution: Kubuntu 7.04, PCLinuxOS 2007
Posts: 63

Rep: Reputation: 15
How can I switch on my Mouse Scroll Button?


I checked in the mouse controls, but there is no place I can switch it on. Through the installation process, I chose an Intelli mouse, and still, I cannot use the scroll button..

any ideads?
 
Old 01-17-2007, 05:56 AM   #2
Tux-Slack
Member
 
Registered: Nov 2006
Location: Slovenia
Distribution: Slackware 13.37
Posts: 511

Rep: Reputation: 37
open up the console
type in as root ofcourse
cd /etc/X11
pico xorg.conf
and search for Input Device
There you will find "Protocol" "PS/2"
instead of PS/2 it could be something else
change that into IMPS/2 or ExplorerPS/2
with quotas("")
 
Old 01-17-2007, 06:03 AM   #3
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by Tux-Slack
open up the console
type in as root ofcourse
cd /etc/X11
pico xorg.conf
and search for Input Device
There you will find "Protocol" "PS/2"
instead of PS/2 it could be something else
change that into IMPS/2 or ExplorerPS/2
with quotas("")
In my experience, you need to simply add the following lines to /etc/xorg.conf in your mouse section (Input Device):
Code:
Option          "Buttons"       "5"
Option          "ZAxisMapping"  "4 5"
Incidentally, there are a lot of threads on this here at LQ (see bottom of the page for 5 examples).
 
Old 01-17-2007, 06:05 AM   #4
Ongeboren
Member
 
Registered: Apr 2006
Location: Brussels
Distribution: Kubuntu 7.04, PCLinuxOS 2007
Posts: 63

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Tux-Slack
open up the console
type in as root ofcourse
cd /etc/X11
pico xorg.conf
and search for Input Device
There you will find "Protocol" "PS/2"
instead of PS/2 it could be something else
change that into IMPS/2 or ExplorerPS/2
with quotas("")

I did that, plus I added something more :

Code:
Option "Protocol"    "IMPS/2"
    Option "Buttons" "5"
    Option " ZAxisMapping" "4 5"
and still it doesn't work.
 
Old 01-17-2007, 06:14 AM   #5
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by Ongeboren
I did that, plus I added something more :

Code:
Option "Protocol"    "IMPS/2"
    Option "Buttons" "5"
    Option " ZAxisMapping" "4 5"
and still it doesn't work.
If you've added that exactly how you've written it, then you might need to remove the space after the " in the ZAxisMapping option:
Code:
    Option " ZAxisMapping" "4 5"
should be:
Code:
    Option "ZAxisMapping" "4 5"
Also, maybe restarting X will sort it out.

Last edited by pwc101; 01-17-2007 at 06:16 AM.
 
Old 01-17-2007, 06:33 AM   #6
Tux-Slack
Member
 
Registered: Nov 2006
Location: Slovenia
Distribution: Slackware 13.37
Posts: 511

Rep: Reputation: 37
try to run xev from console as user that you are loged into kde or any other desktop

a small window will pop up with a square inside
move the mouse into that square and pres mouse scroll down, search for the button number it displays in console
and then do for the same with the scroll up
if you get those button 6 and 7
then u must input
Option " ZAxisMapping" "6 7"

also i have on my mouse 5 buttons
but i entered Buttons 3

and try also ExplorerPS/2 instead of IMPS/2
 
Old 01-17-2007, 07:16 AM   #7
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Does Slackware during booting up recognise your mouse name correctly?
I had a similar problem , and putting it on Auto instead of PS/2 or IMPS/2 worked fine too as during boot up it was correctly recognizing my mouse model.
 
Old 01-17-2007, 08:28 AM   #8
Ongeboren
Member
 
Registered: Apr 2006
Location: Brussels
Distribution: Kubuntu 7.04, PCLinuxOS 2007
Posts: 63

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pwc101
If you've added that exactly how you've written it, then you might need to remove the space after the " in the ZAxisMapping option:
Code:
    Option " ZAxisMapping" "4 5"
should be:
Code:
    Option "ZAxisMapping" "4 5"
Also, maybe restarting X will sort it out.
yeah, after restarting it worked out, thanks


duryodhan : to be honest, I didn't pay attention to that at all.
 
Old 01-17-2007, 05:15 PM   #9
Darth Cupcake
Member
 
Registered: Nov 2006
Distribution: Slackware
Posts: 53

Rep: Reputation: 15
Quote:
Originally Posted by Ongeboren
I did that, plus I added something more :

Code:
Option "Protocol"    "IMPS/2"
    Option "Buttons" "5"
    Option " ZAxisMapping" "4 5"
Excellent! I added these to xorg.conf and it worked for me after I restarted.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse Scroll Button doesn't work with Logitech PS/2 MOuse. duffmckagan Slackware 10 12-02-2008 11:27 PM
3 button mouse (scroll button) Spyiish Slackware 24 07-23-2005 01:37 PM
Mouse scroll button Kernel 2.6.5 Slackware 2 05-18-2004 11:50 PM
scroll button not working on mouse =\ astroboiii Linux - Hardware 4 02-06-2004 04:59 AM
mouse scroll button ? johnyy Linux - Software 1 09-16-2003 12:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration