Thanks for the explanation QIII
I also thought my OS could just be out of whack but I'm on a fresh install of 20.04.1 now and the problem still persists.
The Radeon command does not return anything but this command:
Code:
lsmod | grep amdgpu
returns this:
Code:
amdgpu 4579328 0
amd_iommu_v2 20480 1 amdgpu
gpu_sched 32768 1 amdgpu
ttm 106496 1 amdgpu
drm_kms_helper 184320 1 amdgpu
i2c_algo_bit 16384 1 amdgpu
drm 491520 4 gpu_sched,drm_kms_helper,amdgpu,ttm
Also this command:
Code:
lspci -k | grep -EA3 'VGA|3D|Display'
returns this:
Code:
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev d1)
Subsystem: Lenovo Renoir
Kernel modules: amdgpu
06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637
So it looks like I have amdgpu loaded but settings still displays 'Unknown Display' and I can't adjust the resolution. Do I need to enable the radeon module? As I have radeon graphics. How do I go about doing this?
Bookmarks