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 24/03/2005, à 17:53

Draxredd

[Résolu] ATI, Hoary, AMD64 et pas d'OpenGL

J'ai une x800pro, un AMD64 3400+, un chipset via et hoary 5.04.

j'ai installé fglrx (8.8.25) via Synaptic.

tout va bien sauf que Direct Rendering == no, et que glxinfo me sert toujours du "Mesa".

dans Xorg.conf, driver ="ATI" et non pas "fglrx". j'ai essayé de changer mais du coup ecran noir et freeze au redémarrage d'X.

#2 Le 24/03/2005, à 22:25

riri

Re : [Résolu] ATI, Hoary, AMD64 et pas d'OpenGL

Salut,

j'ai eu ça moi aussi, alors il faut y aller à tatons :-)
Perso j'ai désactivé le démarrage en graphique (comme au bon vieux temps smile, et j'ai fais des tests au coup par coup en lançant X directement.

J'y suis finalement arrivé en :

- utilisant fglrxconfig pour générer un /etc/X11/XF86Config-4
- mattant les différences avec mon xorg.conf (à part les options du driver  fglrx)
- en sauvant mon xorg.conf
- en faisant des tests au coup par coup, mais surtout modifier l'option du driver UseInternalAGPGART pour lui mettre "no" (comme expliqué dans plusieurs topics du forum ubuntu en).

Pour info, mon xorg.conf (on voit bien encore des traces de mes tests avec les commentaires sur les modules chargés :-) :

PS: si vous voyez un truc abérrant qui freine ma config, dites-le moi, ça m'aidera, mais pour l'instant aucun problème (à part que gstreamer est toujours aussi lent en video, alors que libxine est nickel)

Section "dri"
	Mode	0666
EndSection

Section "Module"
	Load	"dbe"

	Load	"extmod"
#	SubSection "extmod"
#		Option	"omit xfree86-dga"
#	EndSubSection

	Load	"type1"
	Load	"freetype"

	Load	"glx"
	Load	"dri"

	Load	"bitmap"
	Load	"int10"
	Load	"record"
#	Load	"speedo"
#	Load	"xtt"

#	Load	"ddc"	# not reported
#	Load	"vbe"	# not reported
EndSection

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
#	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/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 "InputDevice"
	Identifier	"UltraFlat"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"AutoRepeat"		"500 30"
	Option		"XkbRules"		"xorg"
	Option		"XkbModel"		"pc105"
	Option		"XkbLayout"		"fr-latin9"
EndSection

Section "InputDevice"
	Identifier	"Logitech"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Monitor"
	Identifier	"Futura"
	Option		"DPMS"
	HorizSync	31.5 - 86.0
	VertRefresh	50 - 160
EndSection

Section "Device"
	Identifier	"Standard VGA"
	VendorName	"Unknown"
	BoardName	"Unknown"
	Driver		"vga"
EndSection

Section "Device"
	Identifier	"ATI Radeon 9800PRO"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	Screen		0

	Option		"no_accel"		"no"
	Option		"no_dri"		"no"
	Option		"mtrr"			"off"

	Option		"DesktopSetup"		"0x00000000"
	Option		"MonitorLayout"		"AUTO, AUTO"
	Option		"IgnoreEDID"		"off"
	#Option		"Hsync2"		"unspecified"
	#Option		"VRefresh2"		"unspecified"
	#Option		"ScrenOverlap"		"0"

	Option		"NoTV"			"yes"
	#Option		"TVStandard"		"NTSC-M"
	#Option		"TVHSizeAdj"		"0"
	#Option		"TVVSizeAdj"		"0"
	#Option		"TVHPosAdj"		"0"
	#Option		"TVVPosAdj"		"0"
	#Option		"TVHStartAdj"		"0"
	#Option		"TVColorAdj"		"0"
	#Option		"GammaCorrectionI"	"0x00000000"
	#Option		"GammaCorrectionII"	"0x00000000"
	#Option		"Capabilities"		"0x00000000"
	#Option		"VideoOverlay"		"on"

	Option		"OpenGLOverlay"		"off"
	Option		"CenterMode"		"off"
	Option		"PseudoColorVisuals"	"off"

	Option		"Stereo"		"off"
	Option		"StereoSyncEnable"	"1"

	Option		"FSAAEnable"		"no"
	Option		"FSAAScale"		"1"
	Option		"FSAADisableGamma"	"no"
	Option		"FSAACustomizeMSPos"	"no"

	Option		"FSAAMSPosX0"		"0.000000"
	Option		"FSAAMSPosY0"		"0.000000"
	Option		"FSAAMSPosX1"		"0.000000"
	Option		"FSAAMSPosY1"		"0.000000"
	Option		"FSAAMSPosX2"		"0.000000"
	Option		"FSAAMSPosY2"		"0.000000"
	Option		"FSAAMSPosX3"		"0.000000"
	Option		"FSAAMSPosY3"		"0.000000"
	Option		"FSAAMSPosX4"		"0.000000"
	Option		"FSAAMSPosY4"		"0.000000"
	Option		"FSAAMSPosX5"		"0.000000"
	Option		"FSAAMSPosY5"		"0.000000"

	Option		"UseFastTLS"		"0"
	Option		"BlockSignalsOnLock"	"on"
	Option		"UseInternalAGPGART"	"no"
	Option		"ForceGenericCPU"	"no"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon 9800PRO"
	Monitor		"Futura"
	DefaultDepth	24
	Option		"BackingStore"

	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"UltraFlat"
	InputDevice	"Logitech"
EndSection

riri - tulkluteur avertit.
La liberté d'une personne s'arrête où commence celle des autres.

Hors ligne

#3 Le 25/03/2005, à 20:05

Draxredd

Re : [Résolu] ATI, Hoary, AMD64 et pas d'OpenGL

yessss

ca a marché.

ce que j'ai fais :

je lance fglrxconfig qui me cree un fichier config xfree86, je prend dedans la section Device que je colle a la place de la section device dans xorg.conf.

NE PAS OUBLIER DE CHANGER le nom du device dans la partie collée pour correspondre avec l'intiltulé du device de Xorg.

On sauve, on crtl-alt-backspace et hop ca marche



moi==content