blob: 2c076e529a041e4c11176a69f0096b559ad9dd9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Problem with console keymaps
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problem%20with%20console%20keymaps&In-Reply-To=%3C513F4AC2.6020402%40ono.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023470.html">
<LINK REL="Next" HREF="023555.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Problem with console keymaps</H1>
<B>JA Magallón</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problem%20with%20console%20keymaps&In-Reply-To=%3C513F4AC2.6020402%40ono.com%3E"
TITLE="[Mageia-dev] Problem with console keymaps">jamagallon at ono.com
</A><BR>
<I>Tue Mar 12 16:33:22 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023470.html">[Mageia-dev] Update to kde 4.10.1
</A></li>
<LI>Next message: <A HREF="023555.html">[Mageia-dev] Problem with console keymaps
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23439">[ date ]</a>
<a href="thread.html#23439">[ thread ]</a>
<a href="subject.html#23439">[ subject ]</a>
<a href="author.html#23439">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi...
I finally have discovered why my kbd never worked as it should in console:
werewolf:~# loadkeys -v -u es | grep Loading
Loading /usr/lib/kbd/keymaps/i386/olpc/es.map.gz
It picks the keyboard layout from the OLCP !
If I delete/move the /usr/lib/kbd/keymaps/i386/olpc directory, everything
works ok. But it should not be necessary.
It also works if I do:
werewolf:~# loadkeys -v -u qwerty/es | grep Loading
Loading /usr/lib/kbd/keymaps/i386/qwerty/es.map.gz
Solution ? What should I change in my /etc/sysconfig/keyboard:
werewolf:/etc/sysconfig# cat keyboard
XkbModel=pc105
XkbLayout=es
KEYBOARD=es
XkbOptions=compose:rwin
KEYTABLE=es-latin1
What could break with, for example, KEYBOARD=qwerty/es ?
TIA
--
J.A. Magallon <jamagallon()ono!com> \ Winter is coming...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023470.html">[Mageia-dev] Update to kde 4.10.1
</A></li>
<LI>Next message: <A HREF="023555.html">[Mageia-dev] Problem with console keymaps
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23439">[ date ]</a>
<a href="thread.html#23439">[ thread ]</a>
<a href="subject.html#23439">[ subject ]</a>
<a href="author.html#23439">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|