LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   optical mouse resolution...? (https://www.linuxquestions.org/questions/linux-newbie-8/optical-mouse-resolution-166493/)

mistik_man 04-05-2004 12:59 PM

optical mouse resolution...?
 
Hello everyone!!

I have Mandrake 9.2 on my pc. Recently I've bought an optical mouse (creative optical 5000) but instead of having a high resolution of 800dpi it seems as if the mouse is only working with 50dpi!!! It's very irritating because I have no precision at all! I can hardly hit the right buttons/menus!
The mouse is plugged in with an usb-ps/2 adapter...

Any clues on what might be the problem?
:confused:

jib2 04-05-2004 04:51 PM

I don't know if it will help, but i have an optical mouse too and i added a "resolution" option in my /etc/X11/XF86Config-4. Works fine for me.

Code:

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "1600"
EndSection


mistik_man 04-06-2004 03:44 PM

woow!solved!!
it's working fine now!

THANKS A LOT
:D


All times are GMT -5. The time now is 04:52 AM.