1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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
This commit is contained in:
Jan Beich 2023-07-13 00:54:48 +00:00
parent 8fb9426015
commit 4964754e08
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
[
{ 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

View File

@ -1,6 +1,9 @@
[
{ 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