Package Details: libkrunfw 4.9.0-1

Git Clone URL: https://aur.archlinux.org/libkrunfw.git (read-only, click to copy)
Package Base: libkrunfw
Description: A dynamic library bundling the guest payload consumed by libkrun
Upstream URL: https://github.com/containers/libkrunfw
Licenses: GPL-2.0-only, LGPL-2.1-only
Submitter: hexchain
Maintainer: hexchain
Last Packager: hexchain
Votes: 1
Popularity: 0.000000
First Submitted: 2023-03-19 16:12 (UTC)
Last Updated: 2025-04-20 12:32 (UTC)

Latest Comments

handpickencounte commented on 2025-04-27 21:31 (UTC) (edited on 2025-04-28 00:32 (UTC) by handpickencounte)

If you want to enable virtio-gpu for x86 systems you need:

add to config-libkrunfw_x86_64:

CONFIG_DRM=y

CONFIG_DRM_VIRTIO_GPU=y

CONFIG_DRM_VIRTIO_GPU_KMS=y

You will also need some additional build flags for mesa and virglrenderer.