Notes
How to enable radeon driver
$ sudo -s
# apt-get install firmware-linux-nonfree libgl1-mesa-dri
# mkdir /etc/X11/xorg.conf.d
# echo 'Section "Device"
Identifier "Device0"
Driver "radeon"
EndSection' > /etc/X11/xorg.conf.d/10-radeon.conf
# exit