aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sway
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-13 00:54:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-07-13 02:36:20 +0000
commit4964754e0887621cd09afff61ee86c6c4c7d783b (patch)
treeb8ceaa4ec03f5e7d950cd6c6eab49af3bda4aca0 /x11-wm/sway
parent8fb94260154e050c4185067effde2f16965791f9 (diff)
downloadports-4964754e0887621cd09afff61ee86c6c4c7d783b.tar.gz
ports-4964754e0887621cd09afff61ee86c6c4c7d783b.zip
x11-wm/sway: suggest mac_priority(4) after b22b6eeffd22
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
Diffstat (limited to 'x11-wm/sway')
-rw-r--r--x11-wm/sway/pkg-message3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/sway/pkg-message b/x11-wm/sway/pkg-message
index 9017b1d5a888..c0888f1f4cb7 100644
--- a/x11-wm/sway/pkg-message
+++ b/x11-wm/sway/pkg-message
@@ -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