Gentoo Archives: gentoo-user-es

From: diego <diegonavarro@×××××××.es>
To: gentoo-user-es@l.g.o
Subject: [gentoo-user-es] Tecla Alt Gr
Date: Wed, 11 Feb 2004 01:40:28
Message-Id: 000001c3f03f$ec946560$a0ebca51@sucasahucwhc0b
1 El caso es que hace poco he reinstalado de nuevo pero ahora tengo el
2 problema de que la tecla alt gr no funciona
3 Tengo el teclado Genius Comfy KB-19e y he probado tanto con 102 teclas
4 como con 105. creo recordar que la anterior vez tenia puesto 105
5 Alguna idea de por que no me funciona?
6
7 Estos son los ficheros
8 /etc/X11/XF86config
9 # File generated by xf86config.
10
11
12 Section "Module"
13
14 # This loads the DBE extension module.
15
16 Load "dbe" # Double buffer extension
17
18 SubSection "extmod"
19 Option "omit xfree86-dga" # don't initialise the DGA
20 extension
21 EndSubSection
22
23 # This loads the Type1 and FreeType font modules
24 Load "type1"
25 Load "speedo"
26
27 EndSection
28
29 # **********************************************************************
30
31 # Files section. This allows default font and rgb paths to be set
32 # **********************************************************************
33
34
35 Section "Files"
36
37
38 RgbPath "/usr/X11R6/lib/X11/rgb"
39
40
41 FontPath "/usr/X11R6/lib/X11/fonts/local/"
42 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
43 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
44 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
45 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
46 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
47 # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
48 # FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
49 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
50 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
51
52
53
54 EndSection
55
56 # **********************************************************************
57
58 # Server flags section.
59 # **********************************************************************
60
61
62 Section "ServerFlags"
63
64
65
66 EndSection
67
68 # **********************************************************************
69
70 # Input devices
71 # **********************************************************************
72
73
74 # **********************************************************************
75
76 # Core keyboard's InputDevice section
77 # **********************************************************************
78
79
80 Section "InputDevice"
81
82 Identifier "Keyboard1"
83 Driver "Keyboard"
84
85 Option "AutoRepeat" "500 30"
86
87 Option "XkbRules" "xfree86"
88 Option "XkbModel" "pc105"
89 Option "XkbLayout" "es"
90 Option "XkbVariant" "es"
91
92 EndSection
93
94
95 # **********************************************************************
96
97 # Core Pointer's InputDevice section
98 # **********************************************************************
99
100
101 Section "InputDevice"
102
103 # Identifier and driver
104
105 Identifier "Mouse1"
106 Driver "mouse"
107 Option "Protocol" "IMPS/2"
108 Option "Device" "/dev/mouse"
109 Option "ZAxisMapping" "4 5"
110
111 EndSection
112
113 # **********************************************************************
114
115 # Monitor section
116 # **********************************************************************
117
118
119 # Any number of monitor sections may be present
120
121 Section "Monitor"
122
123 Identifier "lg"
124
125
126 HorizSync 31.5 - 48.5
127
128 VertRefresh 50-100
129
130 EndSection
131
132
133 # **********************************************************************
134
135 # Graphics device section
136 # **********************************************************************
137
138
139 # Standard VGA Device:
140
141 Section "Device"
142 Identifier "Standard VGA"
143 VendorName "Unknown"
144 BoardName "Unknown"
145
146 Driver "vga"
147
148 EndSection
149
150 # Device configured by xf86config:
151
152 Section "Device"
153 Identifier "gforce4mx"
154 Driver "nv"
155 #VideoRam 65536
156 # Insert Clocks lines here if appropriate
157 EndSection
158
159
160 # **********************************************************************
161
162 # Screen sections
163 # **********************************************************************
164
165
166
167 Section "Screen"
168 Identifier "Screen 1"
169 Device "gforce4mx"
170 Monitor "lg"
171 DefaultDepth 24
172
173 Subsection "Display"
174 Depth 8
175 Modes "1280x1024" "1024x768" "800x600" "640x480"
176 ViewPort 0 0
177 EndSubsection
178 Subsection "Display"
179 Depth 16
180 Modes "1280x1024" "1024x768" "800x600" "640x480"
181 ViewPort 0 0
182 EndSubsection
183 Subsection "Display"
184 Depth 24
185 Modes "1280x1024" "1024x768" "800x600" "640x480"
186 ViewPort 0 0
187 EndSubsection
188 EndSection
189
190 # **********************************************************************
191
192 # ServerLayout sections.
193 # **********************************************************************
194
195
196
197 Section "ServerLayout"
198
199 # The Identifier line must be present
200 Identifier "Simple Layout"
201
202
203 Screen "Screen 1"
204
205
206 InputDevice "Mouse1" "CorePointer"
207 InputDevice "Keyboard1" "CoreKeyboard"
208
209 EndSection
210
211 # EndSection
212
213 /etc/rc.conf
214 # /etc/rc.conf: Global startup script configuration settings
215
216
217 KEYMAP="es euro2"
218
219 # The map to load for extended keyboards. Most users should leave this
220 as is.
221
222 EXTENDED_KEYMAP="windowkeys"
223
224 CONSOLEFONT="lat0-16"
225
226
227 #CONSOLETRANSLATION="8859-1_to_uni"
228
229
230 CLOCK="local"
231
232 # Set EDITOR to your preferred editor.
233
234 EDITOR="/bin/nano"
235
236 # NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...'
237 line!!
238 #
239 # Num Protocol
240 # 1: Unix
241 # 2: IPv4
242 # 3: Amateur Radio AX.25
243 # 4: IPX
244 # 5: DDP / appletalk
245 # 6: Amateur Radio NET/ROM
246 # 9: X.25
247 # 10: IPv6
248 # 11: ROSE / Amateur Radio X.25 PLP
249 # 19: Acorn Econet
250
251 # Most users want this:
252 PROTOCOLS="1 2"
253
254 # What display manager do you use ? [ xdm | gdm | kdm | elogin |
255 entrance ]
256 DISPLAYMANAGER="gdm"
257
258
259
260 XSESSION="Gnome"

Replies

Subject Author
Re: [gentoo-user-es] Tecla Alt Gr Marcos Garcia <marcos_gm@××.com>
Re: [gentoo-user-es] Tecla Alt Gr krs <krs@×××××××××.org>