#1 Le 18/05/2006, à 18:44
- rilemre
[resolu] glxgears "Error: couldn't get an RGB, Double-buffered visual"
bonsoir a tous,
j'ai un petit soucis d'acceleration graphique.
mon ubuntu est une 5.1
mon noyau est 2.6.12-10-k7 avec les resticted modules correspondants.
un #cat /proc/cpuinfo me retourne ca
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 47
model name : AMD Athlon(tm) 64 Processor 3800+
stepping : 0
cpu MHz : 2412.102
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni
bogomips : 4767.74
pour ce qui est de ma carte graphique, c'est une gigabyte GeForce 7800 GTX avec sli et 256 DDR. le chipset est un chipset Nvidia.
voila pour les infotmations.
Maintenant j'ai voulu tester les performances de ma carte graphique et de mon accelaration 3D avec glxgears.
seulement cela me retourne
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
si j'ai bien compris, etant tres amateur dans les interfaces graphiques sous linux, il fallait que j'ai dans la configuration de xorg.conf le module glx chargé.
c'est le cas.
voici le contenu de mon xorg.conf
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSectionSection "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
BusID "PCI:5:0:0"
EndSectionSection "Monitor"
Identifier "MFM-HT95"
Option "DPMS"
HorizSync 28-86
VertRefresh 48-75
EndSectionSection "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "MFM-HT95"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
j'ai un peu peur de modifier tout ca. que dois je faire pour que ma carte graphique soit reconnue normalement et que je puisse en tirer pleinement parti?
bien cordialement,
Matthieu
Dernière modification par rilemre (Le 28/05/2006, à 19:11)
Hors ligne
#2 Le 19/05/2006, à 10:41
- RaphAstronome
Re : [resolu] glxgears "Error: couldn't get an RGB, Double-buffered visual"
Pour les dernières cartes graphiques (type GeForce 7xxx) le pilote proposé dans synaptic est trop ancien.
Il faut soit utiliser Dapper Drake (en version béta) soit installer les pilotes manuelement : http://doc.ubuntu-fr.org/materiel/nvidia.run
RaphAstronome
https://www.astro5000.com/
Hors ligne
#3 Le 19/05/2006, à 11:52
- rilemre
Re : [resolu] glxgears "Error: couldn't get an RGB, Double-buffered visual"
bonjour RaphAstronome
merci pour cette reponse.
vu que Dapper Drake sort bientot, je vais attendre a ce moment la.
merci beaucoup
Hors ligne
#4 Le 28/05/2006, à 19:11
- rilemre
Re : [resolu] glxgears "Error: couldn't get an RGB, Double-buffered visual"
bonsoir
une migration vers dapperdrake, une installation de nvidia-glx et une reconfiguration de xserver-xorg avec comme driver nvidia ont resolu mon probleme
merci beaucoup
Hors ligne