My Antix 23.2 hard install with the screen in 800 x 600 mode
I made sure the amdgpu
module was loaded , then
root@trinity:/home/nevj# lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: Navi 24 [Radeon RX 6400/6500 XT/6500M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:03:00.0
version: c7
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:fb600000-fb6fffff memory:c0000-dffff
*-graphics
product: EFI VGA
physical id: 3
logical name: /dev/fb0
capabilities: fb
configuration: depth=32 resolution=800,600
root@trinity:/home/nevj# lsmod | grep amd
amdgpu 5967872 0
gpu_sched 32768 1 amdgpu
ttm 110592 1 amdgpu
drm_kms_helper 270336 1 amdgpu
drm 647168 4 gpu_sched,drm_kms_helper,amdgpu,ttm
i2c_algo_bit 16384 1 amdgpu
So it is recognising the Navi24 (rx6400) video card, and the driver is loaded in the kernel, the firmware package firmware-amd--graphics
is installed,
but
it is not using the amdgpu driver ( it should be listed by lshw)
What else can I do to make it use the driver?
Here is what lshw should say
*-display
description: VGA compatible controller
product: Navi 24 [Radeon RX 6400/6500 XT/6500M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:03:00.0
logical name: /dev/fb0
version: c7
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=amdgpu latency=0 resolution=1920,1080
resources: irq:82 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:fb600000-fb6fffff memory:c0000-dffff
That was MX. Both Antix and MX are Debian 12 based… their package versions should be the same
I dont understand how the driver can be loaded in Antix but not be used?