Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: polish fonts xorg.conf
Date: Tue, 14 Jun 2011 19:53:34
Message-Id: it8e4f$km9$1@dough.gmane.org
In Reply to: [gentoo-user] polish fonts xorg.conf by fajfusio@wp.pl
1 On 06/14/2011 09:02 AM, fajfusio@××.pl wrote:
2 > Hello
3 >
4 > When I execute:
5 > setxkbmap pl
6 >
7 > 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)
8 >
9 > Section "InputDevice"
10 > Identifier "Keyboard0"
11 > Driver "kbd"
12 > Option "XkbModel" "pc105"
13 > Option "XkbLayout" "pl"
14 > EndSection
15 >
16 >
17 > Xorg.0.log:
18 > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
19 > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
20 > [ 29008.100] (**) Option "xkb_rules" "evdev"
21 > [ 29008.100] (**) Option "xkb_model" "evdev"
22 > [ 29008.100] (**) Option "xkb_layout" "us"
23
24 The only problem I can see at the moment is that the log file says that your keyboard
25 is using the 'evdev' driver but your xorg.conf specifies the 'kbd' driver. Try changing
26 the Driver to "evdev" instead of 'kbd'.

Replies

Subject Author
Re: [gentoo-user] Re: polish fonts xorg.conf Mick <michaelkintzios@×××××.com>
Odp: [gentoo-user] Re: polish fonts xorg.conf fajfusio@××.pl