Gentoo Archives: gentoo-user

From: Luigi Pinna <mailing-gentoo@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] losting deadkeys layout
Date: Mon, 03 Jul 2006 21:11:12
Message-Id: 200607032302.12530.mailing-gentoo@sailorferris.com
In Reply to: Re: [gentoo-user] losting deadkeys layout by Benno Schulenberg
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Alle 22:20, lunedì 3 luglio 2006, Benno Schulenberg ha scritto:
5 > Luigi Pinna wrote:
6 > > Probably I found the problem:
7 > > # setxkbmap -layout de -option "compose:menu,lv3:ralt_switch"
8 > > Couldn't interpret _XKB_RULES_NAMES property
9 >
10 > Googling for that line shows these threads:
11 >
12 > http://mail.kde.org/pipermail/freenx-knx/2006-June/003552.html
13 > http://www.cygwin.com/ml/cygwin-xfree/2004-05/msg00041.html
14 > http://lists.freebsd.org/pipermail/freebsd-stable/2004-September/0088
15 >55.html
16 >
17 > The first one says that it is some error in Xorg itself, fixed in
18 > more recent versions.
19 >
20 > The second one suggests that you may have a mistaken symlink
21 > somewhere as a result of downgrading.
22 >
23 > The last one found this as a workaround:
24 > setxkbmap -keycodes "xfree86" -types "default" -symbols
25 > "en_US(pc105)+de" -geometry "pc(pc102)"
26
27 I tried it:
28 setxkbmap -keycodes "xfree86" -types "default" -symbols "en_US(pc105)+de" -geometry "pc(pc102)"
29 Couldn't interpret _XKB_RULES_NAMES property
30 Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
31 Error loading new keyboard description
32
33
34
35 > > What does it means? I generated the default config file with the
36 > > new xorgconfig... It must write already the right rules...
37 >
38 > Please post the relevant section of your xorg.conf again, plus the
39 > output of 'setxkbmap -print'.
40 >
41 > Benno
42
43 - From my xorg.conf:
44
45 Section "InputDevice"
46 Identifier "Keyboard1"
47 Driver "kbd"
48 Option "AutoRepeat" "500 30"
49 Option "XkbRules" "xorg"
50 Option "XkbModel" "pc105"
51 Option "XkbLayout" "de"
52 Option "XkbVariant" "nodeadkeys"
53 EndSection
54
55 setxkbmap -v 9 de
56 Setting verbose level to 9
57 locale is C
58 Couldn't interpret _XKB_RULES_NAMES property
59 Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
60 Warning! Multiple definitions of keyboard layout
61 Using command line, ignoring X server
62 Applied rules from xorg:
63 model: pc101
64 layout: de
65 Trying to build keymap using the following components:
66 keycodes: xfree86+aliases(qwertz)
67 types: complete
68 compat: complete
69 symbols: pc(pc101)+de
70 geometry: pc(pc101)
71 Error loading new keyboard description
72
73 and:
74
75 setxkbmap -print
76 Couldn't interpret _XKB_RULES_NAMES property
77 Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
78 xkb_keymap {
79 xkb_keycodes { include "xfree86+aliases(qwerty)" };
80 xkb_types { include "complete" };
81 xkb_compat { include "complete" };
82 xkb_symbols { include "pc(pc101)+us" };
83 xkb_geometry { include "pc(pc101)" };
84 };
85
86 - --
87 Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
88 -----BEGIN PGP SIGNATURE-----
89 Version: GnuPG v1.4.4 (GNU/Linux)
90
91 iD8DBQFEqYXUHmkkjmM/hrcRAgPdAJ9jgXvm0g7e40bbJVoD9+eT7Up7/wCggZoZ
92 ojcBN1YB6aBxmT5XsRLAWfA=
93 =yRy1
94 -----END PGP SIGNATURE-----
95 --
96 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] lost deadkeys layout Benno Schulenberg <benno.schulenberg@×××××.com>