1

I recently installed Ubuntu. I am currently trying to install graphics drivers for my GPU. But my case may be a bit different, I have an APU A10-7770K and a graphics card Radeon R7 250X. I tried many, many times to get my rig run properly, with the package manager : apt-get install fglrx, apt-get install fglrx-updates. With the automated installer provided by AMD for Linux, with the packages, downloaded from AMD and using the "Additional Drivers". They all install successfully but upon starting the OS, my GUI(Unity) crashes. I've been trying to edit the xorg.conf file, but nothing works. Every time upon error I uninstall all the drivers from recovery mode with networking and root access with apt-get purge fglrx*. I think, maybe the APU is conflicting with the driver. Because these drivers are compatible with the GPU: R7 250X but not the GPU in the APU and if the APU GPU is set to be default this is where the problem may be. Unfortunately I do not know how to check it nor set it. Please give your suggestions.

Dan
  • 121
  • 8

2 Answers2

1

After many tries and errors I reached a conclusion. Nowadays desktop distoros based on Linux are not compatible enough with all the possible combinations of hardware. I strongly believe that one day a Linux distro with the compatibility of Windows, ease of Mac, speed and power of open source kernel will be made. But today is not the day, so the only possible solution to my answer here is to go back to Windows... I just bought Win 8.1 license. Maybe I will dual boot with Debian. For now, farewell Ubuntu. Looking forward for more compatibility. :)

Dan
  • 121
  • 8
0

Well, I had the same problem some time ago. The only way I could fix this is turning off CPU integrated video in BIOS. I have Intel Core i5.

As I remember, there is a problem in working in gybrid mode, when it tries to use integrated processor under low load.

So enter BIOS and try to turn integrated graphics off.

Bulkin
  • 101
  • In my UEFI BIOS I have set in North Bridge Configuration - Primary Graphics Adapter : PCI Express , Onboard Graphics : Disabled , IOMMU : Disabled . But lspci -vnn | grep VGA command returns the both video cards, so the integrated GPU is still visible, am I missing something ? – Dan Jul 15 '15 at 12:08
  • No, you don't. May be you did not save changes in BIOS? Anyway, in couple hours I will check my computer, may be I got the same. – Bulkin Jul 15 '15 at 12:39
  • I did save the changes. .. – Dan Jul 15 '15 at 13:24
  • BTW I found that on every reboot my xorg.conf file gets rewritten. – Dan Jul 15 '15 at 13:25
  • It is not needed anymore. So it may be overwritten everytime as X11 autodetects params. You may configure by your own by X -configure or edit options in /usr/share/X11/xorg.conf.d. Good answer here – Bulkin Jul 15 '15 at 13:34
  • Still not working... – Dan Jul 15 '15 at 13:59
  • When I run sudo aticonfig - -list-adapters I see that my integrated graphics card is set to be default. – Dan Jul 15 '15 at 14:04
  • I cant find a way to change the default setting to be the discrete GPU. – Dan Jul 15 '15 at 14:05
  • Some explanations related to situation http://askubuntu.com/a/235364/329006 – Bulkin Jul 15 '15 at 14:16
  • Can't seem to find nothing useful. My gui crashes everytime. I can't switch from integrated to descrete in UEFI. – Dan Jul 15 '15 at 14:21
  • I played a bit with the settings in UEFI. Yes, my PC is running with the main GPU , but the integrated GPU is still visible to the system, although the Onboard Graphics setting is set to disabled . – Dan Jul 15 '15 at 15:21
  • Sorry for long answer, could not check before.

    lspci -vnn | grep VGA 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] (prog-if 00 [VGA controller])

    So I do have only AMD/ATI activated. Do not know, why integrated video wont turn off. May be you need to update BIOS.

    Or need to find out how to make them work both. I could not. So for me the only correct way was to turn Intel integrated video off.

    – Bulkin Jul 19 '15 at 12:14