Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/04/2006, à 20:03

Zorro56

[résolu] Activer le DRI sur Matrox g450

Bonjour à tous !
J'aimerai savoir comment activer le DRI sur ma Matrox g450 !
J'ai cherché et j'en suis arrivé là ( au début je ne savais même pas ce qu'était le DRI ) .

Encore merci wink .

Dernière modification par Zorro56 (Le 04/04/2006, à 10:11)

Hors ligne

#2 Le 02/04/2006, à 10:45

Zorro56

Re : [résolu] Activer le DRI sur Matrox g450

J'ai réussi à installer les drivers DRI mais après un reboot et restart de X rien n'a changé ( Direct rendering  no , etc .... ).

Que faire ? Je crois que ces drivers sont faits pour XFree alors que moi j'ai X.org ! Aidez moi s'il vous plaît !

Hors ligne

#3 Le 02/04/2006, à 12:32

Donk

Re : [résolu] Activer le DRI sur Matrox g450

Est ce que dans ton fichier xorg.conf, la ligne Load "dri" apparait dans la section "module"?
Si oui, est elle décommentée?

Dernière modification par Donk (Le 02/04/2006, à 12:33)

Hors ligne

#4 Le 02/04/2006, à 13:32

Zorro56

Re : [résolu] Activer le DRI sur Matrox g450

Tout d'abord merci pour ta réponse wink .
Cette ligne est bien présente , et elle est décommentée .
Voici mon Xorg.conf à l'heure actuelle :

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	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"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Matrox Graphics, Inc. MGA G400 AGP"
	Driver		"mga"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"IBM P92"
	Option		"DPMS"
	HorizSync	30-94
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Matrox Graphics, Inc. MGA G400 AGP"
	Monitor		"IBM P92"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Seection "DRI"
	Mode	0666
EndSection

Hors ligne

#5 Le 03/04/2006, à 19:03

Zorro56

Re : [résolu] Activer le DRI sur Matrox g450

Je n'ai toujours pas trouvé comment activer le DRI , pourtant certains sur le forum semblent avoir réussi sad , et j'ai cherché .

Hors ligne

#6 Le 04/04/2006, à 10:10

Zorro56

Re : [résolu] Activer le DRI sur Matrox g450

Problème résolu .

Hors ligne

#7 Le 07/05/2006, à 18:58

mowgly

Re : [résolu] Activer le DRI sur Matrox g450

Bonjour,

L'auteur du message à réussi à résoudre le problème mais n'a pas expliqué comment il a procédé.
Je remonte alors le topic pour dire que j'ai le même problème.

Dans mon fichier de configuration j'ai bien 'Load 'dri'.
J'ai installé les derniers drivers de matrox et lorsque je 'glxinfo | grep rendering' ca me renvoit un 'direct rendering : no'. Ca fait des jours que je google et jai essayé 36 versions de pilotes mais rien à faire 'direct rendering : no'.
Contrairement à 'Zorro' j'ai une matrox g200.

Je ne sais pas si ca a un rapport mais l'interface est plutot lente surtout avec firefox, et tuxracer n'en parlons pas je dois faire du 1,x fps.

Merci de m'éclairer : )