-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD GPUs and non systemd distros support? #84
Comments
I think the following lines: What about AMD GPUs: |
@joeknock90 Bump. |
Hello I have found out that for me it works with these configurations qemu.d/win10/prepare/begin/start.sh !/bin/bash set -x source "/etc/libvirt/hooks/kvm.conf" echo 0 > /sys/class/vtconsole/vtcon0/bind sleep 2 virsh nodedev-deatach $VIRSH_GPU_VIDEO modprobe vfio and here is the /release/end/revert.sh set x source "/etc/libvirt/hooks/kvm.conf" modprobe -r vfio_pci virsh nodedev-reattach $VIRSH_GPU_VIDEO echo 1 > /sys/class/vtconsole/vtcon0/bind modprobe amdgpu Hope this helps some people. |
As an RX 570 user and As Artix linux (runit) user
I really want script is more not dependent on systemd so is there a way to update script to work with all? and I tried to find something for amd but found nothing
The text was updated successfully, but these errors were encountered: