On Wed, 30 May 2007 00:34:00 +0200 "Lutz Schönemann" <[EMAIL PROTECTED]> wrote:
> Hi, > > I have set up Gentoo on a system that I would like to use as a video, > music player and sometimes to check my emails. There is a remote > control connected to it and is detected as a serial keyboard. Now I > want the xorg-server not to process events coming from this > "keyboard". I also have a bluetooth keyboard that I want to connect > to that system and events coming from this keyboard should be > processed. > > So, is it possible to deactivate one keyboard? > > Thanks for help You're on the right track, having found the relevant part of xorg.conf. Next, you must use the 'evdev' input driver rather than keyboard and then you can specify the keyboard(s) via event numbers, as listed in /proc/bus/input/devices. If your keyboard appears twice use only the first eventX listing. You'll need one entry per keyboard. If you need more information on how you can specify keyboards precisely, look into configuraitons for 'Multi-Seat' X. Good luck, Dan Farrell -- [EMAIL PROTECTED] mailing list