Ubuntu – Switchable Graphics: Embeded graphics card problems

12.0464-bitatihybrid-graphics

I have a Dell Inspirion 17R 5721 It has a AMD graphics card and a Intel. I installed the drivers that AMD develops and I ran into the following problems.

  1. Every time it's me that has to change the card from Intel To AMD and vice versa.
  2. When I'm using Intel… Graphics don't actually work. The error I'm getting from a game when I run it is this:

    ERROR: ld.so: object '/home/deus/Programs/Phoenix_Firestorm-Release_i686_4.4.2.34167/lib/libcrypto.so.1.0.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/home/deus/Programs/Phoenix_Firestorm-Release_i686_4.4.2.34167/lib/libssl.so.1.0.0' from LD_PRELOAD cannot be preloaded: ignored.
    
    ERROR: ld.so: object '/home/deus/Programs/Phoenix_Firestorm-Release_i686_4.4.2.34167/lib/libcrypto.so.1.0.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/home/deus/Programs/Phoenix_Firestorm-Release_i686_4.4.2.34167/lib/libssl.so.1.0.0' from LD_PRELOAD cannot be preloaded: ignored.
    

What I understand from this is that some libraries couldn't be loaded?
But why does it work when I'm using AMD's card and not when I use Intels?

Before AMD put out drivers for my graphics card in linux, I used Intel graphics card and it worked.

Since Discrete graphics are not well supported (talking about crazy fan speed and heat problems) I want to use only Intel's graphic card and keep discrete deactivated.

Any ideas on how to make Intel run my game again and keep discrete card from running (freaking fan drivers me crazy) when I use linux?

Best Answer

If you want to disable the AMD card, follow this link

Also you may want to uninstall the proprietary drivers :sudo apt-get remove fglrx*

Related Question