I have AMD Graphics Card, which have model number Radeon HD 8450G. It is on a Notebook, HP PROBOOK 445 G1
My Ubuntu Installation worked good . It was a fresh install. In the details tab of System Settings, Graphics driver is shown as "Unknown".
glxinfo is not installed on the system. It seems to be a bug
you need to install the package: mesa-utils
This package provides several basic GL utilities built by Mesa, including glxinfo and glxgears.
sudo apt-get install mesa-utils
source