Problem with xorg-server-1.8.1
After upgrading xorg-server from 1.7.6 to 1.8.1, I was not able to get my input devices (mouse and keyboard) recognised. The intel video driver worked after being rebuilt against the new server, but rebuilding the input device drivers had no effect. I have now restored the old version and its drivers and everything works normally. -- Hazel Russman <hazel_russman@yahoo.co.uk>
Hazel, I had the same problem and was able to fix it by adding the following line to my xorg.conf file. Section "ServerFlags" Option "AutoAddDevices" "False" EndSection I also found a second way to fix the problem. I needed to have hal running and enable input events in my kernel .config (and recompile the kernel). I hope this helps. Mike ________________________________ From: Hazel Russman <hazel_russman@yahoo.co.uk> To: Crux <crux@lists.crux.nu> Sent: Fri, May 21, 2010 12:06:36 PM Subject: Problem with xorg-server-1.8.1 After upgrading xorg-server from 1.7.6 to 1.8.1, I was not able to get my input devices (mouse and keyboard) recognised. The intel video driver worked after being rebuilt against the new server, but rebuilding the input device drivers had no effect. I have now restored the old version and its drivers and everything works normally. -- Hazel Russman <hazel_russman@yahoo.co.uk> _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
On Fri, May 21, 2010 at 02:07:47PM -0700, Michael Norris wrote:
I also found a second way to fix the problem. I needed to have hal running and enable input events in my kernel .config (and recompile the kernel). I hope this helps.
Mike
HAL is not used by xorg-server 1.8 in any way. it depends on udev to supply input devices. As to why "it doesnt work", i dont know. perhaps it has something to do with evdev not being installed and supported by the kernel. some logs would help to track down the problem (as usual). -- /Fredrik Rinnestam
participants (3)
-
Fredrik Rinnestam
-
Hazel Russman
-
Michael Norris