git: d4bf27c2e084 - main - x11-wm/gamescope: temporarily disable wayland category
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 18:48:28 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11 commit d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-27 18:27:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-27 18:48:10 +0000 x11-wm/gamescope: temporarily disable wayland category $ gamescope -- vkcube-wayland No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance will be affected. wlserver: [backend/headless/backend.c:68] Creating headless backend vulkan: selecting physical device 'Intel(R) HD Graphics 530 (SKL GT2)': queue family 0 vulkan: physical device supports DRM format modifiers vulkan: supported DRM formats for sampling usage: vulkan: 0x34325241 vulkan: 0x34325258 vulkan: 0x3231564E wlserver: Running compositor on wayland display 'gamescope-0' wlserver: [backend/headless/backend.c:16] Starting headless backend wlserver: [xwayland/server.c:108] Starting Xwayland on :1 wlserver: [types/wlr_compositor.c:681] New wlr_surface 0x84aae6500 (res 0x84ab47880) wlserver: [xwayland/server.c:273] Xserver is ready xwm: Failed to find PID for window 0x200001 Cannot connect to wayland. Exiting ... load: 0.97 cmd: Xwayland 64175 [select] 8.23r 0.02u 0.00s 0% 35848k ^C gamescope: received kill signal, terminating! --- x11-wm/gamescope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index cebb5140805d..b244dfa7ea5f 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,7 +1,7 @@ PORTNAME= gamescope DISTVERSION= 3.11.49 PORTREVISION= 1 -CATEGORIES= x11-wm wayland +CATEGORIES= x11-wm # wayland: depends on https://github.com/Plagman/gamescope/issues/543 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 2a84a44f6897.patch:-p1 # https://github.com/Plagman/gamescope/pull/119