mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
fix(deck): Add workaround for another mura issue on OLED Deck
This commit is contained in:
parent
0b25afdfe3
commit
aeef5a3d47
@ -9,3 +9,12 @@
|
|||||||
mkdir -p "$mura_base_path"
|
mkdir -p "$mura_base_path"
|
||||||
|
|
||||||
if [ "$manufacturer" != "SDC" ]; then
|
if [ "$manufacturer" != "SDC" ]; then
|
||||||
|
@@ -74,7 +74,7 @@
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Grody! No gamescopectl yet kskdsjsadjjksjkjsj
|
||||||
|
-xprop -root -f GAMESCOPE_COLOR_MURA_CORRECTION_IMAGE 8s -set GAMESCOPE_COLOR_MURA_CORRECTION_IMAGE "$mura_path/$display_serial"
|
||||||
|
+DISPLAY=:0 xprop -root -f GAMESCOPE_COLOR_MURA_CORRECTION_IMAGE 8s -set GAMESCOPE_COLOR_MURA_CORRECTION_IMAGE "$mura_path/$display_serial"
|
||||||
|
|
||||||
|
echo "[galileo-mura] Success! All good. Using mura at: $mura_path"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user