Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#12025 - xorg-server 1.5.3-1 breaks USB mice/keyboard
Attached to Project:
Arch Linux
Opened by Shem Valentine (xvalentinex) - Friday, 07 November 2008, 00:41 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 20 November 2008, 20:28 GMT
Opened by Shem Valentine (xvalentinex) - Friday, 07 November 2008, 00:41 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 20 November 2008, 20:28 GMT
|
DetailsDescription: xorg-server 1.5.3-1 breaks USB mice/keyboard
Additional info: * xorg-server-1.5.3-1 Steps to reproduce: Updating to latest xorg-server-1.5.3-1 breaks my ability to use USB keyboard and mice. I am currently in the process of debugging, will post more info when I get there. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Thursday, 20 November 2008, 20:28 GMT
Reason for closing: Fixed
Additional comments about closing: http://wiki.archlinux.org/index.php/Xorg _input_hotplugging#FAQ.2FTroubleshooting
Thursday, 20 November 2008, 20:28 GMT
Reason for closing: Fixed
Additional comments about closing: http://wiki.archlinux.org/index.php/Xorg _input_hotplugging#FAQ.2FTroubleshooting
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
Installing xf86-input-evdev resolved my issue. I still get that warning, but hal/evdev autdetect my USB devices now.
Perhaps there should be a warning, or dependancy. I leave that to you smarter people.
I would be happy to test further if you would like.
To resolve this I uninstalled evdev and added the following to my xorg.conf
Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection
Which apparently can be resolved with a hal .fdi in the git version of evdev.
If I install evdev, the keyboard is not working properly (some dead keys, like multimedia keys or page down)
If evdev is not installed, modifying xorg.conf as proposed is working.
Adding the ServerFlags section solves it.
without xf86-input-evdev and with AllowEmptyInput=false stylus and keyboard work as before, mouse has some strange behavoiur with the buttons
with xf86-input-evdev lots of dead keys on keyboard (arrow buttons, delete button, ...) but stylus as well as mouse behave normally
Desktop Pentium III w/ usb keyboard and mouse: both dead before evdev, work fine after.
Dell Vostro 1500: keyboard dead before, ok after - synaptics touchpad worked fine anyway.
x86_64
I tried all the steps...with/without evdev with/without the AllowEmptInput=false ....
I miss 1.5.2
My problem is that different installations here need different solutions. Some need evdev, others need it removed. So there seems to be some inconsistency.
What configuration changed exactly?
Which documentation are you exactly refering too?
This is currently eating a lot of time, finding a solution for each and every computer I maintain!
Maybe the previous configuration can be restored?
At least explain, why not, please :-)