usb mouse is detected by fbsd 7 but not X

Ashish Shukla आशीष शुक्ल wahjava.ml at gmail.com
Fri Jun 27 02:28:41 UTC 2008


,--- Chip  writes:
| Just installed FBSD 7, after being gone from FBSD the last 3
| years. During boot I see that the mouse is detected as ums0, but
| cannot get it to work in X11. I cannot find any xorg.conf. or
| xorg.conf.new files. I have gnome installed and working, so I know X
| is working properly. Any suggestions on the usb mouse?

When you plugin your USB mouse, is any moused corresponding to ums0 gets
started, hmm...:

---->8---->8----
abbe [~] monte-cristo% ps -A |grep moused |grep ums0
 1280  ??  Ss     0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I
 /var/run/moused.ums0.pid
----8<----8<----

If not, then make sure you've moused is enabled in your /etc/rc.conf.

If yes, then create an xorg.conf using Xorg -configure and make sure it
has following into it:

---->8---->8----
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "SysMouse" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "SysMouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection
---->8---->8----

HTH
-- 
·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080627/e03fed1a/attachment.pgp


More information about the freebsd-questions mailing list