diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-11-27 18:27:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-11-27 18:48:10 +0000 |
commit | d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11 (patch) | |
tree | 804dbcd7ae57bbe553797b52fcfe8679f3cb1d76 | |
parent | fd13b77ddb52bee004f3848fcca4dab687c96e3d (diff) | |
download | ports-d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11.tar.gz ports-d4bf27c2e084f0aef4ab7805f1e40c9b8c2c7e11.zip |
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!
-rw-r--r-- | x11-wm/gamescope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |