Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems With The Scroller On My Mouse
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
ShadowMetis
Apprentice
Apprentice


Joined: 03 Feb 2005
Posts: 181
Location: Newburgh, NY

PostPosted: Fri Feb 11, 2005 9:27 pm    Post subject: Problems With The Scroller On My Mouse Reply with quote

I have a mouse with the little scroll button in the middle. It's a really handy thing to have for reading long pages in a browser and such. For some reason it's not working though. The button functions of it work, but not the scrolling functions. Is there soemthing I should have enabled in the kernel? Is there a package I need to install? Something else I need to enable?
Back to top
View user's profile Send private message
flazz
Guru
Guru


Joined: 22 Nov 2003
Posts: 496
Location: Florida

PostPosted: Fri Feb 11, 2005 9:30 pm    Post subject: Reply with quote

you want something like this in xorg.conf
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/mouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "5"
EndSection
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Fri Feb 11, 2005 10:41 pm    Post subject: Reply with quote

Depending on your mouse, besides the settings in xorg.conf you might have to run something like xmodmap -e "pointer = 1 2 3 6 7 4 5".

Moved from Installing Gentoo.
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