Install the amd omega driver on ubuntu 14.04 and ubuntu
The driver consists of four parts:
Fglrx_14.501-0ubuntu1_amd64_UB_14.01.deb 52.0 MB
Fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb 60.9 MB
Fglrx-dev_14.501-0ubuntu1_amd64_UB_14.01.deb 51.3KB
Fglrx-amdcccle_14.501-0ubuntu1_amd64_UB_14.01.deb 6.44 MB
Download all the four drivers, andInstall in sequence:
1. Solve the dependency problem:
Sudo apt-get install xserver-xorg-dev build-essential cdbs dh-make dkms execstack dh-modaliases libqtgui4 debhelper debconf libstdc ++ 6 dkms libqtgui4 libelfg0 linux-headers-generic
Sudo apt-get install lib32gpc3 libc6-i386 lib32z1 lib32ncurses5 lib32bz2-1.0 (ADD 32-bit support for 64-bit systems)
2. Install fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb 60.9 MB
Sudo dpkg-I fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb (pay attention to modifying the downloaded file permissions)
Or install the ded package directly.
3. Install fglrx_14.501-0ubuntu1_amd64_UB_14.01.deb 52.0 MB
Same as 2
4. fglrx-amdcccle_14.501-0ubuntu1_amd64_UB_14.01.deb 6.44 MB
Same as 2
Fglrx-dev_14.501-0ubuntu1_amd64_UB_14.01.deb 51.3KB
Same as 2
6. Configuration
Sudo aticonfig -- initial
7. Other problems
The screen display area may be reduced because the driver has a scaling option and needs to be changed manually. Otherwise, the font and graphic display may be awkward.
Sudo amdcccle
Then adjust the ratio in the scaling option.
Reprinted from: http://www.jianshu.com/p/3dac103e0135