
pinduvoz
(usa Debian)
Enviado em 16/09/2009 - 22:00h
Não existe driver proprietário para sua placa. Isso quer dizer que vc vai ter que usar o driver livre "radeon", bem como a configuração que o amigo do link passou.
Para tanto, edite seu arquivo /etc/X11/xorg.conf (X maiúsculo em X11) conforme o link:
su
senha do root + enter
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
gedit /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "radeon"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
Option "AccelMethod" "EXA"
Option "EXANoComposite" "false"
Option "FBTexPercent" "50"
Option "MigrationHeuristic" "greedy"
Option "DRI" "true"
Option "GARTSize" "256" ##aqui tem 256 MB de RAM; troque o valor se necessário
Option "AGPMode" "4"
Option "Colortiling" "On"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection