File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
system_files/desktop/shared/usr/share/latencyflex Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,10 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
271271 tar --strip-components 1 -xvf /tmp/latencyflex.tar.xz -C /tmp/latencyflex && \
272272 rm -f /tmp/latencyflex.tar.xz && \
273273 mv -v /tmp/latencyflex/wine/usr/lib/wine/* /usr/lib64/wine/ && \
274- rm -rf /tmp/latencyflex \
274+ rm -rf /tmp/latencyflex && \
275+ wget https://raw.githubusercontent.com/Shringe/LatencyFleX-Installer/main/install.sh -O /usr/bin/latencyflex-installer && \
276+ sed -i 's@/usr/lib/wine/@/usr/lib64/wine/@g' /usr/bin/latencyflex-installer && \
277+ sed -i 's@"dxvk.conf"@"/usr/share/latencyflex/dxvk.conf"@g' /usr/bin/latencyflex-installer \
275278; fi
276279
277280# Cleanup & Finalize
@@ -516,6 +519,9 @@ RUN rpm-ostree install \
516519 rm -f /tmp/latencyflex.tar.xz && \
517520 mv -v /tmp/latencyflex/wine/usr/lib/wine/* /usr/lib64/wine/ && \
518521 rm -rf /tmp/latencyflex && \
522+ wget https://raw.githubusercontent.com/Shringe/LatencyFleX-Installer/main/install.sh -O /usr/bin/latencyflex-installer && \
523+ sed -i 's@/usr/lib/wine/@/usr/lib64/wine/@g' /usr/bin/latencyflex-installer && \
524+ sed -i 's@"dxvk.conf"@"/usr/share/latencyflex/dxvk.conf"@g' /usr/bin/latencyflex-installer && \
519525 if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}" ; then \
520526 rpm-ostree override remove \
521527 gamemode \
Original file line number Diff line number Diff line change 1+ dxgi.nvapiHack = False
2+ dxgi.customVendorId = 10de
You can’t perform that action at this time.
0 commit comments