QaidVoid / Complete-Single-GPU-Passthrough

Single GPU VFIO Passthrough Guide
779 stars 38 forks source link

Start script for KDE/SDDM #31

Closed cih89 closed 1 year ago

cih89 commented 1 year ago

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*

QaidVoid commented 1 year ago

Thanks.

luka-nedeljkov commented 7 months ago

Do I need to do this for the X11 session?

QaidVoid commented 7 months ago

iirc, you don't need to.

luka-nedeljkov commented 7 months ago

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!