You are not logged in.
on the host side (arch) I installed the following for win10 VM with vfio GPU passthrough:
qemu libvirt edk2-ovmf virt-manager ebtables dnsmasq
I need working linux VMs as well as win10 VM.
on the guest side (kali), I have updated/upgraded everything and then installed the following:
mesa-utils virgl-server libvirglrenderer1 libvirglrenderer-dev spice-vdagent
When using QXL to start the kali VM, it is laggy. So I want to use the Virgl 3D acceleration.
When I use virtio 3D acceleration with display spice listening to `none` and openGL set to my AMD passthrough, I noticed that the kali guest machine is able to boot much faster and I can get to the login screen. However, after logging in, all I get is a black screen.
How can I get a working screen on my kali-VM?
Offline
Not sure which desktop environment you are using but I was never able to get XFCE to do anything but a black screen. Gnome and KDE did display normally. A few searches led me to think this is a common issue with XFCE.
Offline
Instead of using lightdm disable it with:
systemctl disable lightdmThen, edit your ~/.xinitrc file to read:
exec startxfce4. Then, just use startx and it will work. I am not sure whether you can pass this command to lightdm to start it like this and I don't know the internals of this command compared to what lightdm "auto" runs
Offline