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:
parent
4ec0407674
commit
50308c9f32
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue