LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-22-2005, 12:59 PM   #1
deus_machinarum
Member
 
Registered: Aug 2003
Location: Vienna, Austria
Distribution: Linux Mint 10
Posts: 31

Rep: Reputation: 15
Scrolling Wheel not working


hi all

I'm using FluxBox on a Suse 9.3 and ever since updating from 9.2 the mouse scrolling wheel just won't work :-(

It's a logitech, two button+wheel, optical mouse connected on a USB port

Any ideas where I might reconfigure that?

thx,
dm
 
Old 09-22-2005, 01:03 PM   #2
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Replace the mouse section in the /etc/X11/xorg.conf with this.

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

http://wiki.archlinux.org/index.php/...e_scroll_wheel
 
Old 09-22-2005, 01:27 PM   #3
deus_machinarum
Member
 
Registered: Aug 2003
Location: Vienna, Austria
Distribution: Linux Mint 10
Posts: 31

Original Poster
Rep: Reputation: 15
in the file it says "Do not edit this file, it has been automatically generated by sax"
Can I ignore that safely?

thx
dm
 
Old 09-22-2005, 02:06 PM   #4
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
I edited mine (Slackware) and it worked for me. I would say yes in SUSE too.
 
Old 09-22-2005, 02:10 PM   #5
deus_machinarum
Member
 
Registered: Aug 2003
Location: Vienna, Austria
Distribution: Linux Mint 10
Posts: 31

Original Poster
Rep: Reputation: 15
i did that, restarted everything but it still is not working

any more ideas anyone?

thx in advance
 
Old 09-22-2005, 04:49 PM   #6
koodoo
Member
 
Registered: Aug 2004
Location: a small village faraway in the mountains
Distribution: Fedora Core 1, Slackware 10.0 | 2.4.26 | custom 2.6.14.2, Slackware 10.2 | 11.0, Slackware64-13
Posts: 345

Rep: Reputation: 33
Post the mouse section of your /etc/X11/xorg.conf
 
Old 09-22-2005, 05:03 PM   #7
teebones
Member
 
Registered: Aug 2005
Location: /home/teebones
Distribution: sometimes this, sometimes that..
Posts: 502

Rep: Reputation: 56
the Option "Protocol" is very important on this one for ZAxisMapping to work..
If you use a USB mouse and the protocol is set to PS/2, change it to IMPS/2. it should work then.
(tried it on Slack, gentoo, fedora and debian)

Last edited by teebones; 09-22-2005 at 05:04 PM.
 
Old 09-22-2005, 05:39 PM   #8
deus_machinarum
Member
 
Registered: Aug 2003
Location: Vienna, Austria
Distribution: Linux Mint 10
Posts: 31

Original Poster
Rep: Reputation: 15
here is the relevant section from my xorg.conf:

//this is for my touchpad, dunno if it's actually relevant
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Name" "SynPS/2 Synaptics TouchPad"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
EndSection

//the old config, as generated by sax2
#old mouse config
#Section "InputDevice"
# Driver "mouse"
# Identifier "Mouse[3]"
# Option "Device" "/dev/input/mice"
# Option "EmulateWheel" "on"
# Option "EmulateWheelButton" "4"
# Option "InputFashion" "Mouse"
# Option "Name" "USB-Mouse;IMPS/2 on USB"
# Option "Protocol" "imps/2"
# Option "ZAxisMapping" "4 5"
#EndSection

//the one I use now
Section "Input Device"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

As you can see i tried changing the protocol which did not help.
I'm wondering about two things:
1)I only have two buttons plus the wheel on my mouse. So is the thing with 4 and 5 right? I read that a wheel occupies two buttons, so shouldn't it be 3 and 4 in my ZAxisMapping since I only use 1 and 2 as real buttons?
2)Could it be that I need to add a section "Pointer" so that the applications know what's going on? read that somewhere too, not sure if I got it right....

your help is appreciated

dm
 
Old 09-22-2005, 05:45 PM   #9
Charred
Member
 
Registered: Mar 2005
Location: Utah, USA
Distribution: Slackware 11
Posts: 816
Blog Entries: 2

Rep: Reputation: 30
You should be able to click with your wheel too.
 
Old 09-23-2005, 09:59 AM   #10
deus_machinarum
Member
 
Registered: Aug 2003
Location: Vienna, Austria
Distribution: Linux Mint 10
Posts: 31

Original Poster
Rep: Reputation: 15
yeah I am able to click with my wheel. what does that imply for the Buttons option?
should i add it? if so what number?

clicking in firefox causes google to be loaded, in OO it serves as a paste function

I stumbled acroos the "CorePointer" Option in several people's xorg.conf file, could that be related to my problem?

Any input is greatly appreciated

dm
 
Old 09-23-2005, 06:09 PM   #11
Charred
Member
 
Registered: Mar 2005
Location: Utah, USA
Distribution: Slackware 11
Posts: 816
Blog Entries: 2

Rep: Reputation: 30
Left click, right click and center click are buttons 1,2, and 3; wheel up and down are 4 and 5. That's why it's "ZAxisMapping" "4 5". Have you tried setting your protocol to "Auto"?

Edit:
I know nothing about "core pointer" options. Sorry.
If you search this site, you will find information on setting up a secondary mouse, which is what it looks like you're doing. Perhaps one of those threads could provide some extra insight?

Last edited by Charred; 09-23-2005 at 06:12 PM.
 
  


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
PS2 wheel mouse/wheel not working jayhel Linux - Hardware 2 06-18-2006 06:54 PM
mouse wheel for scrolling, but not for pasting anneser Linux - Newbie 1 12-11-2004 07:04 AM
Mouse wheel scrolling too much. Hammett Linux - Hardware 0 08-18-2004 08:41 AM
Wheel Scrolling 123 Paul Linux - Hardware 5 02-09-2004 01:38 PM
XMMS Scrolling not working.. crab_2004 Linux - Software 1 01-02-2004 07:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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