Date: Mon, 4 Jan 2010 10:12:15 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Zhang Weiwu <zhangweiwu@realss.com> Cc: freebsd-x11@freebsd.org Subject: Re: X take no mouse nor keyboard input Message-ID: <alpine.BSF.2.00.1001040940030.4840@wonkity.com> In-Reply-To: <4B41B286.3010707@realss.com> References: <4B419C66.7090808@realss.com> <4B41A5A9.9040100@infracaninophile.co.uk> <4B41B286.3010707@realss.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Jan 2010, Zhang Weiwu wrote: > Matthew Seaman ??: >> Sounds like dbus / hald breakage. Are those two daemons running? > No, none of them are running. I don't know I was expected to get them > running first. When I learn FreeBSD (5 years ago) such thing was not > mentioned in the handbook:) > > Should I start to read some new version of handbook on getting both running? >> >> What do you see in /var/log/Xorg.0.log ? > Ah, It says > > AllowEmptyInput is on... > > I don't know why I overlooked checking Xorg.0.log > > So the problem is "solved" by adding this to xorg.conf > > Section "ServerFlags" > Option "AllowEmptyInput" "False" > EndSection AllowEmptyInput is a source of problems and best avoided. If you want to manually configure keyboard and mouse in xorg.conf instead of letting hal/dbus do it, use Option "AutoAddDevices" "Off". Or rebuild xorg-server without hal support; it's a port option. -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1001040940030.4840>