You are not logged in.
Hi,
2 weeks ago I made a pacman -Suy, and now I am experiencing some problems with Xorg. Every time I boot my computer (desktop) my keyboard and my mouse doesn't work. I think it is an Xorg problem because when I remove slim from rc.conf, my keyboard work. Moreover, when slim is on and I unplug and plug my keyboard and my mouse then it suddenly works ! /var/log/Xorg.0.log doesn't give me any errors. I googled a lot but didn't find any solution.
Anyone have any ideas of what I can try??
Last edited by TeaBough (2012-07-08 14:42:14)
Offline
Have you updated (pacman -Syu) again, or was the last time two weeks ago? That's a long time to go between updates, so the first thing I'd try is another update.
Offline
There are some similar topics, but none with a solution:
Arch 64-bit only distro that won't recognize my USB mouse & keyboard
Wireless mouse pointer which does not move after boot *sometimes*
Last edited by Terminator (2012-06-21 12:42:34)
Offline
The problem happened two weeks ago after upgrading. I did lots of other upgradings after that. The last one was last night.
Offline
hmm did you try re-running
Xorg -configure
. it might be a silly question but that's always the first thing I do when Xorg acts up and seems to do alright most of the time. You just have to run it while the X server isn't on.
Offline
I take that to mean that input hotplugging doesn't work? To explicitly set this (I have always found this more reliable) try something like:
Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
Option "CoreKeyboard"
Option "Device" "/dev/input/event6"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Device" "/dev/input/event7"
EndSectionYou can find out the right event numbers by reading /proc/bus/input/devices.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
Quand je tente un
Xorg -configureje reçois l'erreur suivante :
Number of created screens does not match number of detected devices.Offline
I have found the solution. Actually it was a problem with fstab. I just removed this line :
tmpfs /var/run tmpfs defaults 0 0and it worked !
Offline