[ubuntu-it] abilitare il 3d

alessandro alesapi at aliceposta.it
Thu Jun 2 17:30:32 CDT 2005


> Stai utilizzando Xorg o XFree?
> In ambedue i casi (cosa di cui prima mi sono scordato) non è necessario
> inserire fglrx e agpgart in /etc/modules (ci pensa xorg o xfree a
> caricarli), bensì (se stai utilizzando ad esempio Xorg, come dovrebbe
> essere in Hoary) è necessario che nella sezione "Modules"
> di /etc/xorg.conf sia presente il modulo "dri", e (se stai utilizzando i
> driver ATI proprietari per xorg) nella sezione "Device" sia indicato
> 
> Driver "fglrx"
> e non Driver "ati"
> 
> il supporto 3D (direct rendering) è presente anche nei driver open
> installati di default da ubuntu. La performance 3d dei driver open da
> quanto ho potuto sperimentare è inferiore a quella dei driver
> proprietari, mentre per il 2d vale il discorso contrario, i driver
> proprietari hanno una performance decisamente peggiore, e in taluni casi
> si possono verificare anche episodici (ma decisamente urtanti) freeze di
> X. 
> 
> Ciao
> 
> 
> -- 
> Marco
> 

Su hoary c'è Xorg.Eccoti il listato del file ho tolto alcune sezioni
per accorciarlo e ho cambiato da ati a fgrlx seguendo il tuo
suggerimento:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection



Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9600 (RV350 AS)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"CPD-200EST"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 (RV350 AS)"
	Monitor		"CPD-200EST"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "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





More information about the ubuntu-it mailing list