Questions tagged [amd-graphics]

amd-graphics is used for question particular to the AMD range of graphic chips, graphic boards and their drivers. Use it only if you know for sure the problem is not a general graphics issue (in that case use the tag: graphics)

AMD produces processors with integrated graphic chips as well as graphics cards. Specific support for this hardware is available for Linux.

Use of this tag indicates a specific AMD related graphics problem, that is not a general graphics board issue (in that case should be used) or a generic AMD CPU issue (in that case should be used).

Several distributions include the option to install the non-open source drivers for AMD graphics chips/boards.

241 questions
12
votes
2 answers

How to restart a failed amdgpu kernel module

My video card crashes from time to time. It's quite annoying but I live with it -- usually I just restart the graphics with sudo systemctl restart lightdm.service, or if needed reboot the whole system. In this particular instance the systemctl call…
11
votes
2 answers

How to check which graphics card is driving my display?

The system is setup with one of those hybrid Intel/ATI offerings (muxless). After a bit of fiddling with kernel settings and drivers I got both cards working, I think (adding radeon.dpm=1 in kernel settings and using only the opensource…
Jonathan
  • 111
  • 1
  • 1
  • 3
10
votes
2 answers

Setting BUSID in xorg.conf

From the output of lspci how do I interpret the BUSID for xorg.conf.d ? Example: 00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07) 01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT…
ng.newbie
  • 1,105
  • 6
  • 17
  • 29
10
votes
2 answers

nvidia-smi equivalent for AMD APU

Is there something like nvidia-smi for AMD APU GPU? (I have A8-7600 APU) nvidia-smi can show which processes are currently running on GPU, even Xorg/system applications, not only CUDA. I'm using binary drivers from firmware-amd-graphics (Debian…
Kamil
  • 1,311
  • 2
  • 14
  • 31
8
votes
2 answers

Backlight control not working on Lenovo IdeaPad Gaming 3 with Renoir / AMDGPU

The brightness (LCD backlight) controls on a Lenovo IdeaPad Gaming 3 (15ARH05, LCD display, AMD Renoir CPU Ryzen 5 4600H, discrete NVIDIA GeForce 1650 Ti Mobile) are not working: Fn keys show the brightness slider on the display…
Thomas Luzat
  • 197
  • 1
  • 6
8
votes
2 answers

How to solve [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module! in CentOS 7?

I watched my laptop reboot after a system update and there was an error mention that caught my attention. I issued a # dmesg | grep radeon and the results were: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.10.1.el7.x86_64…
gtludwig
  • 873
  • 3
  • 12
  • 22
5
votes
2 answers

Check which GPU a process is using

I have a notebook with an Intel iGPU and a dedicated AMD GPU and I was told that by default the iGPU would be used, but that I can explicitly tell a program use the AMD GPU by running it like this DRI_PRIME=1 example_program I know that this works…
Forivin
  • 779
  • 5
  • 18
  • 37
5
votes
1 answer

How can I check if I'm using the AMDGPU-PRO driver?

I've installed the amdgpu-pro-libgl drivers from AUR, hoping it would fix an issue. Pikaur didn't seem to trigger any kind of recompilation, or DKMS or mkinitcpio, but from what I understand, the package includes some kernel components.. How can I…
Codebling
  • 745
  • 1
  • 7
  • 16
5
votes
0 answers

Ubuntu 18.04 + AMD Ryzen == why random freeze?

As stated in this thread, Ubuntu 18.04 looks like it has some trouble with AMD Ryzen 5 integrated graphics controllers, where Ubuntu freezes occasionally, including the mouse. I can prove this issue for also dedicated graphics controllers (RX570).…
Cutton Eye
  • 405
  • 1
  • 4
  • 11
5
votes
1 answer

How to prevent GPU from overheating and auto turning off

I was wondering how Linux could handle a Gamer Computer, so I have built one, but as we know GeForce does not like Linux so much as AMD, that is why I choose the last. I built up a computer with AMD Ryzen 7 1800X CPU and Radeon RX 560D GPU, as the…
Tiago Pimenta
  • 586
  • 6
  • 23
5
votes
1 answer

Why are AMD's graphics drivers not working?

I'm having a problem getting the proprietary AMD graphics drivers working on RHEL 6.9 with a Radeon HD 8670 card. Output from lspci | grep -i VGA: 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) 01:00.0 VGA compatible…
Matt
  • 103
  • 1
  • 9
5
votes
1 answer

How to activate the AMD GPU manually?

i have some trouble with my Intel/AMD-GPU-Setup. I am using a laptop with an "Intel Core i3-2350M 'Sandy Bridge'", which has the build-in iGPU "Intel HD 3000". In addition to this iGPU my laptop has the dGPU "AMD Radeon HD 6490M". A few weeks ago i…
5
votes
0 answers

Why is my system freezing when I try to unbind GPU from radeon?

Right now I'm trying to accomplish this: http://arseniyshestakov.com/2016/03/31/how-to-pass-gpu-to-vm-and-back-without-x-restart/ I've gotten everything on the host to work. DRI_PRIME is working correctly as shown below: $ DRI_PRIME=1 glxinfo |…
5
votes
2 answers

Determine if a graphics card is new

The 1 GB ATI/AMD dedicated graphics card of my Dell Inspiron N5010 laptop failed recently and I got it repaired from a local laptop service center as the laptop is out of warranty. The service man told me that he has replaced the graphics card with…
Karan
  • 51
  • 1
5
votes
1 answer

Switchable graphics Intel + AMD Venus Pro

I'm using Manjaro Linux on my laptop with switchable graphic cards: 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b) 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]…
Luke
  • 141
  • 1
  • 8
1
2 3
16 17