Gentoo Archives: gentoo-user-es

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

Replies

Subject Author
Re: [gentoo-user-es] Tecla Alt Gr Anarconda <anarconda@××××××××××.net>