LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mouse config (https://www.linuxquestions.org/questions/linux-hardware-18/mouse-config-30132/)

lil_becky 09-11-2002 10:14 AM

mouse config
 
i know this question is quite boring..but how do i configure my mouse? :)

becky

MasterC 09-11-2002 11:15 AM

To do what?

mouseconfig works in slack, but if you just have a ps2 mouse, you shouldn't be having many problems.

Cool

Config 09-11-2002 12:50 PM

The mouse configuration is in the Xfree config file. Either do it by hand, or use the config-tools that came with redhat

lil_becky 09-11-2002 11:38 PM

what config tools? :) (i'm kinda of a newbie with linux)
(i've got r.h. 7.1):newbie:

hope u can help,
becky

linux_learner 09-12-2002 03:59 AM

it really depends on the distro. most distro's still use mouseconfig, some like mandrake use harddrake (a graphical tool) ofcourse you can add things to your distro to make it more to your liking, buts something else

Aussie 09-13-2002 08:27 AM

Open the file /etc/X11/XF86Config-4 in a text editor and look at Section "InputDevice". This is mine (for a 5 button optical ps/2 mouse),
Code:

Section "InputDevice"

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"

    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/psaux"
    Option "Buttons"    "7"
    Option "ZAxisMapping" "6 7"

EndSection

Yours will not look the same but if you post what you have there now plus the details on what sort of mouse you have I'm sure we can point you in the right direction.


All times are GMT -5. The time now is 02:49 AM.