OVH Cloud OVH Cloud

pb ATI radeon 9600 SE/DRI missing

7 réponses
Avatar
jerome PASQUIER
Bonjour,

Depuis peu sous Debian Sarge, ma RADEON me pose
qq problèmes : glxgears à 140/50 fps.

glxifo renvoie :
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

J'ai essayé d'installer les drivers propio de ATI :
même résultat.

Mon /etc/X11/XF86Config-4 :

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
Load "glx"
Load "dri"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"

EndSection


Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
EndSection

Section "Monitor"
Identifier "LM704U"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

EndSection

Section "Device"
Identifier "ASUS ATI RADEON 9600 SE"
Driver "radeon"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection

Section "Screen"
Identifier "Screen 1"
Device "ASUS ATI RADEON 9600 SE"
Monitor "LM704U"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
Mode 0666
EndSection

merci

ps : la sarge s'installe vraiment facilement.

7 réponses

Avatar
Doug713705
Le Lundi 25 Juillet 2005 08:50, jerome PASQUIER s'est exprimé de la sorte
sur fr.comp.os.linux.configuration :

Bonjour,

Depuis peu sous Debian Sarge, ma RADEON me pose
qq problèmes : glxgears à 140/50 fps.

glxifo renvoie :
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

J'ai essayé d'installer les drivers propio de ATI :
même résultat.



Direct Rendering Manager est il activé dans le noyau ?
section character devices)
CONFIG_DRM=y

En espérant avoir aidé.

--
@+
Doug [Linux user #307925] - Slackware RuleZ ;-)
[Pourquoi t'es qui, qu'est ce que tu fais par où ?]
-- Pour me contacter enlever no-spam (2X) --

Avatar
jerome PASQUIER
Doug713705 wrote:

Le Lundi 25 Juillet 2005 08:50, jerome PASQUIER s'est exprimé de la sorte
sur fr.comp.os.linux.configuration :

Bonjour,

Depuis peu sous Debian Sarge, ma RADEON me pose
qq problèmes : glxgears à 140/50 fps.

glxifo renvoie :
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

J'ai essayé d'installer les drivers propio de ATI :
même résultat.



Direct Rendering Manager est il activé dans le noyau ?
section character devices)
CONFIG_DRM=y

En espérant avoir aidé.



Salut,

excuse mais je ne sait pas où voir si Direct Rendering Manager est
il activé :{

Au fait Kernel 2.6.8, Xfree86 4.3.0.1

Merci


Avatar
FrekoDing
jerome PASQUIER wrote:

Direct Rendering Manager est il activé dans le noyau ?
section character devices)
CONFIG_DRM=y

En espérant avoir aidé.




Salut,


Salut.

excuse mais je ne sait pas où voir si Direct Rendering Manager est
il activé :{


cd /usr/src/linux
cat .config | grep CONFIG_DRM

Merci


de rien. @+


Avatar
jerome PASQUIER
Salut c'est encore moi :(

FrekoDing wrote:


cd /usr/src/linux
cat .config | grep CONFIG_DRM



Impossible de trouver .config, j'ai mis le package kernel-source-?.?.?
mais rien de plus dans /usr/src/ mis à part les entêtes du kernel.

merci

Avatar
JB
jerome PASQUIER wrote:
Salut c'est encore moi :(

FrekoDing wrote:


cd /usr/src/linux
cat .config | grep CONFIG_DRM




Impossible de trouver .config, j'ai mis le package kernel-source-?.?.?
mais rien de plus dans /usr/src/ mis à part les entêtes du kernel.

merci
mon petit grain de sel:

en général sous /boot on trouve un config écrit de divers manière
pour debian : /boot/config-2.4.27-2-686
pour fedora :
-rw-r--r-- 1 root root 55504 jun 13 07:10 config-2.6.11-1.35_FC3
-rw-r--r-- 1 root root 50929 nov 2 2004 config-2.6.9-1.667
ici 2 fois car une évolution du kernel et make install a fait cela tout seul

A+
JB


Avatar
Phil

Depuis peu sous Debian Sarge, ma RADEON me pose
qq problèmes : glxgears à 140/50 fps.

J'ai essayé d'installer les drivers propio de ATI :
même résultat.


Bonjour,

Va voir sur ce site : j'y ai téléchargé le driver ATI (sous forme de
paquet debian ) installer, puis à compiler) : ça marche très bien avec
mon ATI Radeon 9600, sarge, Kernel 2.6.8, Xfree86 4.3.0.1

http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html#requirements

Mon /etc/X11/XF86Config-4 :

Section "Device"
Identifier "ASUS ATI RADEON 9600 SE"
Driver "radeon"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection


Essaie peut-être avec Driver "fglrx" ?

Avatar
jerome PASQUIER
bonsoir,

merci à FrekoDing pour /boot/config...

donc CONFIG_DRM=y

merci à Phil pour le .deb, j'éssaie de
l'installé et je vous redonne de mes nouvelles

A++