[Ubuntu / Fedora setup] Ryzen iommu, gpu passthrough, to old GPU?

old setup Ubuntu (scroll down to Fedora)

After hours of searching I decide to make a post.
I followed this video.

My problem is when I start qemu-system-x86_64 with my settings I get this error: Could not initialize SDL(No available video device) - exiting

My Setup:
new Ubuntu 17.10 setup
CPU: Ryzen 1700
Motherboard: Asus crosshair vi hero
GPU 1: Radeon HD 7950
GPU 2: Radeon HD 6850
gpus connected to one monitor

/etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT=“amd_iommu=on vfio-pci.ids=1002:6739,1002:aa88 modprobe.blacklist=radeon”

vfio-pci.ids not working this why I use modprobe.blacklist=radeon but now I can only control the pc via SSH.

/etc/modules:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd

lspci -k:

0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]
Subsystem: PC Partner Limited / Sapphire Technology Radeon R9 280
Kernel modules: radeon, amdgpu
0a:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
Subsystem: PC Partner Limited / Sapphire Technology Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850]
Subsystem: XFX Pine Group Inc. Barts PRO [Radeon HD 6850]
Kernel driver in use: vfio-pci
Kernel modules: radeon
0b:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM]
Subsystem: XFX Pine Group Inc. Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM]
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel

my bash script:
qemu-system-x86_64 -enable-kvm -hda Windows10.img -m 4G -M q35
-cpu Penryn,kvm=off,hv_vendor_id=HyperKVM,hv_relaxed,hv_time,hv_spinlocks=0x1fff
-bios /usr/share/seabios/bios.bin
-device ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1
-smp cores=4,sockets=1,threads=1 -device vfio-pci,host=0b:00.0,multifunction=on,bus=root.1,addr=00.0
-device vfio-pci,host=0b:00.1,bus=root.1,addr=00.1

new set up Fedora 27

new install of Fedora I followed this video.
My problem is now I get now display output by passthrough gpu.

My Setup:
new Fedora 27 setup
CPU: Ryzen 1700
Motherboard: Asus crosshair vi hero
GPU 1: Radeon HD 7950 Prime
GPU 2: Radeon HD 6850 passthrough
gpus connected to two different monitor

sudo dnf update
sudo dnf install @virtualization
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX= "… amd_iommu=on iommu=1 rd.driver.pre=vfio-pci"
sudo dracut --add-driver “vfio vfio-pci vfio_iommu_type1” -f

sudo nano /etc/modprobe.d/kvm.conf:
options vfio-pci ids=1002:6739,1002:aa88

grub2-mkconfig > /etc/grub2-efi.cfg

reboot

start Virtual Machine Manager

Overview -> Firmware: UEFI x86_64…
Chipset: i440FX
Display Spice -> remove
Add Hardware -> PCI Host Device -> 0000:0B:00:0…
0000:0B:00:1…
Video QXL -> if i change this to VGA my prime monitor will freeze

Is my passthrough gpu(6850) to old ?

and how I can at tags in this topic ?