hack(sway): Prevent my gpu's memory clock from being stuck at 100%

I don't know what exactly is happening but anything above 60hz on my
third monitor pins the memory clock to 100%.

Also changing the refreshrate and reloading sway sometimes leads to hard
lock ups ... fun times
This commit is contained in:
histalek 2023-10-01 21:59:09 +02:00
parent 4ec0407674
commit 50308c9f32
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

View file

@ -3,18 +3,18 @@
# ==================== # # ==================== #
output $disp1 { output $disp1 {
resolution 1920x1080 resolution 1920x1080@60.000Hz
position 0,0 position 0,0
transform 270 transform 270
bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png fill bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png fill
} }
output $disp2 { output $disp2 {
resolution 1920x1080 resolution 1920x1080@60.000Hz
position 1080,550 position 1080,550
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
} }
output $disp3 { output $disp3 {
resolution 1920x1080@119.982Hz resolution 1920x1080@60.000Hz
position 3000,550 position 3000,550
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
} }