Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Getting Scroll Wheel Working on mouse
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
PeaceTank
n00b
n00b


Joined: 27 Dec 2004
Posts: 51
Location: Illinois

PostPosted: Mon Jan 03, 2005 3:18 am    Post subject: Getting Scroll Wheel Working on mouse Reply with quote

I've gotten X all configured using one of the provided scripts but my mouse's scroll wheel doesn't work now. I've added:

Option "ZaxisMapping" "4 5"

to the xorg.conf file in /etc/X11 but it still doesn't want to work. the mouse section of my xorg.conf file reads as follows:

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "ZaxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection


Please Help!
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Mon Jan 03, 2005 3:20 am    Post subject: Reply with quote

Try changing the Protocol option to "IMPS/2" and your Device to "/dev/input/mice".
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
PeaceTank
n00b
n00b


Joined: 27 Dec 2004
Posts: 51
Location: Illinois

PostPosted: Mon Jan 03, 2005 3:28 am    Post subject: Reply with quote

thanks! that did the trick!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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