X take no mouse nor keyboard input

Zhang Weiwu zhangweiwu at realss.com
Mon Jan 4 09:19:08 UTC 2010


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



More information about the freebsd-x11 mailing list