LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-07-2003, 04:49 AM   #1
evano
LQ Newbie
 
Registered: Apr 2003
Location: Brisbane
Distribution: Slackware
Posts: 19

Rep: Reputation: 0
Exclamation mouse scroll doesn't work


Hey,
silly question really...
i've just got a new Logitech Cordless Navigator Duo™ SE, which btw is fuckn sweet as. However i can't get the scroll on the mouse working?
can someone tell me the file and command to edit
thanks in advance
evano
 
Old 05-07-2003, 05:33 AM   #2
mayankjohri
Member
 
Registered: Mar 2002
Location: INDIA
Distribution: Mandrake Linux 9.2, Knoppix 3.0
Posts: 158

Rep: Reputation: 30
mouseconfig in redhat and mousedrake in mandrake
 
Old 05-07-2003, 05:37 AM   #3
evano
LQ Newbie
 
Registered: Apr 2003
Location: Brisbane
Distribution: Slackware
Posts: 19

Original Poster
Rep: Reputation: 0
i use slackware.....
 
Old 05-07-2003, 05:43 AM   #4
evano
LQ Newbie
 
Registered: Apr 2003
Location: Brisbane
Distribution: Slackware
Posts: 19

Original Poster
Rep: Reputation: 0
and one other thing...does anyone know of any software that supports the additional buttons on this keyboard, see link for full descritption of function keys

http://www.logitech.com/index.cfm?pa...1&languageid=1

thst it there btw
thanks again
evano
 
Old 05-07-2003, 02:05 PM   #5
C++freak
Member
 
Registered: Apr 2002
Location: NB, Canada
Distribution: Gentoo
Posts: 180

Rep: Reputation: 30
scroll mouse..

evano, the file you need to edit is /etc/X11/XF86Config , log in as root (in good old command line), open it up with your favorite text editor (I like pico, the command is pico /etc/X11/XF86Config), go down to where you see a section about your mouse, and add this line

Option "ZaxisMapping" "4 5"

Save it (In pico its ^CTRL + O to save), and startx (or if you are in a virtual console get back into X, and do ^CTRL + ALT + Backspace to restart the X server so the changes take effect.)

and the scroll mouse *should* work..

Last edited by C++freak; 05-07-2003 at 02:06 PM.
 
Old 05-07-2003, 03:47 PM   #6
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by mayankjohri
mouseconfig in redhat and mousedrake in mandrake
hecresper looks around. hmm, yep I'm in the Slackware forum!
 
Old 05-07-2003, 09:23 PM   #7
evano
LQ Newbie
 
Registered: Apr 2003
Location: Brisbane
Distribution: Slackware
Posts: 19

Original Poster
Rep: Reputation: 0
thx c++ freak, worked without a hitch...
 
Old 05-07-2003, 09:49 PM   #8
C++freak
Member
 
Registered: Apr 2002
Location: NB, Canada
Distribution: Gentoo
Posts: 180

Rep: Reputation: 30
Glad I could help.
 
Old 05-12-2003, 05:28 PM   #9
sehris
LQ Newbie
 
Registered: May 2003
Posts: 21

Rep: Reputation: 15
i'm still having issues trying to get my mouse wheel to work :/ . i'm using an MS usb optical mouse. this is how my xconfig file looks like in /etc/X11 . i'm using slack 9.
**********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

# Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
 
Old 05-12-2003, 05:38 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Getting any errors related to your mouse
in /var/log/XFree86.0.log?

Cheers,
Tink
 
Old 05-12-2003, 05:43 PM   #11
sehris
LQ Newbie
 
Registered: May 2003
Posts: 21

Rep: Reputation: 15
i tailed the log file:

(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Buttons" "5"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded


doesn't look like there were any problems loading.
 
Old 05-12-2003, 06:32 PM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
The only differenc between yours and
my section is the lack of buttons 5 in
my one, and my wheel works fine :0

Cheers,
Tink
 
Old 05-12-2003, 07:10 PM   #13
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Rep: Reputation: 30
sehris : in your XF86Config file try uncommenting :

# Option "Protocol" "Auto"

and making it

Option "Protocol" "IMPS/2"

Hope this helps you!
 
Old 05-12-2003, 07:34 PM   #14
chemzar
LQ Newbie
 
Registered: May 2003
Location: Storrs, CT
Distribution: Slackware 9.0
Posts: 13

Rep: Reputation: 0
Quote:
Originally posted by evano
and one other thing...does anyone know of any software that supports the additional buttons on this keyboard, see link for full descritption of function keys

http://www.logitech.com/index.cfm?pa...1&languageid=1

thst it there btw
thanks again
evano
Here is a great article that I found on google a while ago. Hope it helps. Basically what you do is use xev to determine if the keys are mapped and x recognizes them, then modifies the files to give them a symbol you can use. Then you can use them in your programs to do whatever you want. For example, you can map the windows-E key to open your file manager (im still used to the windows hotkeys and they're there to use).

http://igloo.its.unimelb.edu.au/Webm.../msg00468.html
 
Old 05-12-2003, 11:03 PM   #15
sehris
LQ Newbie
 
Registered: May 2003
Posts: 21

Rep: Reputation: 15
Quote:
The only differenc between yours and
my section is the lack of buttons 5 in
my one, and my wheel works fine :0
i've tried either way and still same result :\


Quote:
sehris : in your XF86Config file try uncommenting :

# Option "Protocol" "Auto"

and making it

Option "Protocol" "IMPS/2"
i was planning on doing this soon but got a bit tired and just played around with getting used to installing stuff from source. i don't get why anyone would want to bother with rpm's when installing stuff from source is so simple and straight forward. as long as you look at the readme file or the install instruction's on the software's website, it goes off without a hitch!

anyway back to topic (sorry about that lol), unfortunately i'm not at home right now and can't get out of the firewall here to telnet into my box to try it :\ . i'll let you know how it goes.
 
  


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
mouse scroll doesn't work citrus Linux - General 2 02-19-2004 04:02 AM
Scroll feature in Logitech Scroll mouse does not work ssmaitra Linux - Hardware 6 11-11-2003 07:43 AM
scroll on mouse can't work phatish Linux - Newbie 9 09-05-2003 12:00 AM
Sorry, but my mouse scroll STILL doesn't work... BorgKing Linux - Hardware 1 06-15-2002 06:50 AM

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

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