LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mouse not working with XFree86 (https://www.linuxquestions.org/questions/linux-general-1/mouse-not-working-with-xfree86-642932/)

JMJ_coder 05-17-2008 06:18 PM

Mouse not working with XFree86
 
Hello,

This is actually an issue on NetBSD, but I figured that those here familiar with XFree86 might be able to help. X starts, but the mouse doesn't move. The mouse is just a cheap HP PS/2 ball mouse with a scroll wheel. The server is XFree86 4.5.0. My mouse section for XF86Config is:

Code:

Section "InputDevice"
    Identifier "Mouse1"
    Driver    "mouse"
    Option    "Protocol" "wsmouse"
    Option    "Device"  "/dev/wsmouse"
EndSection

I suspect that the issue is with the protocol, but I'm not certain. I have tried PS/2, BusMouse, Auto, SysMouse, IMPS/2, Microsoft, IntelliMouse, Logitech, I probably tried one or two others that I can't recall.

X starts up (which won't happen if I change the device - I've tried), the mouse cursor appears, but it won't move.


Any suggestions?

koen plessers 05-19-2008 01:06 PM

Hello

I'm not familiar with NetBSD, but according to http://ftp.vim.org/windows/X/release...c/README.mouse you should use

Option "Device" "/dev/wsmouse0"

Good luck

Koen


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