thanks for taking time to read me.
I was looking for a way to use fully my GC in blender (openCL etc.), I'm new to linux.
So I checked and my GC, which is Radeon HD 7870 GHz edition, is compatible with amdgpu drivers
lspci -k | grep -EA3 'VGA|3D|Display'
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz Edition]
Subsystem: PC Partner Limited / Sapphire Technology Pitcairn XT [Radeon HD 7870 GHz Edition]
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
but, as you can see here, it's not used by default and I don't know why.
*-display
description: VGA compatible controller
produit: Pitcairn XT [Radeon HD 7870 GHz Edition]
fabricant: Advanced Micro Devices, Inc. [AMD/ATI]
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi vga_controller bus_master cap_list rom
configuration : driver=radeon latency=0
ressources : irq:30 mémoire:e0000000-efffffff mémoire:f7e00000-f7e3ffff portE/S:e000(taille=256) mémoire:c0000-dffff
I looked for solution, and I tried several things :
- blacklist radeon -> not working
- installing amdgpu and telling grub to boot with it -> lead to black screen on boot (no signal)
- installing amdgpu-pro and telling grub to boot with it -> lead to black screen on boot (no signal)
so here I am, I tried other thing that I don't remember but nothing works.
Running
AMD Radeon RX 5600 XT
, I have always had problems with the monitors. What worked for me finally is following a thousand commands from the internet, but the main ones I believe:1 - I had to downgrade to a specific Kernel version
Linux 5.13.0-27-generic
2 - the settings you recommend hereSpecifically, I think
– Nether Dec 03 '22 at 10:42amdgpu.modeset=1
must have been the issue, since I was getting anVGACON disables amdgpu kernel modesetting
error fromdmesg