Haines Brown wrote:
> The GPU chip on my motherboard died, and so I plugged in a cheap
> video card, a maxsun AMD Radeon R5 220 2GB Graphics Card. As the
> result my resolution is locked at 1024 x 768, which makes work
> very difficult.
>
> $ xrandr
> xrandr: Failed to get size of gamma for output default
> Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
> default connected 1024x768+0+0 0mm x 0mm
> 1024x768 76.00*
>
> The graphics card supports my desired resolution of 1920x1080, but it
> is not accessible.
>
> The module is loaded:
>
> $ lsmod
> ...
> video 65536 2 amdgpu,radeon
Go look in your logs.
I have, in /var/log/Xorg.0.log:
[ 15.416] (II) AMDGPU(0): Creating default Display subsection in Screen
section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.416] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[ 15.416] (--) AMDGPU(0): Chipset: "AMD Radeon RX 580 2048SP" (ChipID =
0x6fdf)
and so on.
I suspect your system is not actually loading the AMDGPU driver
into Xorg, and solving that will solve your problem.
-dsr-