Zainstalowałem:
Kod: Zaznacz cały
sh ./ati-driver-installer-8-10-x86.x86_64.runwynik
Kod: Zaznacz cały
glxinfo | grep rend
direct rendering: Yes
OpenGL renderer string: ATI Radeon HD 2600 Pro AGPPolecenie
Kod: Zaznacz cały
dpkg-reconfigure xserver-xorgZmieniłem w xorg.conf nazwę "fglrx" na "ati" ale wówczas nie mam akceleracji w ogóle.
Kod: Zaznacz cały
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection
Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
EndSection
Section "Monitor"
	Identifier   "Configured Monitor"
EndSection
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection
Section "Device"
	Identifier  "Configured Video Device"
	Option	    "UseFBDev" "true"
EndSection
Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection
Section "Screen"
	Identifier "Default Screen"
	Monitor    "Configured Monitor"
EndSection
Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection