Hello, I wanted to reuse my old iiyama crt. So I got a card with a vga output, a radeon 300SE I goes undetected in w10 It is detected under linux, with the radeon driver.
Screen and card work.
At boot , I get the mint logo on all 3 screens.
Then the crt goes back to text mode to display the error
0.499438] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[ 0.500421] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
(inxi -Fxz returns)
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] RV370 [Radeon X300] vendor: ASUSTeK driver: radeon v: kernel bus ID: 01:00.0 Device-2: Advanced Micro Devices [AMD/ATI] Picasso vendor: ASUSTeK driver: amdgpu v: kernel bus ID: 08:00.0 Display: x11 server: X.Org 1.20.9 driver: none unloaded: amdgpu resolution: 1920x1080~60Hz, 1920x1080~75Hz OpenGL: renderer: AMD RAVEN (DRM 3.38.0 5.8.0-50-generic LLVM 10.0.0) v: 4.6 Mesa 20.0.5 direct render: Yes
I checked IOMMU is on in bios, and here my grub (commented are all failed attempts) #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=pt resume=/dev/sdb2"
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=on iommu=pt resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=on iommu=soft resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=fullflush iommu=pt resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=fullflush iommu=pt amd_iommu_dump=1 resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=fullflush iommu=soft amd_iommu_dump=1 resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=fullflush iommu=pt amd_iommu_dump=1 resume=/dev/sdb2" #GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=soft amd_iommu_dump=1 amdgpu.ppfeaturemask=0xffffffff resume=/dev/sdb2 quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt amd_iommu_dump=1 resume=/dev/sdb2 quiet splash"
MB is Asus TUF GAMING B550 PLUS
Bios is latest stable version
What else can I try ? thank you