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'.


Reply via email to