You are not logged in.

#1 2012-06-21 12:24:28

TeaBough
Member
Registered: 2012-06-21
Posts: 17

[SOLVED] Keyboard and mouse not detected in Xorg

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

#2 2012-06-21 12:32:30

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] Keyboard and mouse not detected in Xorg

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

#3 2012-06-21 12:42:01

Terminator
Member
From: Belgium
Registered: 2012-05-07
Posts: 265

Re: [SOLVED] Keyboard and mouse not detected in Xorg

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

#4 2012-06-21 12:45:04

TeaBough
Member
Registered: 2012-06-21
Posts: 17

Re: [SOLVED] Keyboard and mouse not detected in Xorg

The problem happened two weeks ago after upgrading. I did lots of other upgradings after that. The last one was last night.

Offline

#5 2012-06-21 17:14:33

Arogers10
Member
Registered: 2012-06-20
Posts: 68

Re: [SOLVED] Keyboard and mouse not detected in Xorg

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

#6 2012-06-21 21:15:45

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: [SOLVED] Keyboard and mouse not detected in Xorg

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"
EndSection

You 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

#7 2012-06-24 20:52:10

TeaBough
Member
Registered: 2012-06-21
Posts: 17

Re: [SOLVED] Keyboard and mouse not detected in Xorg

Quand je tente un

Xorg -configure

je reçois l'erreur suivante :

Number of created screens does not match number of detected devices.

Offline

#8 2012-07-08 14:41:59

TeaBough
Member
Registered: 2012-06-21
Posts: 17

Re: [SOLVED] Keyboard and mouse not detected in Xorg

I have found the solution. Actually it was a problem with fstab. I just removed this line :

tmpfs     /var/run       tmpfs    defaults    0      0

and it worked !

Offline

Board footer

Powered by FluxBB