hikariknight/looking-glass-kvmfr
Project ID: 124328
Description
This copr hosts the akmod package for the kvmfr (KVM Framebuffer Relay) module needed for Looking Glass. It has been packaged here for use with Fedora Atomic Desktops and Universal Blue as dkms does not work with atomic desktops.
This copr is not associated with the Looking Glass project, and is an unofficial package.
This repository does not package the looking-glass-client, please compile that following upstream documentation as it has to match the host version running in the virtual machine.
Installation Instructions
This akmod is designed to be used when building Universal Blue images. You can use it by adding this to your Containerfile
COPY --from=ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
COPY --from=ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
wget https://copr.fedorainfracloud.org/coprs/hikariknight/looking-glass-kvmfr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/hikariknight-looking-glass-kvmfr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/hikariknight-looking-glass-kvmfr-fedora-"${FEDORA_MAJOR_VERSION}".repo && \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*kvmfr*.rpm && \
ostree container commit
For use with Blue-build
If you use blue-build then you can add kvmfr
to the install section of the akmods
module in your recipe if you are not basing your image on bluefin-dx, aurora-dx or bazzite.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (13465)* | Fedora 39 (11320 downloads) |
Fedora 40 | x86_64 (47886)* | Fedora 40 (46633 downloads) |
Fedora 41 | x86_64 (10458)* | Fedora 41 (9250 downloads) |
Fedora rawhide | x86_64 (0)* | Fedora rawhide (918 downloads) |
* Total number of downloaded packages.