Open gaminggamer2011 opened 3 years ago
I tried a display manager (lightdm) and that didn't solve my issue.
This is my new revert script. Same issue. I have added sddm (I am using dwm).
I have switched to using regular qcow2 disks rather than passing through my NVMe ssds.
#!/bin/bash
set -x
virsh nodedev-reattach pci_0000_27_00_0
virsh nodedev-reattach pci_0000_27_00_1
virsh nodedev-reattach pci_0000_27_00_2
virsh nodedev-reattach pci_0000_27_00_3
modprobe nvidia
modprobe nvidia_modeset
modprobe nvidia_uvm
modprobe nvidia_drm
echo 1 > /sys/class/vtconsole/vtcon0/bind
nvidia-xconfig --query-gpu-info > /dev/null 2>&1
echo "efi-framebuffer.0" > /sys/bus/platform/drivers/efi-framebuffer/bind
systemctl start sddm.service
What does your directory structure look like? Can we get a tree of it?
Hi. I've been trying to solve my issue of my VM not shutting down properly. What I mean is that when I power off, the screen goes black. I have tried both start/revert scripts on their own and they work just fine. Is it an issue with my .xml?
Basic info
Kernel parameters
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 amd_iommu=on pcie_acs_override=downstream,multifunction"
revert.sh
win10.xml ( I am not supplying the VM with a patched rom )