Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix: manually install vrr
Browse files Browse the repository at this point in the history
Upstream Bling doesn't install correctly.
  • Loading branch information
jerbmega committed Feb 23, 2024
1 parent 118b9e2 commit 5a307c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/module-shared-vrr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
type: bling
install:
- gnome-vrr
type: script
scripts:
- enable_vrr.sh
6 changes: 6 additions & 0 deletions config/scripts/enable_vrr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -oue pipefail

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter mutter-common gnome-control-center gnome-control-center-filesystem
echo "MUTTER_DEBUG_FORCE_KMS_MODE=simple" >> /usr/etc/environment
#gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate']"

0 comments on commit 5a307c6

Please sign in to comment.