@@ -82,9 +82,12 @@ RUN rpm-ostree install \
82
82
input-remapper \
83
83
system76-scheduler \
84
84
hl2linux-selinux \
85
- libobs_glcapture \
86
- libobs_vkcapture \
87
- obs-vkcapture \
85
+ libobs_glcapture.x86_64 \
86
+ libobs_glcapture.i686 \
87
+ libobs_vkcapture.x86_64 \
88
+ libobs_vkcapture.i686 \
89
+ obs-vkcapture.x86_64 \
90
+ obs-vkcapture.i686 \
88
91
ladspa-caps-plugins \
89
92
ladspa-noise-suppression-for-voice \
90
93
tailscale \
@@ -100,6 +103,7 @@ RUN rpm-ostree install \
100
103
lzip \
101
104
libxcrypt-compat \
102
105
mesa-libGLU \
106
+ vulkan-tools \
103
107
twitter-twemoji-fonts \
104
108
lato-fonts \
105
109
fira-code-fonts && \
@@ -199,6 +203,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
199
203
rpm-ostree install \
200
204
rocm-hip \
201
205
rocm-opencl \
206
+ rocm-clinfo \
202
207
waydroid \
203
208
weston && \
204
209
sed -i~ -E 's/=.\$\( command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh \
@@ -231,6 +236,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
231
236
libdbusmenu-gtk3.i686 \
232
237
libatomic.i686 \
233
238
pipewire-alsa.i686 && \
239
+ clinfo \
234
240
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
235
241
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \
236
242
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree-updates.repo && \
@@ -249,9 +255,10 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
249
255
winetricks \
250
256
protontricks \
251
257
latencyflex-vulkan-layer \
252
- vkBasalt \
253
- mangohud \
254
- vulkan-tools \
258
+ vkBasalt.x86_64 \
259
+ vkBasalt.i686 \
260
+ mangohud.x86_64 \
261
+ mangohud.i686 \
255
262
; fi
256
263
257
264
# Cleanup & Finalize
@@ -386,7 +393,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
386
393
# Dock updater - done manually due to proprietary parts preventing it from being on Copr
387
394
# Neptune firmware - done manually due to "TBD" license on needed audio firmware
388
395
RUN rpm-ostree install \
389
- vulkan-tools \
390
396
jupiter-fan-control \
391
397
jupiter-hw-support-btrfs \
392
398
powerbuttond \
@@ -396,8 +402,10 @@ RUN rpm-ostree install \
396
402
steam_notif_daemon \
397
403
ryzenadj \
398
404
latencyflex-vulkan-layer \
399
- vkBasalt \
400
- mangohud \
405
+ vkBasalt.x86_64 \
406
+ vkBasalt.i686 \
407
+ mangohud.x86_64 \
408
+ mangohud.i686 \
401
409
sdgyrodsu \
402
410
sddm-sugar-steamOS \
403
411
ibus-pinyin \
0 commit comments