-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hey everyone,
I've been trying to get this working for a couple of days, but I get a black screen every time. I'm on a MacBook Pro with Arch and hyprland. It has the T2 chip and therefore a custom T2 kernel, but it should work with one GPU to my understanding. My dGPU is a Radeon Pro Vega 20. Apparently, my iGPU isn't wired to the internal display, which is why I referred to a guide that treats only one GPU. I checked the article linked on this repo of the Arch wiki.I tried plugging in a monitor, but still got a black screen. I have the hooks
folder in /etc/libvirt
. And inside hooks
I have
autostart networks qemu qemu.d Windows_11.xml
And then inside qemu.d
I have Windows_11
. And inside that I have prepare
and release
. And inside prepare
I have begin
and inside that I have start.sh
. Inside release
I have end
and inside that I have stop.sh
. And I replaced my PCI ID's in the files and changed the modprobe lines to load amdgpu instead of the NVIDIA modules. I don't know anymore