On Wednesday 05 of November 2008, Adam Jackson wrote:

>       xfree86: if AllowEmptyInput is true, enable RAW mode on the console.

In non-hal setup (--disable-config-hal) AllowEmptyInput is automaticly true 
and this means:

"(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be 
disabled."

and my mouse and keyboard stops working.

From log:
(==) Automatically adding devices
(==) Automatically enabling devices

The code has: xf86Info.allowEmptyInput = (xf86Info.autoAddDevices && 
xf86Info.autoEnableDevices); 

and these are both auto*Devices are true in ./hw/xfree86/common/xf86Config.c 
by default..

After adding AllowEmptyInput "false" my mouse and keyboard is back.

This doesn't look correct, right?
-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to