Skip to content

Commit

Permalink
x11-wm/sway: suggest mac_priority(4) after b22b6ee
Browse files Browse the repository at this point in the history
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
[...]

swaywm/sway@a3a82efbf6b5
  • Loading branch information
jbeich committed Jul 13, 2023
1 parent 8fb9426 commit 4964754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x11-wm/sway-devel/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
Expand Down
3 changes: 3 additions & 0 deletions 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
Expand Down

0 comments on commit 4964754

Please sign in to comment.