Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2009 21:10:08 -0500 (EST)
From:      "Michael L. Squires" <mikes@siralan.org>
To:        Paul Schmehl <pschmehl_lists@tx.rr.com>
Cc:        'Colin Albert' <colintrebla@gmail.com>, 'Free BSD Questions list' <freebsd-questions@freebsd.org>
Subject:   RE: Xorg - no mouse and no keyboard
Message-ID:  <20091204210840.W81190@familysquires.net>
In-Reply-To: <002701ca7537$0cb8a900$2629fb00$@rr.com>
References:  <015b01ca751e$02b58680$08209380$@rr.com> <4B197F38.4040008@gmail.com> <002701ca7537$0cb8a900$2629fb00$@rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I had to add the following when moving from Xorg 6 to 7 since moused no 
longer manages the mouse - hald and dbus do:

In /etc/rc.conf

# X11 7.4
#moused_enable="YES"
moused_enable="NO"
hald_enable="YES"
dbus_enable="YES"

which turns on hald and dbus.

Mike Squires





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