[ubuntu-it] Accellerazione 3d e ATI Radeon 9600

Andrea cecca.ubuntu a gmail.com
Mer 14 Feb 2007 11:34:31 GMT


DodoAlien ha scritto:
> allora nel file xorg.conf hai il driver fglrx al posto del driver ati?
> devi avere qualcosa di simile a questo
> 
>> Section "Device"
>>         Identifier  "aticonfig-Device[0]"
>>         Driver      "fglrx"
>>         Option      "VideoOverlay" "on"
>>         Option      "OpenGLOverlay" "off"
>> EndSection
> 
> c'è?

C'è di più... e non capisco come mai....

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    28.0 - 64.0
	VertRefresh  43.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI RADEON 9600"
	Driver      "vesa"
	VideoRam    256000
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI RADEON 9600"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "0"
EndSection

Come posso correggere quello che mi pare un gran casino? che parti posso cancellare o correggere?
Oppure è giusto così?



> nel file /etc/modules c'è la scritta fglrx in fondo a tutto?

Sì, c'è!

Help me please.....



Maggiori informazioni sulla lista ubuntu-it