1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11-wm/sway/pkg-message
Jan Beich 4964754e08 x11-wm/sway: suggest mac_priority(4) after b22b6eeffd
FreeBSD lacks setcap(8) + CAP_SYS_NICE, so permissions to set realtime
priorities like SCHED_RR are group-wide and disabled by default.

$ sway
[...]
00:00:00.024 [INFO] [sway/realtime.c:35] Failed to set scheduling priority to 0
[...]

https://github.com/swaywm/sway/commit/a3a82efbf6b5
2023-07-13 02:36:20 +00:00

13 lines
285 B
Plaintext

[
{ type: install
message: <<EOM
Notes:
- sway(1) can use mac_priority(4) to avoid stutter during high load
Experimental features:
- HiDPI support for X11 applications. For instructions see
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064#note_1139855
EOM
}
]