From: Zoltan B. <zb...@fr...> - 2006-06-25 12:14:46
|
Hi, I just noticed that faketty isn't needed with Xorg 7.x. The following section works like a charm for a keyboard, nothing else is needed. Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/eventX" Option "XkbLayout" "hu" EndSection The proper eventX device is registered in /proc/bus/input/devices and as with the kbd driver, multiple sections can be listed and assigned to the same server, e.g. the PS/2 keyboard and the BTTV remote is assigned to one X server, the USB keyboard's two devices (normal keyboard and the multimedia keys are separated) are assigned to the other server. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |