i have same problem.
dell inspiron 7520
ubuntu 15.10
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M] (rev ff)
sudo aticonfig --initial -f
No supported adapters detected
try this
If you are using multiple AMD graphics cards or AMD dual graphics (i.e.: notebook users), use:
sudo amdconfig --adapter=all --initial
Result:
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-0
- The Catalyst Control Center should now offer a choice between the integrated Intel graphics and the dedicated AMD graphics. To switch,
select the graphics you want to run. Because the change is not
dynamic, a reboot is required.
...and use this script
cd ~
wget -c --referer='http://support.amd.com/ru-ru/download/desktop?os=Linux+x86_64' https://www2.ati.com/drivers/linux/radeon-crimson-15.12-15.302-151217a-297685e.zip
unzip radeon-crimson-15.12-15.302-151217a-297685e.zip
cd fglrx-15.302
sudo sh amd-driver-installer-15.302-x86.x86_64.run --buildandinstallpkg
sudo apt-get -fy install
sudo amdconfig --initial -f
cd ~
sudo rm -r fglrx-15.302