1

Is there some way to tell linux to use my integrated graphics card instead of the gpu? The monitor is plugged in to the gpu since I use the same computer to play games on windows however getting this graphics card to work on linux seems impossible. When I boot into recovery mode for example the computer uses integrated graphics and I have a pretty decent experience (although it only allows 4:3 aspect ration and 1600:1200 max pixels). Is there some command that will make the system use the integrated graphics?

EDIT: Adding brand and model number of hardware:

  • XFX R9 390 (spent several days trying to get it to work with ubuntu but it has been an epic fail).
  • Gigabyte H97 Extreme Gaming Motherboard
  • Intel i5-4590
  • ubuntu 17.10
Zachscs
  • 111

1 Answers1

0

Try out the inxi utility. Simply run inxi -xsGI and you'll get some very detailed stats. An alternative is to use glxinfo | grep OpenGL to determine the active graphics driver.

I've had issues on Ubuntu with the R9 390 model specifically. Make sure you're using the latest open source drivers from the Padoka PPA, and a recent version of linux-firmware. PPA usage is a hard requirement for proper graphics support on Ubuntu.

mmstick
  • 1,977