LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mouse can't scroll. Driving me nuts! (https://www.linuxquestions.org/questions/linux-general-1/mouse-cant-scroll-driving-me-nuts-163152/)

jcrapps 03-27-2004 05:11 PM

Mouse can't scroll. Driving me nuts!
 
Ok, here's the config file. I've got RH8. Not sure why this doesn't work.

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

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

vi0lat0r 03-27-2004 05:37 PM

Have you restarted your computer since you made those changes?

jcrapps 03-27-2004 05:53 PM

boy do i feel retarded. works now! thanks violator.

mi6 03-27-2004 05:58 PM

...and for those of you that enjoy long uptimes, just restart your X server or ctl alt bksp!


All times are GMT -5. The time now is 06:34 AM.