Package: vm-config-dist Status: install ok unpacked Priority: optional Section: misc Installed-Size: 171 Maintainer: Patrick Schleizer Architecture: all Version: 3:14.7-1 Replaces: power-savings-disable-in-vms, shared-folder-help Depends: adduser, 7zip, helper-scripts, python3, python3-pyudev Conffiles: /etc/dracut.conf.d/30-vm-config-dist.conf 9c2cee92fc8d9940cebce13a7ecac9a8 /etc/profile.d/20_power_savings_disable_in_vms.sh 548de860eea0eadfae1674df998a23be /etc/profile.d/20_software_rendering_in_vms.sh newconffile /etc/profile.d/20_vm-config-dist.sh newconffile /etc/xdg/autostart/config-mnt-shared-bookmark.desktop newconffile /etc/xdg/autostart/wlr-resize-watcher.desktop newconffile Description: usability enhancements inside virtual machines Sets environment variable `QMLSCENE_DEVICE=softwarecontext` as a workaround for "Automatic fallback to softwarecontext renderer". . It is not useful to open a screensaver or to power down the desktop for operating systems that are run inside VMs. There is no real display that could be saved and no real power that could be conserved. From a usability perspective, it is also counterintuitive when looking at the VM window and only seeing a black screen. Therefore, it makes sense to disable power savings in VMs. `/etc/profile.d/20_power_savings_disable_in_vms.sh` `/etc/X11/Xsession.d/20_software_rendering_in_vms.sh` . Makes setting up a shared folder for virtual machines a bit easier. . * Creates a folder `/mnt/shared` with `chmod 777`, adds a group "vboxsf", and adds account "user" to group "vboxsf". Facilitates auto-mounting of shared folders. . * Helps using shared folders with VirtualBox and KVM a bit easier (as in requiring fewer manual steps from the user). . * `/lib/systemd/system/mnt-shared-vbox.service` * `/lib/systemd/system/mnt-shared-kvm.service` . Sets screen resolution to 1920x1080 by default for VMs in VirtualBox and KVM. This is a workaround for the low screen resolution of 1024x768 at first boot. . Installs VirtualBox guest additions if the package `virtualbox-guest-additions-iso` is installed, if the environment variable `dist_build_virtualbox=true` is set, or if running inside VirtualBox. (`systemd-detect-virt` returning `oracle`) `/usr/bin/vbox-guest-installer Homepage: https://github.com/Kicksecure/vm-config-dist