Skip to content

Commit

Permalink
feat: Include vulkan-tools and clinfo in all images
Browse files Browse the repository at this point in the history
fix: Install vkcapture, glcapture, vkbsalt, and mangohud with explicit arch
  • Loading branch information
KyleGospo committed Oct 17, 2023
1 parent 544c478 commit 4092a15
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions Containerfile
Expand Up @@ -82,9 +82,12 @@ RUN rpm-ostree install \
input-remapper \
system76-scheduler \
hl2linux-selinux \
libobs_glcapture \
libobs_vkcapture \
obs-vkcapture \
libobs_glcapture.x86_64 \
libobs_glcapture.i686 \
libobs_vkcapture.x86_64 \
libobs_vkcapture.i686 \
obs-vkcapture.x86_64 \
obs-vkcapture.i686 \
ladspa-caps-plugins \
ladspa-noise-suppression-for-voice \
tailscale \
Expand All @@ -100,6 +103,7 @@ RUN rpm-ostree install \
lzip \
libxcrypt-compat \
mesa-libGLU \
vulkan-tools \
twitter-twemoji-fonts \
lato-fonts \
fira-code-fonts && \
Expand Down Expand Up @@ -199,6 +203,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
rpm-ostree install \
rocm-hip \
rocm-opencl \
rocm-clinfo \
waydroid \
weston && \
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh \
Expand Down Expand Up @@ -231,6 +236,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
libdbusmenu-gtk3.i686 \
libatomic.i686 \
pipewire-alsa.i686 && \
clinfo \
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree-updates.repo && \
Expand All @@ -249,9 +255,10 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
winetricks \
protontricks \
latencyflex-vulkan-layer \
vkBasalt \
mangohud \
vulkan-tools \
vkBasalt.x86_64 \
vkBasalt.i686 \
mangohud.x86_64 \
mangohud.i686 \
; fi

# Cleanup & Finalize
Expand Down Expand Up @@ -386,7 +393,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
# Dock updater - done manually due to proprietary parts preventing it from being on Copr
# Neptune firmware - done manually due to "TBD" license on needed audio firmware
RUN rpm-ostree install \
vulkan-tools \
jupiter-fan-control \
jupiter-hw-support-btrfs \
powerbuttond \
Expand All @@ -396,8 +402,10 @@ RUN rpm-ostree install \
steam_notif_daemon \
ryzenadj \
latencyflex-vulkan-layer \
vkBasalt \
mangohud \
vkBasalt.x86_64 \
vkBasalt.i686 \
mangohud.x86_64 \
mangohud.i686 \
sdgyrodsu \
sddm-sugar-steamOS \
ibus-pinyin \
Expand Down

0 comments on commit 4092a15

Please sign in to comment.