Pages : 1
#1 Le 06/01/2006, à 23:09
- le ragondin de l'espace
pas d'accélération graphique
Bonjour.
J'ai installé le pilote NVIDIA pour ma Geforce fx5200 et j'ai suivi le tuto du site pour l'optimiser. Pourtant, quand je lance fgl_glxgears pour tester l'accélération graphique, mon shell me renvoie un merveilleux command not found. Voici 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"
EndSection
Section "Module"
# Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoDCC"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
Option "NvAGP" "3"
Option "RenderAccel" "true"
Option "Coolbits" "1"
VideoRam 131072
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
EndSection
Pourquoi l'accélération ne marche pas ?
Hors ligne
#2 Le 06/01/2006, à 23:43
- mr_pouit
Re : pas d'accélération graphique
Simplement parce que fgl_glxgears est relatif aux pilotes propriétaires ATI, donc il n'est pas installé sur ton système
Tu dois avoir l'accélération graphique, mais si tu veux vérifier :
Regarde si la commande "glxinfo" ne te renvoie pas d'erreur, ou au pire, installe un jeu (supertux par exemple), et s'il rame, c'est que tu n'as pas l'accélération graphique.
Dernière modification par mr_pouit (Le 06/01/2006, à 23:44)
Hors ligne
#3 Le 07/01/2006, à 09:17
- le ragondin de l'espace
Re : pas d'accélération graphique
Merci pour tes indications. L'openGL fonctionne, mais j'ai des doutes sur ma config car la plupart de mes jeux rament sous Cedega. D'ailleurs, ce dernier me dit que l'accélération graphique n'est pas disponible. Bizarre...
Hors ligne
Pages : 1