QaidVoid/Complete-Single-GPU-Passthrough

Start script for KDE/SDDM

cih89 opened this issue · 4 comments

cih89 commented

Just wanted to let you know that only stopping SDDM for KDE (Wayland) isn't enough. The start script would just freeze the output and not let the VM boot. It happens because just stopping SDDM doesn't kill the KDE session and you can't unload the GPU module.

For me it only works if I add this before systemctl stop display-manager:

systemctl --user -M usernamehere@ stop plasma*

Thanks.

Do I need to do this for the X11 session?

iirc, you don't need to.

iirc, you don't need to.

Tried it, works flawlessly, thanks for the doc file. It was a great resource to base my research on!