Gentoo Archives: gentoo-user-fr

From: grillot sebastien <sebastiengrillot@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome
Date: Fri, 30 Dec 2005 06:44:44
Message-Id: 82bf1a140512292244g5a33f48q@mail.gmail.com
In Reply to: Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome by Florian Gleis
1 Salut,
2 Je n'ai pas repondu tout de suite histoire de voir si ca fonctionnait
3 tout le temps. Bien entendu... ca n'a fonctionné qu'une fois :o(
4 J'ai passé mon clavier en pc104 dans xorg comme Florian me l'as dit.
5 Je suis allé dans la gestion du clavier de gnome. LE premier coup
6 c'etait bon. Apres qd j'ai rebouté, j'ai du refaire deux trois fois la
7 manip... et la plus moyen... Ca m'orripile car j'ai l'impression
8 d'etre sous windows quand je fais ca :)
9
10 Peut etre que j'ai mis un truc qui fallait pas du tout dans mon
11 Xorg.conf... sait-on jamais :)
12
13 J'ai un portable IBM T42
14 01:00.0 VGA compatible controller: ATI Technologies Inc RV350
15 [Mobility Radeon 9600 M10]
16
17 Ma version de xorg :
18 * x11-base/xorg-x11
19 Available versions: 6.8.2-r4 6.8.2-r6 [M]6.8.99.15-r4 ~7.0
20 Installed: 6.8.2-r6
21
22 Mes ati drivers :
23
24 * x11-apps/ati-drivers-extra
25 Available versions: 8.14.13 *8.16.20 8.18.6 8.18.8 8.19.10 8.20.8
26 Installed: 8.18.8
27 Homepage: http://www.ati.com
28 Description: Ati precompiled drivers extra application
29
30 * x11-drivers/ati-drivers
31 Available versions: 8.14.13-r2 8.14.13-r3 8.14.13-r4 8.14.13-r5
32 *8.16.20 *8.16.20-r1 8.18.6 8.18.6-r1 8.18.8 8.18.8-r1 !8.18.8-r2
33 8.19.10 8.20.8
34 Installed: 8.18.8-r1
35 Homepage: http://www.ati.com
36 Description: Ati precompiled drivers for r350, r300, r250
37 and r200 chipsets
38
39 (mais je me demande si c'est bien ceux qui tournent...)
40
41 le voici :
42
43 Section "dri"
44 Mode 0666
45 EndSection
46
47 Section "Module"
48
49 Load "dbe" # Double buffer extension
50
51 SubSection "extmod"
52 Option "omit xfree86-dga" # don't initialise the DGA extension
53 EndSubSection
54
55 Load "type1"
56 Load "freetype"
57
58 Load "glx" # libglx.a
59 Load "dri" # libdri.a
60
61 EndSection
62
63 Section "Files"
64
65 RgbPath "/usr/X11R6/lib/X11/rgb"
66
67 FontPath "/usr/X11R6/lib/X11/fonts/local/"
68 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
69 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
70 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
71 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
72 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
73 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
74 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
75
76
77 FontPath "/usr/share/fonts/TTF"
78 FontPath "/usr/share/fonts/ukr"
79 FontPath "/usr/share/fonts/afms"
80 FontPath "/usr/share/fonts/misc"
81 FontPath "/usr/share/fonts/util"
82 FontPath "/usr/share/fonts/default"
83 FontPath "/usr/share/fonts/75dpi"
84 FontPath "/usr/share/fonts/Type1"
85 FontPath "/usr/share/fonts/local"
86 FontPath "/usr/share/fonts/encodings"
87 FontPath "/usr/share/fonts/terminus"
88 FontPath "/usr/share/fonts/artwiz"
89 FontPath "/usr/share/fonts/sharefonts"
90 FontPath "/usr/share/fonts/cronyx"
91 FontPath "/usr/share/fonts/freefont"
92 FontPath "/usr/share/fonts/unifont"
93 FontPath "/usr/share/fonts/latex-xft-fonts"
94 FontPath "/usr/share/fonts/100dpi"
95 FontPath "/usr/share/fonts/corefonts"
96 FontPath "/usr/share/fonts/ttf-bitstream-vera"
97 FontPath "/usr/share/fonts/intlfonts"
98 FontPath "/usr/share/fonts/cyrillic"
99
100
101 EndSection
102
103 Section "ServerFlags"
104
105 EndSection
106
107 Section "InputDevice"
108
109 Identifier "Keyboard1"
110 Driver "kbd"
111
112 Option "AutoRepeat" "500 30"
113
114
115 Option "XkbRules" "xorg"
116 Option "XkbModel" "pc104"
117 Option "XkbLayout" "fr"
118
119 EndSection
120
121 Section "InputDevice"
122
123 # Identifier and driver
124
125 Identifier "Mouse1"
126 Driver "mouse"
127 Option "Protocol" "ImPS/2"
128 Option "ZAxisMapping" "4 5"
129 Option "Device" "/dev/input/mice"
130
131
132 Option "Emulate3Buttons"
133
134 EndSection
135
136 Section "InputDevice"
137 Identifier "Mx10000"
138 Driver "mouse"
139 Option "Protocol" "evdev"
140 Option "Dev Name" "Logitech USB Receiver"
141 Option "Dev Phys" "usb-*/input0" #
142 Option "Device" "/dev/input/event0" #
143 Option "Buttons" "12"
144 Option "ZAxisMapping" "11 12"
145 Option "Resolution" "800"
146 EndSection
147
148
149 Section "Monitor"
150 Identifier "Monitor1"
151 DisplaySize 287 215
152 #HorizSync 31.5 - 90
153 #VertRefresh 59 - 75
154 HorizSync 28-50
155 VertRefresh 43-75
156 Option "DPMS"
157
158 EndSection
159
160
161
162
163 Section "Device"
164 Identifier "Standard VGA"
165 VendorName "Unknown"
166 BoardName "Unknown"
167
168 Driver "vga"
169
170 EndSection
171
172
173
174 Section "Device"
175 Identifier "ATI Graphics Adapter"
176 Driver "fglrx"
177
178 Option "no_accel" "no"
179 Option "no_dri" "no"
180
181 Option "mtrr" "off" # disable DRI mtrr
182 mapper, driver has its own code for mtrr
183
184 Option "DesktopSetup" "0x00000100"
185 Option "MonitorLayout" "AUTO, NONE"
186 Option "IgnoreEDID" "off"
187 Option "HSync2" "unspecified"
188 Option "VRefresh2" "unspecified"
189 Option "ScreenOverlap" "0"
190
191 Option "NoTV" "yes"
192 Option "TVStandard" "NTSC-M"
193 Option "TVHSizeAdj" "0"
194 Option "TVVSizeAdj" "0"
195 Option "TVHPosAdj" "0"
196 Option "TVVPosAdj" "0"
197 Option "TVHStartAdj" "0"
198 Option "TVColorAdj" "0"
199 Option "GammaCorrectionI" "0x00000000"
200 Option "GammaCorrectionII" "0x00000000"
201
202 Option "Capabilities" "0x00000000"
203
204 Option "VideoOverlay" "on"
205
206 Option "OpenGLOverlay" "off"
207
208 Option "CenterMode" "off"
209
210 Option "PseudoColorVisuals" "off"
211
212 Option "Stereo" "off"
213 Option "StereoSyncEnable" "1"
214
215 Option "FSAAEnable" "no"
216 Option "FSAAScale" "1"
217 Option "FSAADisableGamma" "no"
218 Option "FSAACustomizeMSPos" "no"
219 Option "FSAAMSPosX0" "0.000000"
220 Option "FSAAMSPosY0" "0.000000"
221 Option "FSAAMSPosX1" "0.000000"
222 Option "FSAAMSPosY1" "0.000000"
223 Option "FSAAMSPosX2" "0.000000"
224 Option "FSAAMSPosY2" "0.000000"
225 Option "FSAAMSPosX3" "0.000000"
226 Option "FSAAMSPosY3" "0.000000"
227 Option "FSAAMSPosX4" "0.000000"
228 Option "FSAAMSPosY4" "0.000000"
229 Option "FSAAMSPosX5" "0.000000"
230 Option "FSAAMSPosY5" "0.000000"
231
232 Option "UseFastTLS" "0"
233 Option "BlockSignalsOnLock" "on"
234 Option "UseInternalAGPGART" "yes"
235 Option "ForceGenericCPU" "no"
236 BusID "PCI:1:0:0" # vendor=1002, device=4e50
237 Screen 0
238 EndSection
239
240 Section "Screen"
241 Identifier "Screen1"
242 Device "ATI Graphics Adapter"
243 Monitor "Monitor1"
244 DefaultDepth 24
245 Option "backingstore" "true"
246
247
248 SubSection "Display"
249 Depth 1
250 Modes "1400x1050" "1280x1024" "1024x768"
251 "800x600" "640x480"
252 EndSubSection
253 SubSection "Display"
254 Depth 4
255 Modes "1400x1050" "1280x1024" "1024x768"
256 "800x600" "640x480"
257 EndSubSection
258 SubSection "Display"
259 Depth 8
260 Modes "1400x1050" "1280x1024" "1024x768"
261 "800x600" "640x480"
262 EndSubSection
263 SubSection "Display"
264 Depth 15
265 Modes "1400x1050" "1280x1024" "1024x768"
266 "800x600" "640x480"
267 EndSubSection
268 SubSection "Display"
269 Depth 16
270 Modes "1400x1050" "1280x1024" "1024x768"
271 "800x600" "640x480"
272 EndSubSection
273 SubSection "Display"
274 Depth 24
275 Modes "1400x1050" "1280x1024" "1024x768"
276 "800x600" "640x480"
277 EndSubSection
278
279 Option "backingstore" "true"
280
281
282 EndSection
283
284 Section "ServerLayout"
285
286 Identifier "Server Layout"
287
288 Screen "Screen1"
289
290
291 InputDevice "Mouse1" "CorePointer"
292 InputDevice "Keyboard1" "CoreKeyboard"
293
294 EndSection
295
296 Section "Extensions"
297 # Option "Composite" "Enable"
298 Option "RENDER" "Enable"
299 EndSection
300
301 ### EOF ###
302
303
304 Merci :o$
305
306 Amicalement
307
308 Seb
309
310 --
311 Regist. Linux User #344952
312
313 Nous nous sommes dit tu. Nous nous sommes dit tout. Nous nous sommes
314 dit vous, puis nous nous sommes tus.
315
316 --
317 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome grillot sebastien <sebastiengrillot@×××××.com>