On Tuesday 14 Jun 2011 20:51:42 walt wrote: > On 06/14/2011 09:02 AM, fajfu...@wp.pl wrote: > > Hello > > > > When I execute: > > setxkbmap pl > > > > I can type polish fonts in xterm and other X programs. But when I > > generate xorg.conf file with "Xorg -configure" and add the following to > > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf) > > > > Section "InputDevice" > > > > Identifier "Keyboard0" > > Driver "kbd" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "pl" > > > > EndSection > > > > > > Xorg.0.log: > > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf" > > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button" > > (type: KEYBOARD) [ 29008.100] (**) Option "xkb_rules" "evdev" > > [ 29008.100] (**) Option "xkb_model" "evdev" > > [ 29008.100] (**) Option "xkb_layout" "us" > > The only problem I can see at the moment is that the log file says that > your keyboard is using the 'evdev' driver but your xorg.conf specifies the > 'kbd' driver. Try changing the Driver to "evdev" instead of 'kbd'.
and when all is working as intended with evdev, you may want to add this to be able to write in both Polish and English: Option "XkbLayout" "pl,us" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:menu,terminate:ctrl_alt_bksp" The Alt+Shift will allow you to toggle between the two language keyboards in X. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.