Gentoo Archives: gentoo-user

From: fajfusio@××.pl
To: gentoo-user <gentoo-user@l.g.o>
Subject: Odp: [gentoo-user] Re: polish fonts xorg.conf
Date: Wed, 15 Jun 2011 14:48:53
Message-Id: 4df8c5de566a03.57987755@wp.pl
In Reply to: [gentoo-user] Re: polish fonts xorg.conf by walt
1 Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
2 > On 06/14/2011 09:02 AM, fajfusio@××.pl wrote:
3 > > Hello
4 > >
5 > > When I execute:
6 > > setxkbmap pl
7 > >
8 > > I can type polish fonts in xterm and other X programs. But when I
9 > generate xorg.conf file with "Xorg -configure" and add the following to
10 > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
11 > >
12 > > Section "InputDevice"
13 > > Identifier "Keyboard0"
14 > > Driver "kbd"
15 > > Option "XkbModel" "pc105"
16 > > Option "XkbLayout" "pl"
17 > > EndSection
18 > >
19 > >
20 > > Xorg.0.log:
21 > > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
22 > > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button"
23 > (type: KEYBOARD)
24 > > [ 29008.100] (**) Option "xkb_rules" "evdev"
25 > > [ 29008.100] (**) Option "xkb_model" "evdev"
26 > > [ 29008.100] (**) Option "xkb_layout" "us"
27 >
28 > The only problem I can see at the moment is that the log file says that
29 > your keyboard
30 > is using the 'evdev' driver but your xorg.conf specifies the 'kbd'
31 > driver. Try changing
32 > the Driver to "evdev" instead of 'kbd'.
33
34
35 I have reconfigured xorg.conf as follows:
36 Section "InputDevice"
37 Identifier "Keyboard0"
38 Driver "evdev"
39 Option "XkbModel" "pc105"
40 Option "XkbLayout" "pl"
41 EndSection
42
43 or
44
45 Section "InputDevice"
46 Identifier "Keyboard0"
47 Driver "evdev"
48 Option "XkbModel" "evdev"
49 Option "XkbLayout" "pl"
50 EndSection
51
52
53 Unfortunatelly it didn't help.
54 I attach the complete Xorg.0.log.
55 Do you have another suggestions.
56 Thank you for help

Attachments

File name MIME type
Xorg.0.log text/plain

Replies

Subject Author
Re: Odp: [gentoo-user] Re: polish fonts xorg.conf YoYo Siska <yoyo@××××××.sk>