Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB Mouse wheel doesn't work after xfree 4.3.0 update.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Hamking
n00b
n00b


Joined: 05 Jul 2002
Posts: 67
Location: MN

PostPosted: Wed May 21, 2003 11:37 pm    Post subject: USB Mouse wheel doesn't work after xfree 4.3.0 update. Reply with quote

This is kinda wierd.

Ok, so I emerge xfree 4.3.0. Everything goes just fine. I run xf86config. Configure everything properly. I edit the XF86Config file, to have the correct video drivers working, and to add "ZAxisMapping" "4 5" to get my usb mousewheel to work.

I start X, just fine. I get the Nvidia splash screen. Mouse works(as /dev/usbmouse).
But when I go to use scroll funtionality, no dice.

Hrm... wierd. Because with the older version of xfree I was using, the mousewheel on USB worked just fine.

Here is my entry for my mouse in my XF86Config file:
Code:

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
#    Option "Device"    "/dev/mouse"
    Option "Device"      "/dev/usbmouse"
#    Option "Device"    "/dev/input/mice"
    Option "ZAxisMapping" "4 5"


Now when I comment out the line "/dev/usbmouse", and use "/dev/mouse"(my PS/2 mouse is plugged in ) the scroll wheel works just fine on it.

I'm curious as to why my usb wheel doesn't work now?
If you have any suggestions, that would be quite helpful.

Thanks :D
_________________
--Hamking :D
Back to top
View user's profile Send private message
Jimboberella
Guru
Guru


Joined: 19 Jun 2002
Posts: 358
Location: Brisbane/Australia

PostPosted: Thu May 22, 2003 5:07 am    Post subject: Reply with quote

try commenting out or changing the protocol line.
Back to top
View user's profile Send private message
st.john
Tux's lil' helper
Tux's lil' helper


Joined: 25 Nov 2002
Posts: 126
Location: Melbourne, Australia

PostPosted: Thu May 22, 2003 5:26 am    Post subject: Reply with quote

Maybe its detecting the wrong number of buttons, and because the zaxismapping needs to be the last 2 buttons its causing scrolling not to work

try adding

Code:

Option      "Buttons"       "5"
Back to top
View user's profile Send private message
Rafixus
n00b
n00b


Joined: 06 Jan 2003
Posts: 67

PostPosted: Thu May 22, 2003 5:59 am    Post subject: Reply with quote

Try changing the protocol to "IMPS2"

It worked for me
Back to top
View user's profile Send private message
Hamking
n00b
n00b


Joined: 05 Jul 2002
Posts: 67
Location: MN

PostPosted: Fri May 23, 2003 12:44 am    Post subject: Reply with quote

HEY! That worked. IMPS/2

I see now what had changed from the previous version of X. It was that new "auto" thing.

cool. Hehe.. I guess I would have figured that out, hadn't I hastily copied my XF86Config file into my /X11/ directory. I accidently over wrote the old one, without making a backup.

Oh well, live and learn.

SWEET!

Thanks guys :D
_________________
--Hamking :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum