Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 16:58:21 +0000
From:      Paul Schmehl <pschmehl_lists@tx.rr.com>
To:        Ben Stuyts <ben@altesco.nl>, stable@freebsd.org
Subject:   Re: Xorg keyboard and mouse hung
Message-ID:  <D23E3158716F1487FB6A4826@utd65257.utdallas.edu>
In-Reply-To: <660A86EE-A365-42C3-A1DF-15AC7B03C813@altesco.nl>
References:  <660A86EE-A365-42C3-A1DF-15AC7B03C813@altesco.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
--On Wednesday, June 10, 2009 10:02:39 -0500 Ben Stuyts <ben@altesco.nl> wrote:

>
> Hi,
>
> I've upgrade two FreeBSD 7-stable workstations to the latest kernel/
> world of today, and now the mouse and keyboard don't react anymore in
> the Xorg / KDE login window. Mouse doesn't move, keyboard characters
> don't appear in the login prompt. I can still switch back with ctl-alt-
> F1 to a console login, and there both the keyboard and mouse still work.
>
> I have attached dmesg.boot and Xorg.0.log. I'm not using a xorg.conf
> as the default settings used to work fine.
>
> Any ideas?
>

Sure.  In your Xorg.0.log file:

"(==) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput"

add dbus_enable="YES" and hald_enable="YES" to /etc/rc.conf.  Then start them 
both manually (/usr/local/etc/rc.d/hald start and /usr/local/etc/rc.d/dbus 
start).  Then restart X (Ctrl-Alt-Bkspc)

-- 
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
*******************************************
Check the headers before clicking on Reply.




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