Skip to content

Commit

Permalink
fix: Restore GNOME VRR patchset (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jun 23, 2023
1 parent 732fd70 commit ab49ec1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
image_flavor: [main, nvidia]
base_name: [bluefin, bluefin-dx, bluefin-framework, bluefin-dx-framework]
major_version: [37, 38]
major_version: [38]
exclude:
- base_name: bluefin-dx-framework
image_flavor: nvidia
Expand All @@ -37,9 +37,6 @@ jobs:
- base_name: bluefin-dx-framework
target_base: bluefin-dx
target_name: framework
- major_version: 37
is_latest_version: false
is_stable_version: false
- major_version: 38
is_latest_version: true
is_stable_version: true
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/share/backgrounds/vanill
COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/share/gnome-background-properties/vanilla.xml /usr/share/gnome-background-properties/vanilla.xml


#RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
#RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem xorg-x11-server-Xwayland

ADD packages.json /tmp/packages.json
ADD build.sh /tmp/build.sh
Expand Down
1 change: 1 addition & 0 deletions etc/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MUTTER_DEBUG_FORCE_KMS_MODE=simple

0 comments on commit ab49ec1

Please sign in to comment.