You are not logged in.

#1 2005-12-12 11:24:18

ohioj
Member
Registered: 2005-12-08
Posts: 11

scroll wheel not working.

Hello,

I am using the version of Arch from about 2 months ago. I installed the base system, then rebooted, then pacman'd Gnome and Xfce4. My mouse is a usb (IBM Thinkpad). It works just fine, but the scroll wheel will not work. Well, the pushing it works, but that's not what I need.
Every thing I choose in Xcfg (auto, ps/2, ..........)  does not fix the problem.

??????????
thx.


linuxreport.bravehost.com    (my site in progress)

Offline

#2 2005-12-12 11:45:51

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: scroll wheel not working.

Add to the mouse section of your xorg.conf:

Option "ZAxisMapping" "4 5"

This will enable button 4 and 5 of your mouse (scroll up / down)

Offline

#3 2005-12-12 15:44:19

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

I'll try it.


linuxreport.bravehost.com    (my site in progress)

Offline

#4 2005-12-12 15:47:59

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Offline

#5 2005-12-12 16:41:50

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

do dice.


linuxreport.bravehost.com    (my site in progress)

Offline

#6 2005-12-13 03:55:22

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

I think your post meant to report "no dice".

I have the same trouble with my arch system in Kernel 2.6.14-4 booted from the arch 0.7.1 CD.

I have the proper entries in Xorg.  My system performs correctly in Kernel 2.6.13 which I am using at the moment.

Will monitor your progress.

Merry Christmas!


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#7 2005-12-16 13:30:34

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

yes, NO DICE.


linuxreport.bravehost.com    (my site in progress)

Offline

#8 2005-12-16 13:47:38

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

I added the following to my mouse section of org.conf -

Option "Buttons" "6"
    Option "ZAxisMapping" "5 6"
    Option "Emulate3Buttons" "off"
    Option "EmulateWheel" "on"
    Option "EmulateWheelButton" "4"

this works, but it needs tweaking. The wheel only will scroll down. When I try to go up, it acts
as a page back button.


linuxreport.bravehost.com    (my site in progress)

Offline

#9 2005-12-16 14:07:45

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "ImPS/2"
    Option        "Device" "/dev/psaux"
        Option "Buttons" "3"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons" "on"
        Option "EmulateWheel" "on"
        Option "EmulateWheelButton" "4"
EndSection

This makes the scroll wheel scroll down, but not up again.  ??????????

it get's better and better don't it.


linuxreport.bravehost.com    (my site in progress)

Offline

#10 2005-12-16 14:48:37

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: scroll wheel not working.

pointer = 1 2 3 6 7 4 5

in .Xmodmap maybe


Mr Green

Offline

#11 2005-12-16 14:55:12

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: scroll wheel not working.

something like:

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

doesn't work?

Dusty

Offline

#12 2005-12-16 15:55:02

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: scroll wheel not working.

I thought all this stuff was in wiki  :?


Mr Green

Offline

#13 2005-12-16 16:19:17

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

It sure beats all!!

Install by archCD 0.7.1 provided the params for the USB mouse in my system which does not scroll. The params are correct per the wiki info.

I suspect that KDE muddies the waters to eliminate the function in my system since the scroll works correctly in 2.6.13 kernel with Kde and the params are per the wiki.

Your trials provide interesting results which might point the finger elsewhere.  The wiki doesn't always apply, I would say based on the comparison I have with the two kernels...-13 and -14.  Something is missing in the big picture.....

Have carpl tunnel syndrome so scroll is very helpful.

I will monitor your efforts...good hunting!


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#14 2005-12-19 12:45:51

ohioj
Member
Registered: 2005-12-08
Posts: 11

Re: scroll wheel not working.

here it is.....every function works.

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "ImPS/2"
    Option        "Device" "/dev/psaux"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons" "on"
EndSection


linuxreport.bravehost.com    (my site in progress)

Offline

#15 2005-12-20 22:31:28

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

Pleased to see your success in setting up your mouse scroll.

I have tried adding the  option  Emulate3Buttons  "on".... to my xorg but it didn't solve my problem.

I have upgraded via -Syu on both HDD systems and my two HDD"s deliver different scroll response with the same xorg.conf.

The xorg.conf is identical in each , one works and the other doesn't.

I will attempt the full change as per your post and report back.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#16 2005-12-20 22:50:57

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

Mouse still runs OK but scroll not functioning as before the change.

Now have two HDD's with different xorg.conf entries for the USB mouse but the same kernel.

Only difference was that this HDD was derived from arch0.7.1CD and the scroll does not function whereas the workng scroll kernel was initially derived from arch0.7CD.

Now my xorg.conf is also different but only the scroll is affected AFAICT.

What is the secret ?  The plot sickens!!!

Merry Christmas to all and a new scroll for lilsirecho!!!


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#17 2005-12-20 23:20:15

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

More!!!!!

Modified the xorg.conf with nano editor to your suggested config.  Rebooted.  No scroll.

tDiscovered the file reverted back to original config thus no loss of mouse if the new conf. isn't OK because it didn't load the new config.

Don't know if the file can be modified by nano editor with the .hwd trailer.

Checking the file after again editing by re-calling it showed it never got changed!!!

Now what?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#18 2005-12-21 03:31:27

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: scroll wheel not working.

ohioj;

Solved my problem by  installation of xorg.conf.hwd "SAMPLE" into /etc/X11/xorg.conf with the "mv" command.


Merry Christmas!!! big_smile


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB