Re: PS/2 keybd doesn't work with USB mouse
- From: Michael Panev <mike@xxxxxxxx>
- Date: Thu, 23 Nov 2006 00:40:33 +0100
Roger Blake wrote:
In article <ek20k9$9ll$1@xxxxxxxxxxxxxxxxxxxx>, Michael Panev wrote:Could you post the "InputDevice" sections of your xorg.conf file?
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
There is just one mouse and keyboard. I'm not familiar with the "evdev"
driver, but can give it a try.
Basically, you just have to replace 'Driver "kbd"' with 'Driver "evdev"' and add an
Option "Device" "<path to keyboard event device>"
The above path is something like /dev/input/eventN with N=0,1,2... The exact number depends on what input devices you have plugged in. You can either try them all to find out, or 'cat /proc/bus/input/devices' and look in the Handlers line for the respective device.
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
I'd try to disable that wacom thingy, just to be sure it doesn't interfere...
Mike
.
- References:
- Re: PS/2 keybd doesn't work with USB mouse
- From: Michael Panev
- Re: PS/2 keybd doesn't work with USB mouse
- Prev by Date: Re: Yet another Core 2 Duo Motherboard Question
- Next by Date: Kpilot and SuSE 10.1
- Previous by thread: Re: PS/2 keybd doesn't work with USB mouse
- Next by thread: Dell 2407 1920x1200 display with Nvidia drivers. Here how to do it
- Index(es):
Relevant Pages
|