Précédent   Forum des professionnels en informatique > Systèmes > Linux > Applications > KDE
KDE Vos questions sur l'environnement KDE
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
Vieux 13/05/2009, 13h53   #1
Invité de passage
 
Inscription : mai 2009
Messages : 5
Détails du profil
Informations forums :
Inscription : mai 2009
Messages : 5
Points : 0
Points : 0
Par défaut Centos 5 + X window system + kde

Bonjour

J'ai installé X window system + kde avec la commande :

Code :
yum groupinstall "X Window System" "KDE (K Desktop Environment)"
Quand je tape la commande startx, je reste toujours bloqué sur :

Code :
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
[root@ns36 ~]# startx
xauth:  creating new authority file /root/.serverauth.5119
 
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/ns36         :0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
 
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-53.1.14.el5PAE i686 Red Hat, Inc.
Current Operating System: Linux ns36             2.6.28.1-xxxx-std-ipv4-32
#1 SM  P Mon Jan 19 11:09:09 UTC 2009 i686
Build Date: 21 January 2009
Build ID: xorg-x11-server 1.1.1-48.52.el5
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed May 13 13:25:02 2009
(==) Using config file: "/etc/X11/xorg.conf"
localuser:root being added to access control list
xset:  bad font path element (#83), possible causes are:
    Directory does not exist or has wrong permissions
    Directory missing fonts.dir
    Incorrect font server address or syntax
startkde: Starting up...
kbuildsycoca running...
>> running as realtime process now (priority 50)
Klipper is already running!
KWrited - Listening on Device /dev/pts/1
Exception exceptions.KeyError: <exceptions.KeyError instance at 0x848dc4c>
in 'd bus_bindings._GIL_safe_cmessage_function_handler' ignored
Voilà si quelqu'un peut me donner un conseil, une idée ...

Merci
tfred84 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 13/05/2009, 21h14   #2
Rédacteur/Modérateur
 
Avatar de CedrX
 
Inscription : avril 2007
Messages : 1 096
Détails du profil
Informations forums :
Inscription : avril 2007
Messages : 1 096
Points : 1 252
Points : 1 252
Citation:
Voilà si quelqu'un peut me donner un conseil, une idée ...
Oi consulter le fichier /var/log/Xorg.0.log si celui ci existe.
Et nous en faire un copié/collé (avec des balises CODE )
CedrX est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 14/05/2009, 09h46   #3
Invité de passage
 
Inscription : mai 2009
Messages : 5
Détails du profil
Informations forums :
Inscription : mai 2009
Messages : 5
Points : 0
Points : 0
Bonjour

Merci pour votre aide, voilà le code du fichier Xorg.0.log :

Code :
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/nsXXXXXXXXXXXXX:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
 
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-53.1.14.el5PAE i686 Red Hat, Inc.
Current Operating System: Linux nsXXXXXXXXXXX 2.6.28.1-xxxx-std-ipv4-32 #1 SMP Mon Jan 19 11:09:09 UTC 2009 i686
Build Date: 21 January 2009
Build ID: xorg-x11-server 1.1.1-48.52.el5 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 14 09:06:49 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
(==) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
	unix/:7100,
	built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 8
 
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29c0 card 0000,0000 rev 10 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29c1 card 0000,0000 rev 10 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 8086,29c2 card 8086,29c2 rev 10 class 03,00,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 8086,27c8 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 8086,27c9 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 8086,27ca rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 8086,27cb rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 8086,27cc rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 8086,544e rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 8086,27df rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 8086,27c0 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 8086,d608 rev 01 class 0c,05,00 hdr 00
(II) PCI: 03:00:0: chip 10ec,8168 card 8086,d608 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0x80000000 - 0x800fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x29c2) rev 16, Mem @ 0xfeb00000/19, 0xc0000000/29, 0xfe900000/20, I/O @ 0xe140/3
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[1] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[2] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[3] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[4] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[5] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[8] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[9] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[10] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[11] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[12] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[13] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[14] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[15] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[16] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[17] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[18] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[19] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[20] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[21] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[1] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[2] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[3] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[4] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[5] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[6] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[7] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[8] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[9] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[10] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[11] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[12] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[13] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[14] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[15] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[16] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[17] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[18] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[19] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[20] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[21] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[5] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[6] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[7] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[8] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[9] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[13] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[14] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[15] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[16] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[17] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[18] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[24] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[25] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[26] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[27] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "vga"
(II) Loading /usr/lib/xorg/modules/drivers/vga_drv.so
(II) Module vga: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 4.1.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) VGA: Generic VGA driver (version 4.1) for chipsets: generic
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset generic found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[5] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[6] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[7] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[8] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[9] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[13] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[14] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[15] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[16] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[17] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[18] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[24] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[25] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[26] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[27] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[5] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[6] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[7] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[8] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[9] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[15] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[16] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[17] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[18] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[19] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[20] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[21] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[22] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[23] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[24] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[26] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[27] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[28] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[29] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[30] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
	[31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) VGA(0): initializing int10.
