Skip to content

Commit

Permalink
chore: Remove evdi for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Nov 29, 2023
1 parent 06d49d9 commit f1ff06c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ COPY system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} /
COPY --from=ghcr.io/ublue-os/akmods:${AKMODS_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 && \
sed -i "0,/enabled/ s@enabled=0@enabled=1@g" /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \
if grep -qv "asus" <<< "${AKMODS_FLAVOR}"; then \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*evdi*.rpm \
; fi && \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm \
/tmp/akmods-rpms/kmods/*nct6687*.rpm \
Expand Down Expand Up @@ -378,12 +374,6 @@ RUN rpm-ostree install \
/etc/akmods-rpms/*steamdeck*.rpm && \
rm -rf /etc/akmods-rpms

# Remove Displaylink/evdi from Deck images until issues with MangoHUD are sorted out.
RUN if [[ -n $(rpm -qa | grep 'evdi\|displayport') ]]; then \
rpm-ostree remove \
$(rpm -qa | grep 'evdi\|displayport') \
; fi

# Configure KDE & GNOME
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
rpm-ostree override remove \
Expand Down

0 comments on commit f1ff06c

Please sign in to comment.