Date: Fri, 8 Jan 2010 19:25:04 -0500 (EST) From: Frank <frank_s@bellsouth.net> To: Steven Friedrich <freebsd@insightbb.com> Cc: freebsd-stable@freebsd.org Subject: Re: USB problems on 8.0-STABLE Message-ID: <alpine.BSF.2.00.1001081923400.1449@Ace.nina.org> In-Reply-To: <201001081910.10797.freebsd@insightbb.com> References: <alpine.BSF.2.00.1001081737490.1449@Ace.nina.org> <201001081910.10797.freebsd@insightbb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Jan 2010, Steven Friedrich wrote:
>>
> Check your /etc/X11/xorg.conf
>
> Make sure Option "AllowEmptyInput" is not on, 1, true, etc. We needed this
> option as a temporary work-around when a bug existed during the code freeze
> during the FreeBSD8.0 release process. So if you install FreeBSD 8.0-RELEASE
> from any media, to get Xorg to "see" your mouse, you'll have to add this
> option to the ServerOptions section of xorg.conf.
> If you then update your ports, you'll get a newer Xorg than was frozen for the
> 8.0 RELEASE, and you'll have to remove the option.
This is what I have in /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AutoAddDevices" "on"
Option "AutoEnableDevices" "on"
Option "AllowEmptyInput" "off"
EndSection
--
Frank
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1001081923400.1449>
