AMD Radeon HD 7730M (Dell Inspiron 15R Special Edition)

7,105

Ubuntu 13.10 now supports Hybrid Graphics. If you have Ubuntu 13.10 and Radeon hybrid graphics you can install the driver and catalyst control center as easy as follows:

sudo apt-get install fglrx fglrx-pxpress

Then your fan problem and driver issues will be gone. And after you can start Catalyst Control Center and switch your graphics card. You can start catalyst control center in dash by shortcut or through terminal as follows:

sudo amdcccle

--remember to run Catalyst Control Center as root to switch graphics--

PS:

I really don't know whether above works with Ubuntu 13.04 or earlier. For those old systems you can just turn off the discrete graphics card (ATI Radeon Graphics card) to solve overheating, fan issue and increase battery life.

You can just turn off ATI card as follows:

chmod -R 705 /sys/kernel/debug
chown -R $USER: /sys/kernel/debug/vgaswitcheroo
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

You can then add the 3rd command into /etc/rc.local file before exit() command so that it executes everytime when system starts. This also worked for me in Ubuntu 13.04.

Share:
7,105

Related videos on Youtube

Sathya
Author by

Sathya

Updated on September 18, 2022

Comments

  • Sathya
    Sathya over 1 year

    I cannot find the drivers for AMD Radeon HD 7730M (Dell Inspiron 15R Special Edition) on the AMD website! can someone please send me the link to download any open source drivers if available?

    Also the fan doesn't stop running when booted into Ubuntu (not the case with Windows 8). Any solutions ?

    • Uri Herrera
      Uri Herrera over 11 years
      AMD.com>Support & Drivers>Select Product>Select OS>Get link.. it works.
    • oliver.prado
      oliver.prado over 11 years
      askubuntu.com/questions/192381/… You may find good information at this link
    • Admin
      Admin about 11 years
      With my Inspiron 15r 7520 with my ATI Radeon hd 7730m. I end up getting put in fallback mode when installing the driver on my Linux Mint 14.
    • Muhammad Gelbana
      Muhammad Gelbana over 7 years
      @sagar, have you gotten your AMD card to work ?