Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2008 07:58:53 +0530
From:      wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)
To:        freebsd-questions@freebsd.org
Subject:   Re: usb mouse is detected by fbsd 7 but not X
Message-ID:  <87k5gbhaqi.fsf@chateau.d.lf>
In-Reply-To: <48642B1A.1010403@wiegand.org> (chip@wiegand.org's message of "Thu, 26 Jun 2008 16:49:46 -0700")
References:  <48642B1A.1010403@wiegand.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--==-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

,--- 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...:

=2D--->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
=2D---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:

=2D--->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
=2D--->8---->8----

HTH
=2D-=20
=B7-- =B7- =B7=B7=B7=B7 =B7--- =B7- =B7=B7=B7- =B7- =B7--=B7-=B7 --=B7 -- =
=B7- =B7=B7 =B7-=B7=B7 =B7-=B7-=B7- -=B7-=B7 --- --

--==-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhkUGoACgkQHy+EEHYuXnS77ACePRtjS5J23F/B3AeV87/f/CWf
zfEAnRA5kVuZ6gH8cFH01Ig4imCdgmNg
=t80c
-----END PGP SIGNATURE-----
--==-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87k5gbhaqi.fsf>