![](https://secure.gravatar.com/avatar/3cf8ae304409c53b006b47101fe61e34.jpg?s=120&d=mm&r=g)
Hey guys, Appreciate some help :) Recently upgraded my desktop (which included Xorg updates). At the same time I decided to switch back to XFCE4. XFCE4 and Compiz seem to startup okay via startx but I'm not getting a working Keyboard or Mouse. startx log: https://gist.github.com/1d9873e016f221592273 /var/log/Xorg.0.log: https://gist.github.com/5adfc5c9b287b111c63c What am I missing here? $ prt-get listinst | egrep "xorg.*input" xorg-inputproto xorg-xf86-input-evdev $ zcat /proc/config.gz | egrep "EVDEV" CONFIG_INPUT_EVDEV=y I'm also a bit concerned about the ABI version mismatch even though X does seem to start despite this. Just not input. cheers James James Mills / prologic E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au
![](https://secure.gravatar.com/avatar/3cf8ae304409c53b006b47101fe61e34.jpg?s=120&d=mm&r=g)
Thanks Thomas. Rebuilding xorg-xf86-input-evdev worked. I *thought* I had done that before but obviously I had to rebuild it a 2nd time :) cheers James James Mills / prologic E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au On Wed, Sep 17, 2014 at 7:18 PM, Thomas Penteker <tek@serverop.de> wrote:
On 17.09.2014 11:13, James Mills wrote:
What am I missing here?
Hello,
have you tried rebuilding xorg-xf86-input-evdev? If you switched to 3.1 recently, please make sure that libepoxy is installed also.
regards, Thomas _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
![](https://secure.gravatar.com/avatar/0dc042b2ee03a44a893acdff08341db0.jpg?s=120&d=mm&r=g)
On Wed, Sep 17, 2014 at 07:13:08PM +1000, James Mills wrote:
Hey guys,
Appreciate some help :) Recently upgraded my desktop (which included Xorg updates). At the same time I decided to switch back to XFCE4.
XFCE4 and Compiz seem to startup okay via startx but I'm not getting a working Keyboard or Mouse.
startx log: https://gist.github.com/1d9873e016f221592273 /var/log/Xorg.0.log: https://gist.github.com/5adfc5c9b287b111c63c
What am I missing here?
$ prt-get listinst | egrep "xorg.*input" xorg-inputproto xorg-xf86-input-evdev
$ zcat /proc/config.gz | egrep "EVDEV" CONFIG_INPUT_EVDEV=y
I'm also a bit concerned about the ABI version mismatch even though X does seem to start despite this. Just not input.
just a shoot into dark, did you tried with hotplugging off? Need to be something like: Section "ServerFlags" Option "AutoAddDevices" "true" EndSection Nevertheless, if this works it's only a workaround solution. - Alex
participants (3)
-
Alexander Aring
-
James Mills
-
Thomas Penteker