2

I installed prime-indicator, which allows to quickly switch between Intel and Nvidia graphics cards, as reported here:

http://www.webupd8.org/2014/01/prime-indicator-lets-you-quickly-switch.html

No problems with Unity or Gnome Shell, but here what happens in xfce4 environment, with the appindicator plugin:

enter image description here

How to solve?

jasmines
  • 11,311

1 Answers1

1

You need to resize these images:

sudo convert /usr/lib/primeindicator/intel.png -resize 24x24 /usr/lib/primeindicator/intel.png
sudo convert /usr/lib/primeindicator/nvidia.png -resize 24x24 /usr/lib/primeindicator/nvidia.png
Eliah Kagan
  • 119,640
Tolsi
  • 136