sway
sway copied to clipboard
Sway chooses diffrent refresh rate when initial loading vs reloading
- Sway Version:
{
"human_readable": "1.9",
"variant": "sway",
"major": 1,
"minor": 9,
"patch": 0,
"loaded_config_file_name": "\/home\/yuval\/.config\/sway\/config"
}
-
Debug Log:
- First scenario
- From a tty - launch sway
- Recieve an empty gray output on TV monitor
- Built in laptop monitor disabled
- Blindly press binding to launch terminal
- Enter swaymsg exit
- Log: https://gist.github.com/ycohen-dev/38c8f3806f9498d836faac398dc7cec3
- Second scenario
- From a tty - launch sway
- Recieve an empty gray output on TV monitor
- Built in laptop monitor disabled
- Press reload config binding
- Output looks normal
- Launch terminal
- Enter swaymsg exit
- Log: https://gist.github.com/ycohen-dev/a89af443b2aeca243dcc369190818380
- First scenario
-
Configuration File:
- Configuration: https://gist.github.com/ycohen-dev/2252b85970834d085a12597980950610
-
Description:
- Multi monitor setup
- Disabled built-in laptop monitor eDP-1
- Enabled 4k TV monitor HDMI-A-1 W/O specifing refresh rate
- When not explicitly specifying refresh rate in output config in a multi-monitor setup, sway chooses diffrent refresh rates in cases of initial loading vs during reload
- First scenario log shows sway choosing 120Hz on my HDMI output
- Second scenario log shows the same , but after reload chooses 60Hz
- Multi monitor setup