SUPPORTED HARDWARE
The radeonhd driver supports video cards based on the following ATI chips:
...
M86 Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700
...
The version of radeonhd in the repo should be sufficient, but if you want the latest version of the radeonhd driver, build it yourself or use https://launchpad.net/~tormodvolden/+archive/ppa
Building your own: https://help.ubuntu.com/community/RadeonHD
Configuring xorg.conf
Code:
Section "Device"
#...
Driver "radeonhd"
Option "DRI"
Option "AccelMethod" "EXA"
EndSection