(WW) VGA(0): Bad V_BIOS checksum
(II) VGA(0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(**) VGA(0): Depth 8, (--) framebuffer bpp 8
(==) VGA(0): RGB weight 666
(==) VGA(0): Default visual is PseudoColor
(==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) VGA(0): videoRam: 64 kBytes.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) VGA(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) VGA(0): Monitor0: Using vrefresh range of 50.00-180.00 Hz
(II) VGA(0): Clock range:  23.17 to  30.32 MHz
(II) VGA(0): Not using default mode "640x350" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) VGA(0): Not using default mode "640x400" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) VGA(0): Not using default mode "720x400" (insufficient memory for mode)
(II) VGA(0): Not using default mode "360x200" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "320x240" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (insufficient memory for mode)
(II) VGA(0): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(0): Not using default mode "400x300" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(0): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) VGA(0): Not using default mode "576x432" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(0): Not using default mode "640x512" (insufficient memory for mode)
 
(WW) VGA(0): Mode pool is empty
(==) VGA(0): Virtual size is 320x200 (pitch 320)
(**) VGA(0):  Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
(II) VGA(0): Modeline "Generic 320x200 default mode"   12.59  320 336 384 400  200 206 207 224 vscan 2 -hsync +vsync
(==) VGA(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xfe900000 - 0xfe9fffff (0x100000) MS[B]
	[1] 0	0	0xc0000000 - 0xdfffffff (0x20000000) MS[B]
	[2] 0	0	0xfeb00000 - 0xfeb7ffff (0x80000) MS[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xfea20000 - 0xfea20fff (0x1000) MX[B]
	[8] -1	0	0xfeb80000 - 0xfeb803ff (0x400) MX[B]
	[9] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
	[11] -1	0	0xfeb00000 - 0xfeb7ffff (0x80000) MX[B](B)
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[15] 0	0	0x0000e140 - 0x0000e147 (0x8) IS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[20] -1	0	0x0000e0a0 - 0x0000e0af (0x10) IX[B]
	[21] -1	0	0x0000e0b0 - 0x0000e0b3 (0x4) IX[B]
	[22] -1	0	0x0000e0c0 - 0x0000e0c7 (0x8) IX[B]
	[23] -1	0	0x0000e0d0 - 0x0000e0d3 (0x4) IX[B]
	[24] -1	0	0x0000e0e0 - 0x0000e0e7 (0x8) IX[B]
	[25] -1	0	0x0000e0f0 - 0x0000e0ff (0x10) IX[B]
	[26] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[27] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[28] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[29] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[30] -1	0	0x0000e020 - 0x0000e03f (0x20) IX[B]
	[31] -1	0	0x0000e040 - 0x0000e05f (0x20) IX[B]
	[32] -1	0	0x0000e060 - 0x0000e07f (0x20) IX[B]
	[33] -1	0	0x0000e080 - 0x0000e09f (0x20) IX[B]
	[34] -1	0	0x0000e140 - 0x0000e147 (0x8) IX[B](B)
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: Core Pointer
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) Option "CoreKeyboard"
(**) <default keyboard>: Core Keyboard
(**) Option "Protocol" "standard"
(**) <default keyboard>: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) <default keyboard>: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) <default keyboard>: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) <default keyboard>: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) <default keyboard>: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
J'avais déjà lu ce fichier car je pensais que le problème venait de la carte graphique ... Mais bon je suis débutant j'espére que vous pourrez trouver le problème.

Merci.
tfred84 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 14/05/2009, 12h14   #4
Rédacteur/Modérateur
 
Avatar de CedrX
 
Inscription : avril 2007
Messages : 1 096
Détails du profil
Informations forums :
Inscription : avril 2007
Messages : 1 096
Points : 1 252
Points : 1 252
Citation:
(II) VGA: Generic VGA driver (version 4.1) for chipsets: generic
Bizarre... Il essaye de démarrer le serveur X avec un driver de simple chipset vga générique.
Citation:
(**) Option "XkbModel" "pc105"
(**) <default keyboard>: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) <default keyboard>: XkbLayout: "us"
En plus apparemment il démarre le serveur X avec un clavier configuré comme un clavier us. Je ne pense pas que ce soit volontaire ? si ?

As tu configuré ton serveur xorg après l'avoir installé?
Essayes avec la commande: (en mode console)
CedrX est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 14/05/2009, 13h38   #5
Invité de passage
 
Inscription : mai 2009
Messages : 5
Détails du profil
Informations forums :
Inscription : mai 2009
Messages : 5
Points : 0
Points : 0
Avec la commande system-config-display je reste bloqué sur cet écran :

Code :
1
2
3
[root@ns360836 ~]# system-config-display
Avertissement du gestionnaire de fenêtres*: Échec de lecture du thème depuis le fichier /usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml*: L'ouverture du fichier «*/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml*» a échoué*: Aucun fichier ou répertoire de ce type
Avertissement du gestionnaire de fenêtres*: Impossible de charger le thème «*Clearlooks*»*: L'ouverture du fichier «*/usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml*» a échoué*: Aucun fichier ou répertoire de ce type
Le controleur vga est un Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10). Dans les drivers xorg je n'ai pas trouvé de xorg-x11-intel ce qui explique peut être le driver chipset vga générique.

Pour le clavier je viens de corriger dans xorg.conf

Merci pour votre réponse.
tfred84 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +1. Il est actuellement 19h46.


 
 
 
 
Partenaires

Hébergement Web