Précédent   Forum des professionnels en informatique > Systèmes > Linux > Matériel
Matériel Vos questions relatives à la configuration optimale et au support matériel
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 19/08/2006, 05h47   #1
Membre du Club
 
Inscription : novembre 2004
Messages : 132
Détails du profil
Informations forums :
Inscription : novembre 2004
Messages : 132
Points : 44
Points : 44
Envoyer un message via MSN à red210
Par défaut Probleme avec les pilotes ATI : ERROR: version mismatch - 2D module [8.28.8] incompat

J'ai suivie le howto ati drivers : http://gentoo-wiki.com/HOWTO_ATI_Drivers, et je beneficais de l'acceleration 3D, les pilotes etaient bien reconnu, ceux d'ATI.

Puis j'ai fait un emerge world, celui d'apres l'install, et lorsque je me suis a nouveau logge, les drivers ATI n'etait pas lancer mais a la place c'etait les mesa.

Je ne beneficie donc plus actuellement de l'acceleration 3D c'est donc un peu ennuyeux, voici le resultats des commandes :


fglrxinfo :

Code :
1
2
3
4
5
6
7
8
 
ERROR: version mismatch - 2D module [8.28.8] incompatible with OGL client module [8.27.10].
 
libGL error: InitDriver failed
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)

glxgears :

Code :
1
2
3
 
ERROR: version mismatch - 2D module [8.28.8] incompatible with OGL client module [8.27.10].
libGL error: InitDriver failed

dmesg (Processor type and features --- MTRR support est enabled dans le kernel):

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
 
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 804 MBytes.
[fglrx] module loaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
[fglrx] module unloaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
[fglrx] Maximum main memory to use for locked dma buffers: 804 MBytes.
[fglrx] module loaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[fglrx] total      GART = 134217728
[fglrx] free       GART = 118226944
[fglrx] max single GART = 118226944
[fglrx] total      LFB  = 258904064
[fglrx] free       LFB  = 244305920
[fglrx] max single LFB  = 244305920
[fglrx] total      Inv  = 0
[fglrx] free       Inv  = 0
[fglrx] max single Inv  = 0
[fglrx] total      TIM  = 0
mtrr: no MTRR for e0000000,800000 found
mtrr: no MTRR for e0800000,80000 found
mtrr: no MTRR for e0880000,40000 found
mtrr: no MTRR for e08c0000,20000 found
mtrr: no MTRR for e08e0000,10000 found
mtrr: no MTRR for e08f0000,4000 found
mtrr: no MTRR for e08f4000,2000 found
mtrr: no MTRR for e08f6000,1000 found
/etc/X11/xorg.conf :

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
 
Section "ServerLayout"
 
 
 
	Identifier     "Simple Layout"
 
	Screen      0  "aticonfig-Screen[0]" 0 0
 
	InputDevice    "Keyboard1" "CoreKeyboard"
 
EndSection
 
 
 
Section "Files"
 
 
 
	FontPath     "/usr/share/fonts/misc"
 
	FontPath     "/usr/share/fonts/75dpi"
 
	FontPath     "/usr/share/fonts/100dpi"
 
	FontPath     "/usr/share/fonts/Type1"
 
EndSection
 
 
 
Section "Module"
 
 
 
	Load  "dbe"  	# Double buffer extension
 
	SubSection "extmod"
 
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
 
	EndSubSection
 
	Load  "freetype"
 
	Load  "dri"
 
	Load  "glx"
 
EndSection
 
 
 
Section "InputDevice"
 
 
 
	Identifier  "Keyboard1"
 
	Driver      "kbd"
 
	Option	    "AutoRepeat" "500 30"
 
	Option	    "XkbRules" "xorg"
 
	Option	    "XkbModel" "hpxt1000"
 
	Option	    "XkbLayout" "ch"
 
EndSection
 
 
 
 
 
Section "Monitor"
 
 
 
	Identifier   "My Monitor"
 
	HorizSync    31.5 - 31.5
 
	VertRefresh  50.0 - 70.0
 
EndSection
 
 
 
Section "Monitor"
 
	Identifier   "aticonfig-Monitor[0]"
 
	Option	    "VendorName" "ATI Proprietary Driver"
 
	Option	    "ModelName" "Generic Autodetecting Monitor"
 
	Option	    "DPMS" "true"
 
EndSection
 
 
 
Section "Device"
 
 
 
	Identifier  "Standard VGA"
 
	Driver      "vga"
 
	VendorName  "Unknown"
 
	BoardName   "Unknown"
 
EndSection
 
 
 
Section "Device"
 
 
 
	Identifier  "My Video Card"
 
	Driver      "vga"
 
EndSection
 
 
 
Section "Device"
 
	Identifier  "aticonfig-Device[0]"
 
	Driver      "fglrx"
 
EndSection
 
 
 
Section "Screen"
 
	Identifier "Screen 1"
 
	Device     "My Video Card"
 
	Monitor    "My Monitor"
 
	DefaultDepth     24
 
	SubSection "Display"
 
		Viewport   0 0
 
		Depth     8
 
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
 
	EndSubSection
 
	SubSection "Display"
 
		Viewport   0 0
 
		Depth     16
 
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
 
	EndSubSection
 
	SubSection "Display"
 
		Viewport   0 0
 
		Depth     24
 
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
 
	EndSubSection
 
EndSection
 
 
 
Section "Screen"
 
	Identifier "aticonfig-Screen[0]"
 
	Device     "aticonfig-Device[0]"
 
	Monitor    "aticonfig-Monitor[0]"
 
	DefaultDepth     24
 
	SubSection "Display"
 
		Viewport   0 0
 
		Depth     24
 
	EndSubSection
 
EndSection
 
 
 
Section "DRI"
 
    Mode 0666
 
EndSection

J'ai deja mener un travail de recherche mais je n'ai trouve aucune reponse a cette erreur : ERROR: version mismatch - 2D module [8.28.8] incompatible with OGL client module [8.27.10].

Si quelequ'un pouvait me venir en aide je suis preneur, merci.
red210 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 19/08/2006, 06h03   #2
Membre du Club
 
Inscription : novembre 2004
Messages : 132
Détails du profil
Informations forums :
Inscription : novembre 2004
Messages : 132
Points : 44
Points : 44
Envoyer un message via MSN à red210
Je viens de trouver la solution, j'ai du reinstaller les modules ATI d'une version precedentes, la 8.27.10, afin d'assurer la compatibilite avec le module OpenGl.

Il est quand meme etrange que le module OpenGl ne suive pas la version fournit avec le driver ATI, puisque celui ci s'installe par le biais du meme driver...
red210 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 16h28.


 
 
 
 
Partenaires

Hébergement Web