Pages : 1
#1 Le 23/07/2007, à 11:49
- jeangibon
Pas d'accélaration 3D
Salut à tous,
Alors voilà je vous expose mon problème, je vous remercie d'avance pour toute vos réponses... J'ai dèjà pas mal cherché. Mais je crois que la solution c'est des vrai drivers ....
J'ai donc une carte graphique ATI (comme vous pouviez vous en douter), FIREGL V5200, j'ai un session XGL + Compiz-fusion , jusque là aucun souci seul souci impossible de jouer à de vrai jeu 3d
Pour moi le cause c ça :
glxinfo | grep rendering
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No
extrait du xorg.conf :
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
..................
Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "disable"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Et mon Log donne quelque chose de bizarre :
cat /var/log/Xorg.0.log | grep DRI
(II) Loading extension XFree86-DRI
(==) fglrx(0): NoDRI = NO
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): [DRI] installation complete
Si quelqu'un pouvait me guider ...
Merci d'avance ...
Hors ligne
#2 Le 23/07/2007, à 12:48
- jdefaver
Re : Pas d'accélaration 3D
normal, comme dit des centaines de fois, pas de dri sous xgl. Il suffit d'utiliser le display 0, dans lequel xgl est lancé :
DISPLAY=:0 glxinfo
Hors ligne
Pages : 1