Host(s): Win10&11, VBox 7.1.10 (VBoxSVGA, EFI boot)
Guest: FreeBSD 14.3, Plasma 6.4
For some time now I had a problem with VirtualBox (on Windows host) starting KDE/Plasma in FreeBSD guest. X is starting okay, Plasma as well (up to the point), but screen is black with only plasma mouse pointer visible and moving around on mouse move. Sometimes, immediately after 'pkg upgrade' if KDE pkgs are upgraded, Plasma starts okay and desktop is fully usable, but in most cases that is not the case, it starts as described above. I'm logging into vt console and starting X with 'startx' from the shell (I do have sddm installed, but it's commented out in rc.conf).
Only solution I found is to comment out in /etc/rc.conf
And then to add in /etc/rc.local
With changes above, Plasma starts reliably every time.
IDK what is causing such behavior and is it there more elegant solution?
Guest: FreeBSD 14.3, Plasma 6.4
For some time now I had a problem with VirtualBox (on Windows host) starting KDE/Plasma in FreeBSD guest. X is starting okay, Plasma as well (up to the point), but screen is black with only plasma mouse pointer visible and moving around on mouse move. Sometimes, immediately after 'pkg upgrade' if KDE pkgs are upgraded, Plasma starts okay and desktop is fully usable, but in most cases that is not the case, it starts as described above. I'm logging into vt console and starting X with 'startx' from the shell (I do have sddm installed, but it's commented out in rc.conf).
Only solution I found is to comment out in /etc/rc.conf
Code:
# vboxguest_enable="YES"
# vboxservice_enable="YES"
And then to add in /etc/rc.local
Code:
kldload /boot/modules/vboxguest.ko
service vboxservice onestart
With changes above, Plasma starts reliably every time.
IDK what is causing such behavior and is it there more elegant solution?
Last edited by a moderator: