[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg pointer (mouse)



I had the same issue. I solved it with the follwing lines in my xorg:

Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection

Section "InputDevice"
Identifier               "Default mouse"
Driver                   "mouse"
Option "Device"          "/dev/ums0"
Option "Protocol"        "auto"
Option "SendCoreEvents"  "true"
EndSection

It seems to be a bug in hal.

Guillermo

Yes, I tried that but get an error,
so some other program (hal?)
appears to have claimed /dev/ums0

What is your installed kernel version,
"dpkg -la | grep kfreebsd-image",
what is your running kernel version ?

Petr


Reply to: