LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Mouse with Scroll button (FreeBSD 5.3) xorg.conf (https://www.linuxquestions.org/questions/%2Absd-17/mouse-with-scroll-button-freebsd-5-3-xorg-conf-244648/)

x86br 10-19-2004 10:42 AM

Mouse with Scroll button (FreeBSD 5.3) xorg.conf
 
Can anyone help me with my mouse ? Scroll button dont works !

xorg.conf :
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
#Option "Protocol" "auto" --> I tried it also
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection



/etc/rc.conf :
moused_enable="YES"
moused_flags="-z 4 5"
moused_port="/dev/psm0"
moused_type="intellimouse"


Any idea ? Help ?
TIA MATES

vectordrake 10-19-2004 03:24 PM

That seems to be what I have for Linux and x.org (except for sysmouse, of course). I know there was a difference between them with the case if "IMPS/2", but I think that's ironed out now.

Is it a PS/2 mouse? Or a USB?

x86br 10-19-2004 04:43 PM

PS/2

any idea ?

TIA

vectordrake 10-19-2004 06:27 PM

Without installing FreeBSD (which I may do anyways - just don't wanna play with Linux/FreeBSD/Windows bootloader right now), i can't suggest anything much except to try changing the "IMPS/2" to "ImPS/2" and see if it works.

Everything looks right. You've tried /dev/sysmouse, /dev/psm0, "auto", "IMPS/2". You have the ZAxisMapping entry (the biggie - doesn't always need the "Buttons" "5" option). Damn X syntax keeps changing!

Of course, getting to this point, i assume that your mouse works as a regular non-scrolling one...hmmm.

x86br 10-20-2004 11:49 AM

It's working now... Thanks for all help

I did:
/etc/rc.conf :
moused_enable="YES"
moused_flags="-z 4 5" < ---- deleted it !!!
moused_port="/dev/psm0"
moused_type="intellimouse"

vectordrake 10-20-2004 12:17 PM

Its always something small. Thanks, I'll try to remember that, as I am thinking about installing either FreeBSD or NetBSD again. I may need to know that too. ;)

mrcheeks 10-20-2004 06:33 PM

i just wanted to add that imps/2 is a linux thing not a bsd thing, imps/2 would not work on bsd.


All times are GMT -5. The time now is 11:31 AM.