Skip to content

Indicator applet for Linux Mint 17 x64 (Cinnamon/MATE) laptop users with AMD ATI/Intel switchable graphics

Notifications You must be signed in to change notification settings

bogste/amd-indicator

 
 

Repository files navigation

AMD ATI/Intel Indicator for Linux Mint 17 x64 (Cinnamon/MATE)

An indicator applet for AMD ATI/Intel hybrid graphics fast switching.

This indicator applet allows owners of laptops with AMD/Intel hybrid graphics capabilities to easily switch between graphics cards without the need of running ATI CCC or terminal commands (including rebooting the system). The current version will have to terminate the current user session, however (e.g. done via Logout).

AMD ATI/Intel Indicator screenshot

Image credits: Sadi Yumuşak

Inform yourself

In order for you to know about how things reached this point and some potential issues you might hit on the road on getting your hybrid setup to work, it could be useful to check out the following resources:

Prerequisites

You will need to be comfortable working with the CLI, because a few packages are required to be installed beforehand in order to take advantage of this indicator.

Make sure you have the proper AMD ATI drivers - fglrx variant, NOT fglrx-updates - installed, preferably via Mint's Driver Manager application. However, installing via CLI, as you will see below, should work as well. (Note: This application has been built for Linux Mint 17.3 and was tested with version 15.200.1xxx of the ATI drivers on a x64 installation).

In case the indicator application doesn't start because it is missing the python module "appindicator", again, make sure to install missing packages.

For example, to install all the needed dependencies via CLI, you can enter the following command in a terminal window:

sudo apt-get install fglrx python-appindicator

How to install

Make the setup.sh file executable and run it using sudo, entering the following commands in terminal:

chmod a+x setup.sh
sudo ./setup.sh

Credits

Original code for this indicator application is authored by Alfred Neumayer.

Other possible contributions may include (and are not limited to) the following authors:

From my research, all this is based on a solution originally offered by Marian Lux, in a discussion thread over at: Ask Ubuntu - How do I get AMD/Intel Hybrid Graphics drivers to work?

About

Indicator applet for Linux Mint 17 x64 (Cinnamon/MATE) laptop users with AMD ATI/Intel switchable graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.7%
  • Shell 42.3%