mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 03:32:36 +00:00
chore: Remove evdi for now
This commit is contained in:
parent
06d49d9673
commit
f1ff06c7a6
@ -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 \
|
||||
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user