LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 12-27-2002, 01:47 PM   #1
pixelV
Member
 
Registered: Dec 2002
Distribution: Slackware 8.1
Posts: 123

Rep: Reputation: 15
Arrow Enable Third Mouse Button


How to enable X third mouse button(scroll button) ?

My OS - Slackware 8.1
Mouse model - Maxxtro 800dpi, PS2
 
Old 12-27-2002, 02:05 PM   #2
SlickWilly
Member
 
Registered: Dec 2002
Posts: 327

Rep: Reputation: 30
If you're using gnome :

Click 'start (gnome foot, red hat, your start button)
System Settings
Mouse
Select Wheel Mouse (PS2)
OK

Restart X

Slick.
 
Old 12-27-2002, 02:08 PM   #3
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Add this:

Option "ZAxisMapping" "4 5"

To the "Input Device" section of your XF86Config file.
 
Old 12-27-2002, 02:13 PM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by SlickWilly
If you're using gnome :

Click 'start (gnome foot, red hat, your start button)
System Settings
Mouse
Select Wheel Mouse (PS2)
OK

Restart X

Slick.
pixelV I think your getting ahead of yourself. Wouldn't it be wise to first get X working before trying to get your third mouse button to work ?? Just my opinion at least. I'm not trying to be rude but it only makes sense to me.
 
Old 12-27-2002, 02:36 PM   #5
pixelV
Member
 
Registered: Dec 2002
Distribution: Slackware 8.1
Posts: 123

Original Poster
Rep: Reputation: 15
?

I have more questions than answers
 
Old 12-27-2002, 02:39 PM   #6
pixelV
Member
 
Registered: Dec 2002
Distribution: Slackware 8.1
Posts: 123

Original Poster
Rep: Reputation: 15
KDE

My favorite X ---> KDE
I always use KDE !
 
Old 12-27-2002, 03:08 PM   #7
SlickWilly
Member
 
Registered: Dec 2002
Posts: 327

Rep: Reputation: 30
*blink*

No X?
*sigh*

Slick.
 
Old 12-27-2002, 08:46 PM   #8
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
I think I got his X up and running in one of his other threads Slick.
 
Old 12-27-2002, 11:36 PM   #9
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
is it just me or this whole thread makes no sense at all??? I mean... PixelV just wanted his scroll wheel to work... and he got more questions than answers.

Ok, First I would suggest you to read the link in mi signature. It's very interesting. Then... the 'third button' doesn't have the same function in Linux and Windows. In windows you use it mainly to scroll, in linux you use it to paste your selection... when you configured X it should have recognized this mouse. If it didn't then go to drakconf/hardwar/mouse and select the best decription for your mouse. then configure it from the control center/periferics/mouse and that should do it. If you want it to scroll I'm sure you'll need to use a mouse with a scroll wheel and it should be as easy to configure as anything else.

I see this forum has something behind that I didn't see... so I apologize if what I said in this post is senseless.
 
Old 12-28-2002, 10:10 AM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by Ciccio
is it just me or this whole thread makes no sense at all??? I mean... PixelV just wanted his scroll wheel to work... and he got more questions than answers.
And he needs to realize that this is a free forum, members answer freely and he might not get the answers he wants or needs right away or at all. Also when fixing issues, he should take one on at a time, fixing one issue might resolve into fixing another and so on.
 
Old 12-28-2002, 10:20 AM   #11
pixelV
Member
 
Registered: Dec 2002
Distribution: Slackware 8.1
Posts: 123

Original Poster
Rep: Reputation: 15
Question scroll with broken mouse

I whant to scroll web pages and documents with my old mouse,
but scroll button is broken : (
P.S. I understand you
 
Old 12-28-2002, 11:35 AM   #12
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Quote:
Originally posted by trickykid
And he needs to realize that this is a free forum, members answer freely and he might not get the answers he wants or needs right away or at all. Also when fixing issues, he should take one on at a time, fixing one issue might resolve into fixing another and so on.
Sorry, you keep talking about another problem, I know I'm missing something here... would you tell me, please, what is it?. Thanks.

PixelV. Use quotes, who do you understand? I hope it's tricky. Anyway, I use a two-button mouse so I don't know much about this... But i think that if you install the apropriate modules then all should work. I don't know with your mouse, but I'm using a Microsoft mouse (with a wheel) for windows and when I tried it on linux it gave me a few problems... Perhaps because bad drivers...

Save the
 
Old 12-28-2002, 12:31 PM   #13
almostlucky
Member
 
Registered: Apr 2002
Posts: 32

Rep: Reputation: 15
If you have a 5 button mouse (2 buttons and a wheel) make sure the mouse section of your XF86Config is similar to this :
Code:
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mice"
    Option "Buttons"     "5"
    Option "ZAxisMapping" "4 5"


If you have a 7 button mouse (4 + the wheel) do something like this:
Code:
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/input/mice"
    Option "Buttons"     "7"
    Option "ZAxisMapping" "6 7"
Then you will have to make sure your wheel is considered buttons 6 & 7. So just put this in your .xinitrc, or somewhere else that will get it executed when you start X
Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
 
Old 03-05-2003, 02:45 AM   #14
viruXx
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
and how can i place a function on the buttons 6 & 7 ?
 
Old 03-05-2003, 04:24 PM   #15
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by viruXx
and how can i place a function on the buttons 6 & 7 ?
With imwheel, instructions are here.
 
  


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 On
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
middle mouse button is paste.. but what if i dont have a mid mouse button? kublador Linux - Newbie 4 09-02-2003 08:59 AM
4 button, mouse wheel USB mouse DigiCrime Linux - Hardware 1 12-11-2002 04:15 PM
How to Enable Sroll button in Linux (to scroll documents up and down) shassouneh Linux - Software 5 06-12-2002 12:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:54 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