From: Zoltan B. <zb...@fr...> - 2006-06-27 22:04:19
|
Hugo Vanwoerkom =EDrta: > > > */Zoltan Boszormenyi <zb...@fr...>/* wrote: > > 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. > > And what is the vt set at then in gdm.conf for the other keyboards? > > Hugo Nothing, but "-sharevts" is needed. Same for faketty if I don't specify "vtX" on the parameter line and use Option "Device" "/dev/fttyN" instead. But some bug may still exist in the X evdev driver as hungarian layout doesn't work correctly. E.g. Option "XkbModel" "pc105" makes RightAlt behave as Enter and without it (e.g. working as pc104), my i-acute button doesn't work. So, XOrg is only starting to get there, I switched back to faketty for now. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |