You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Deprecate looking-glass shm in favor of kvmfr module (#1013)
* feat: Deprecate looking-glass shm in favor of kvmfr
* feat: add kvmfr0 to qemu cgroup_device_acl
If someone has a better way to implement this regex, hit me up! i just happened to know how to do this with perl as i couldnt figure it out with sed
* feat: Manually load kvmfr the first time so the user do not have to reboot use it when enabling.
* chore: make introduction a bit clearer
echo "Bazzite currently uses a deprecated implementation of the Looking Glass shm."
139
-
echo "This implementation will not be supported in the future and we are in the process"
140
-
echo "of moving over to the KVMFR kernel module."
141
-
echo "Until this is done please open any Looking Glass issues you have in Bazzite"
142
-
echo"inthe$(Urllink "https://discord.bazzite.gg/" "Bazzite Discord") or the $(Urllink "https://github.com/ublue-os/bazzite/issues" "Bazzite Github issue tracker")"
138
+
echo"$(Urllink "https://looking-glass.io/docs/rc/ivshmem_kvmfr/#libvirt" "This module") along with $(Urllink "https://looking-glass.io" "Looking Glass") is very experimental and not recommended for production use!"
139
+
echo "The ublue team packages the kvmfr module only because it has to be supplied with the system image while using an atomic desktop."
140
+
echo"IfyoudoplantouseLookingGlass,please$(Urllink "https://universal-blue.discourse.group/docs?topic=956" "follow the guide here") on how to compile it for your system."
141
+
echo "To use the kvmfr module after enabling it, just add and edit the xml for libvirt from the documentation in the first link."
142
+
echo "Since we package the kvmfr module please open kvmfr related issues you have on Bazzite"
143
+
echo"inthe$(Urllink "https://discord.bazzite.gg/" "Bazzite Discord") or the $(Urllink "https://github.com/ublue-os/bazzite/issues" "Bazzite Github issue tracker")."
143
144
echo "~ @HikariKnight"
144
145
CONFIRM=$(Choose Ok Cancel)
145
146
if [ "$CONFIRM" == "Cancel" ]; then
146
147
exit 0
147
148
fi
148
-
echo "Creating tmpfile definition for shm file in /etc/tmpfiles.d/"
0 commit comments