PDA

View Full Version : Mouse does not work


pedtr
28th April 2004, 12:15 PM
I have just recently installed Fedora Core 1 and everything went well except for the mouse.

I have a standard MS optical PS/2 connected wheel mouse, and every time I log on to KDE I have to start the mouse configuration program using my keyboard and select the mouse again. Then it work fine until I log out.

It does not work at all on the log-on screen outside KDE.

What have I done wrong? I selected the same type of mouse during installation as I select inside KDE after each log-on.

gonzalo76
28th April 2004, 06:29 PM
You should take a look at your /etc/X11/XF86Config and edit it as root like mine under 'InputDevice' Section:

# /etc/X11/XF86Config

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

Hope this helps...
Good Luck