Gentoo Archives: gentoo-user-es

From: Anarconda <anarconda@××××××××××.net>
To: Listas Gentoo <gentoo-user-es@l.g.o>
Subject: Re: [gentoo-user-es] Tecla Alt Gr
Date: Thu, 12 Feb 2004 20:18:19
Message-Id: 402BDF8B.5040805@telefonica.net
In Reply to: Re: [gentoo-user-es] Tecla Alt Gr by Diego Navarro
1 La única diferencia con el mío son las líneas:
2
3 EXTENDED_KEYMAPS= (en tu archivo aparece EXTENDED_KEYMAP= sin la última S)
4 CONSOLETRANSLATION="8859-15_to_uni"
5
6 En cualquier caso, me puedes decir si cuando estás en la consola (no en
7 una aplicación) al pulsar ALT GR + 2 te aparece algo o no.
8
9 Saludos.
10
11
12 Diego Navarro wrote:
13 > he probado lo que has puesto pero nada de nada, sigo sin poder utilizar
14 > la tecla alt gr en ninguna aplicacion
15 > mi archivo /etc/rc.conf es el siguiente:
16 >
17 > # /etc/rc.conf: Global startup script configuration settings
18 > # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.20
19 > 2003/04/27 18:39:59 azarah Exp $
20 >
21 > # Use KEYMAP to specify the default console keymap. There is a complete
22 > tree
23 > # of keymaps in /usr/share/keymaps to choose from. This setting is used
24 > by the
25 > # /etc/init.d/keymaps script.
26 >
27 > KEYMAP="es euro2"
28 >
29 > # The map to load for extended keyboards. Most users should leave this
30 > as is.
31 >
32 > SET_WINDOWKEYS="yes"
33 > EXTENDED_KEYMAP=
34 > ##EXTENDED_KEYMAPS="backspace keypad"
35 >
36 > # CONSOLEFONT specifies the default font that you'd like Linux to use on
37 > the
38 > # console. You can find a good selection of fonts in
39 > /usr/share/consolefonts;
40 > # you shouldn't specify the trailing ".psf.gz", just the font name
41 > below.
42 > # To use the default console font, comment out the CONSOLEFONT setting
43 > below.
44 > # This setting is used by the /etc/init.d/consolefont script (NOTE: if
45 > you do
46 > # not want to use it, run "rc-update del consolefont" as root).
47 >
48 > CONSOLEFONT="lat9w-16"
49 >
50 > # CONSOLETRANSALTION is the charset map file to use. Leave commented to
51 > use
52 > # the default one. Have a look in /usr/share/consoletrans for a
53 > selection of
54 > # map files you can use.
55 >
56 > #CONSOLETRANSLATION="8859-1_to_uni"
57 >
58 > # Set CLOCK to "UTC" if your system clock is set to UTC (also known as
59 > # Greenwich Mean Time). If your clock is set to the local time, then
60 > set CLOCK
61 > # to "local". This setting is used by the /etc/init.d/clock script.
62 >
63 > CLOCK="local"
64 >
65 > # Set EDITOR to your preferred editor.
66 >
67 > EDITOR="/bin/nano"
68 > #EDITOR="/usr/bin/vim"
69 > #EDITOR="/usr/bin/emacs"
70 >
71 > # Set PROTOCOLS to the protocols that you plan to use. Gentoo Linux
72 > will only
73 > # enable module auto-loading for these protocols, eliminating annoying
74 > module
75 > # not found errors.
76 > #
77 > # NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...'
78 > line!!
79 > #
80 > # Num Protocol
81 > # 1: Unix
82 > # 2: IPv4
83 > # 3: Amateur Radio AX.25
84 > # 4: IPX
85 > # 5: DDP / appletalk
86 > # 6: Amateur Radio NET/ROM
87 > # 9: X.25
88 > # 10: IPv6
89 > # 11: ROSE / Amateur Radio X.25 PLP
90 > # 19: Acorn Econet
91 >
92 > # Most users want this:
93 > PROTOCOLS="1 2"
94 >
95 > #For IPv6 support:
96 > #PROTOCOLS="1 2 10"
97 >
98 > # What display manager do you use ? [ xdm | gdm | kdm | elogin |
99 > entrance ]
100 > DISPLAYMANAGER="gdm"
101 >
102 > # XSESSION is a new variable to control what window manager to start
103 > # default with X if run with xdm, startx or xinit. The default behavior
104 > # is to look in /etc/X11/Sessions/ and run the script in matching the
105 > # value that XSESSION is set to. The support scripts is smart enouth to
106 > # look in all bin directories if it cant find a match in
107 > /etc/X11/Sessions/,
108 > # so setting it to "enligtenment" can also work. This is basically used
109 > # as a way for the system admin to configure a default system wide WM,
110 > # allthough it will work if the user export XSESSION in his
111 > .bash_profile, etc.
112 > #
113 > # NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and
114 > startx
115 > # is called.
116 > # 2) even if a ~/.xsession exist, if XSESSION can be resolved, it
117 > will
118 > # be executed rather than ~/.xsession, else KDM breaks ...
119 > #
120 > # Defaults depending on what you install currently include:
121 > #
122 > # Gnome - will start gnome-session
123 > # kde-<version> - will start startkde (ex: kde-3.0.2)
124 > # Xsession - will start a terminal and a few other nice apps
125 >
126 > XSESSION="Gnome"
127 >
128 >
129 >
130 > El jue, 12-02-2004 a las 18:50, Anarconda escribió:
131 >
132 >> En mi opinión no es un problema del XF86Config, es decir, la tecla te
133 >>ha de funcionar en la consola (por ejemplo, para poner la arroba de una
134 >>dirección e-mail) si no puedes conseguirlo prueba lo siguiente en el
135 >>archivo /etc/rc.conf
136 >>
137 >>===============================
138 >>KEYMAP="es euro2"
139 >>
140 >># Should we first load the 'windowkeys' console keymap? Most x86 users will
141 >># say "yes" here. Note that non-x86 users should leave it as "no".
142 >>
143 >>SET_WINDOWKEYS="yes"
144 >>
145 >># The maps to load for extended keyboards. Most users will leave this
146 >>as is.
147 >>
148 >>EXTENDED_KEYMAPS=
149 >>#EXTENDED_KEYMAPS="backspace keypad"
150 >>
151 >># CONSOLEFONT specifies the default font that you'd like Linux to use on the
152 >># console. You can find a good selection of fonts in
153 >>/usr/share/consolefonts;
154 >># you shouldn't specify the trailing ".psf.gz", just the font name below.
155 >># To use the default console font, comment out the CONSOLEFONT setting
156 >>below.
157 >># This setting is used by the /etc/init.d/consolefont script (NOTE: if
158 >>you do
159 >># not want to use it, run "rc-update del consolefont" as root).
160 >>
161 >>CONSOLEFONT="lat9w-16"
162 >>
163 >>===============================
164 >>
165 >>A mi me funciona perfectamente y espero que a ti también.
166 >>
167 >>Saludos.
168 >>
169 >>
170 >>Diego Navarro wrote:
171 >>
172 >>>no hay manera, alguien tiene alguna idea de por que no puedo utilizar
173 >>>esa tecla?? yo creo tener los ficheros de configuracion correctamente
174 >>>si alguien es tan amable podria poner sus archivos para compararlos con
175 >>>los mios para saber donde esta el fallo
176 >>>gracias
177 >>>
178 >>>
179 >>>El mié, 11-02-2004 a las 16:54, Marcos Garcia escribió:
180 >>>
181 >>>
182 >>>>para cosas del teclado yo lo configuré con el comando "xf86cfg"
183 >>>>y me va todo genial (teclado de 105 teclas, multimedia gracias al programa
184 >>>>"hotkeys" y el driver para Itouch)
185 >>>>suerte
186 >>>>El Miércoles, 11 de Febrero de 2004 01:39, diego escribió:
187 >>>>
188 >>>>
189 >>>>>El caso es que hace poco he reinstalado de nuevo pero ahora tengo el
190 >>>>>problema de que la tecla alt gr no funciona
191 >>>>>Tengo el teclado Genius Comfy KB-19e y he probado tanto con 102 teclas
192 >>>>>como con 105. creo recordar que la anterior vez tenia puesto 105
193 >>>>>Alguna idea de por que no me funciona?
194 >>>>>
195 >>>>>Estos son los ficheros
196 >>>>>/etc/X11/XF86config
197 >>>>># File generated by xf86config.
198 >>>>>
199 >>>>>
200 >>>>>Section "Module"
201 >>>>>
202 >>>>># This loads the DBE extension module.
203 >>>>>
204 >>>>> Load "dbe" # Double buffer extension
205 >>>>>
206 >>>>> SubSection "extmod"
207 >>>>> Option "omit xfree86-dga" # don't initialise the DGA
208 >>>>>extension
209 >>>>> EndSubSection
210 >>>>>
211 >>>>># This loads the Type1 and FreeType font modules
212 >>>>> Load "type1"
213 >>>>> Load "speedo"
214 >>>>>
215 >>>>>EndSection
216 >>>>>
217 >>>>># **********************************************************************
218 >>>>>
219 >>>>># Files section. This allows default font and rgb paths to be set
220 >>>>># **********************************************************************
221 >>>>>
222 >>>>>
223 >>>>>Section "Files"
224 >>>>>
225 >>>>>
226 >>>>> RgbPath "/usr/X11R6/lib/X11/rgb"
227 >>>>>
228 >>>>>
229 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/local/"
230 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
231 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
232 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
233 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
234 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
235 >>>>># FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
236 >>>>># FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
237 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
238 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
239 >>>>>
240 >>>>>
241 >>>>>
242 >>>>>EndSection
243 >>>>>
244 >>>>># **********************************************************************
245 >>>>>
246 >>>>># Server flags section.
247 >>>>># **********************************************************************
248 >>>>>
249 >>>>>
250 >>>>>Section "ServerFlags"
251 >>>>>
252 >>>>>
253 >>>>>
254 >>>>>EndSection
255 >>>>>
256 >>>>># **********************************************************************
257 >>>>>
258 >>>>># Input devices
259 >>>>># **********************************************************************
260 >>>>>
261 >>>>>
262 >>>>># **********************************************************************
263 >>>>>
264 >>>>># Core keyboard's InputDevice section
265 >>>>># **********************************************************************
266 >>>>>
267 >>>>>
268 >>>>>Section "InputDevice"
269 >>>>>
270 >>>>> Identifier "Keyboard1"
271 >>>>> Driver "Keyboard"
272 >>>>>
273 >>>>> Option "AutoRepeat" "500 30"
274 >>>>>
275 >>>>> Option "XkbRules" "xfree86"
276 >>>>> Option "XkbModel" "pc105"
277 >>>>> Option "XkbLayout" "es"
278 >>>>> Option "XkbVariant" "es"
279 >>>>>
280 >>>>>EndSection
281 >>>>>
282 >>>>>
283 >>>>># **********************************************************************
284 >>>>>
285 >>>>># Core Pointer's InputDevice section
286 >>>>># **********************************************************************
287 >>>>>
288 >>>>>
289 >>>>>Section "InputDevice"
290 >>>>>
291 >>>>># Identifier and driver
292 >>>>>
293 >>>>> Identifier "Mouse1"
294 >>>>> Driver "mouse"
295 >>>>> Option "Protocol" "IMPS/2"
296 >>>>> Option "Device" "/dev/mouse"
297 >>>>> Option "ZAxisMapping" "4 5"
298 >>>>>
299 >>>>>EndSection
300 >>>>>
301 >>>>># **********************************************************************
302 >>>>>
303 >>>>># Monitor section
304 >>>>># **********************************************************************
305 >>>>>
306 >>>>>
307 >>>>># Any number of monitor sections may be present
308 >>>>>
309 >>>>>Section "Monitor"
310 >>>>>
311 >>>>> Identifier "lg"
312 >>>>>
313 >>>>>
314 >>>>> HorizSync 31.5 - 48.5
315 >>>>>
316 >>>>> VertRefresh 50-100
317 >>>>>
318 >>>>>EndSection
319 >>>>>
320 >>>>>
321 >>>>># **********************************************************************
322 >>>>>
323 >>>>># Graphics device section
324 >>>>># **********************************************************************
325 >>>>>
326 >>>>>
327 >>>>># Standard VGA Device:
328 >>>>>
329 >>>>>Section "Device"
330 >>>>> Identifier "Standard VGA"
331 >>>>> VendorName "Unknown"
332 >>>>> BoardName "Unknown"
333 >>>>>
334 >>>>> Driver "vga"
335 >>>>>
336 >>>>>EndSection
337 >>>>>
338 >>>>># Device configured by xf86config:
339 >>>>>
340 >>>>>Section "Device"
341 >>>>> Identifier "gforce4mx"
342 >>>>> Driver "nv"
343 >>>>> #VideoRam 65536
344 >>>>> # Insert Clocks lines here if appropriate
345 >>>>>EndSection
346 >>>>>
347 >>>>>
348 >>>>># **********************************************************************
349 >>>>>
350 >>>>># Screen sections
351 >>>>># **********************************************************************
352 >>>>>
353 >>>>>
354 >>>>>
355 >>>>>Section "Screen"
356 >>>>> Identifier "Screen 1"
357 >>>>> Device "gforce4mx"
358 >>>>> Monitor "lg"
359 >>>>> DefaultDepth 24
360 >>>>>
361 >>>>> Subsection "Display"
362 >>>>> Depth 8
363 >>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
364 >>>>> ViewPort 0 0
365 >>>>> EndSubsection
366 >>>>> Subsection "Display"
367 >>>>> Depth 16
368 >>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
369 >>>>> ViewPort 0 0
370 >>>>> EndSubsection
371 >>>>> Subsection "Display"
372 >>>>> Depth 24
373 >>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
374 >>>>> ViewPort 0 0
375 >>>>> EndSubsection
376 >>>>>EndSection
377 >>>>>
378 >>>>># **********************************************************************
379 >>>>>
380 >>>>># ServerLayout sections.
381 >>>>># **********************************************************************
382 >>>>>
383 >>>>>
384 >>>>>
385 >>>>>Section "ServerLayout"
386 >>>>>
387 >>>>># The Identifier line must be present
388 >>>>> Identifier "Simple Layout"
389 >>>>>
390 >>>>>
391 >>>>> Screen "Screen 1"
392 >>>>>
393 >>>>>
394 >>>>> InputDevice "Mouse1" "CorePointer"
395 >>>>> InputDevice "Keyboard1" "CoreKeyboard"
396 >>>>>
397 >>>>>EndSection
398 >>>>>
399 >>>>># EndSection
400 >>>>>
401 >>>>>/etc/rc.conf
402 >>>>># /etc/rc.conf: Global startup script configuration settings
403 >>>>>
404 >>>>>
405 >>>>>KEYMAP="es euro2"
406 >>>>>
407 >>>>># The map to load for extended keyboards. Most users should leave this
408 >>>>>as is.
409 >>>>>
410 >>>>>EXTENDED_KEYMAP="windowkeys"
411 >>>>>
412 >>>>>CONSOLEFONT="lat0-16"
413 >>>>>
414 >>>>>
415 >>>>>#CONSOLETRANSLATION="8859-1_to_uni"
416 >>>>>
417 >>>>>
418 >>>>>CLOCK="local"
419 >>>>>
420 >>>>># Set EDITOR to your preferred editor.
421 >>>>>
422 >>>>>EDITOR="/bin/nano"
423 >>>>>
424 >>>>># NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...'
425 >>>>>line!!
426 >>>>>#
427 >>>>># Num Protocol
428 >>>>># 1: Unix
429 >>>>># 2: IPv4
430 >>>>># 3: Amateur Radio AX.25
431 >>>>># 4: IPX
432 >>>>># 5: DDP / appletalk
433 >>>>># 6: Amateur Radio NET/ROM
434 >>>>># 9: X.25
435 >>>>># 10: IPv6
436 >>>>># 11: ROSE / Amateur Radio X.25 PLP
437 >>>>># 19: Acorn Econet
438 >>>>>
439 >>>>># Most users want this:
440 >>>>>PROTOCOLS="1 2"
441 >>>>>
442 >>>>># What display manager do you use ? [ xdm | gdm | kdm | elogin |
443 >>>>>entrance ]
444 >>>>>DISPLAYMANAGER="gdm"
445 >>>>>
446 >>>>>
447 >>>>>
448 >>>>>XSESSION="Gnome"
449 >>>>
450 >>>>--
451 >>>>gentoo-user-es@g.o mailing list
452 >>>>
453 >>>>
454 >>>>---Publicidad--------------------------------------------------------
455 >>>>Únete a los miles de sin pareja en Meetic... ¡te vas a enamorar!
456 >>>>http://www.iespana.es/_reloc/email.meetic
457 >>>
458 >>>
459 >>>
460 >>>---Publicidad--------------------------------------------------------
461 >>>Juega con Ventura24.es, lotería inteligente y multiplica tus
462 >>>posibilidades!! http://www.iespana.es/_reloc/email.ventura
463 >>>
464 >>>
465 >>>
466 >>>--
467 >>>gentoo-user-es@g.o mailing list
468 >>>
469 >>>
470 >
471 >
472 >
473 > ---Publicidad--------------------------------------------------------
474 > Únete a los miles de sin pareja en Meetic... ¡te vas a enamorar!
475 > http://www.iespana.es/_reloc/email.meetic
476 >
477 >
478 > --
479 > gentoo-user-es@g.o mailing list
480 >
481 >
482
483 --
484 Scientia et sapientia patrimonium humanitatis sunt.
485
486 --
487 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] Tecla Alt Gr Diego Navarro <diegonavarro@×××××××.es>