mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
4964754e08
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
13 lines
285 B
Plaintext
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
|
|
}
|
|
]
|