![](https://secure.gravatar.com/avatar/3cf8ae304409c53b006b47101fe61e34.jpg?s=120&d=mm&r=g)
Hi all, I'm sorry about this, but I'm at a complete loss. Everything I've tried gets me nowhere. Problem: keyboard and mouse do not work in X There seem to be no noticeable errors in the X logs. Where do I start ? I've tried: * recompiling xorg-server * recompiling xorg-server then xorg-xf86-input-evdev * recompiling all of xorg (prt-get quickdep xorg) * recompiling hal * ensuring hald is running * recompiling udev * ensuring udev is running cheers James -- -- "Problems are solved by method"
![](https://secure.gravatar.com/avatar/798d804678876e0989972e4542671a01.jpg?s=120&d=mm&r=g)
Hi James, did you try this in xorg.conf? : Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Cheers Volker -----Ursprüngliche Nachricht----- Von: James Mills <prologic@shortcircuit.net.au> Gesendet: 14.06.2010 07:04:03 An: crux@lists.crux.nu Betreff: Xorg keyboard/mouse
Hi all,
I'm sorry about this, but I'm at a complete loss. Everything I've tried gets me nowhere.
Problem: keyboard and mouse do not work in X
There seem to be no noticeable errors in the X logs.
Where do I start ?
I've tried: * recompiling xorg-server * recompiling xorg-server then xorg-xf86-input-evdev * recompiling all of xorg (prt-get quickdep xorg) * recompiling hal * ensuring hald is running * recompiling udev * ensuring udev is running
cheers James
-- -- "Problems are solved by method" _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
![](https://secure.gravatar.com/avatar/3cf8ae304409c53b006b47101fe61e34.jpg?s=120&d=mm&r=g)
On Mon, Jun 14, 2010 at 3:39 PM, Volker Beyer <vbeyer@web.de> wrote:
Hi James,
did you try this in xorg.conf? :
Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection
tilman actually helped me solve this on IRC just now. (Thank you). But I'll share what the problem was: For some reason on my system (maybe because of an older kernel?) I have /dev/event* devices. the 10-evdev.conf file in /usr/share/X11/xorg.conf.d/ expects the input devices to be in /dev/input/event* (which they are not on my system). I'm tempoarily fixed the problem b y manually editing this file. I'm also going to upgrade to a later kernel (2.6.30.5) and try to ensure I've compiled all the right things in. cheers James
participants (2)
-
James Mills
-
Volker Beyer