LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Default settings for a mouse in Fedora Core 2 (https://www.linuxquestions.org/questions/fedora-35/default-settings-for-a-mouse-in-fedora-core-2-a-184629/)

Robstro 05-22-2004 06:22 PM

Default settings for a mouse in Fedora Core 2
 
Hi
I screwed up my mouse settings trying to get the side buttons to work (Microsoft Intellimouse Explorer). I've got them working but now my mouse wheel doesn't work. I stupidly didn't back up my original xorg.conf file so I can't remember the setting that should be there. After a fresh install the mouse wheel worked, it was just the side buttons that didn't, so I was wondering what a basic mouse setup created during install would be.

Here is an extract from xorg.conf

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection

I'm not desperately bothered about the side buttons, but lack of a working wheel is really annoying. I've tried xev, it recognises every button except for wheel scrolling.

Thanks

Robbie

Technoslave 05-25-2004 07:52 AM

You could always try running mouseconfig again?

andrew 05-26-2004 11:16 PM

default fedora setup
 
this is the default setup,


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

I'm trying to get my side buttons working at the moment.


All times are GMT -5. The time now is 12:47 AM.