Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.51_1 20 Feb 2023 21:54:29
    |
Jan Beich (jbeich)  |
graphics/libliftoff: update to 0.4.0
Changes: https://gitlab.freedesktop.org/emersion/libliftoff/-/releases/v0.4.0
Reported by: GitLab (notify releases) |
3.11.51_1 13 Feb 2023 19:21:16
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: restore hwdata dependency after 146bb4da8d31
gamescope uses pkg-config to get pnp.ids location (like wlroots)
but parses it at runtime (unlike wlroots).
https://github.com/Plagman/gamescope/commit/5fca0702ab2c
https://github.com/Plagman/gamescope/commit/f4a33bd37e49 |
3.11.51 13 Feb 2023 19:13:04
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: limit hwdata dependency to DRM as build only
pnp.ids is converted to pnpids.c, so won't pick up changes without rebuild.
pnp.ids is also unused when nesting on X11 or Wayland (WLR_BACKENDS != drm).
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/eec95e3d5e1a |
3.11.51 08 Dec 2022 09:24:24
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: drop bc1d9770a8d9 leftover after 05356a1b1a22 |
3.11.51 08 Dec 2022 09:19:16
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.51
Changes: https://github.com/Plagman/gamescope/compare/3.11.49...3.11.51
Reported by: Repology, portscout |
3.11.49_2 29 Nov 2022 10:35:46
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: apply one more wlroots 0.16 fix after bc1d9770a8d9 |
3.11.49_1 27 Nov 2022 18:48:10
    |
Jan Beich (jbeich)  |
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! |
3.11.49_1 26 Nov 2022 17:25:47
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: back to default wlroots |
3.11.49 16 Nov 2022 14:38:13
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.49
Changes: https://github.com/Plagman/gamescope/compare/3.11.48...3.11.49
Reported by: Repology, portscout |
3.11.48_1 11 Nov 2022 22:39:55
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.16.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.0
Reported by: GitLab (notify releases) |
3.11.48 28 Oct 2022 16:39:20
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.48
Changes: https://github.com/Plagman/gamescope/compare/3.11.47...3.11.48
Reported by: Repology, portscout |
3.11.47 02 Oct 2022 16:13:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.47
Changes: https://github.com/Plagman/gamescope/compare/3.11.45-2...3.11.47
Reported by: Repology, portscout |
3.11.45.2 15 Sep 2022 20:56:26
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.45.2
Changes: https://github.com/Plagman/gamescope/compare/3.11.44...3.11.45-2
Reported by: Repology, portscout |
3.11.44 14 Sep 2022 17:45:08
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.44
Changes: https://github.com/Plagman/gamescope/compare/3.11.43...3.11.44
Reported by: Repology, portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.11.43 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.11.43 26 Aug 2022 22:16:32
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.43
Changes: https://github.com/Plagman/gamescope/compare/3.11.42...3.11.43
Reported by: Repology, portscout |
3.11.42 23 Aug 2022 22:19:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.42
Changes: https://github.com/Plagman/gamescope/compare/3.11.39...3.11.42
Reported by: Repology, portscout |
3.11.39 20 Aug 2022 17:58:45
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.39
Changes: https://github.com/Plagman/gamescope/compare/3.11.36...3.11.39
Reported by: Repology |
3.11.36 18 Aug 2022 09:42:54
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbundle libliftoff after 93054149a58a
This reverts commit 7e0eeca6bb238a8cc201b921c52a97fd856dd255. |
3.11.36 18 Aug 2022 00:29:59
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.36
Changes: https://github.com/Plagman/gamescope/compare/3.11.32...3.11.36
Reported by: Repology, portscout |
3.11.32 18 Aug 2022 00:29:59
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: bundle libliftoff, preparing for update
This reverts commit ef2d0a35dd40b8b59bf9f94b3887d26631b3465d. |
3.11.32 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
3.11.32 06 Jun 2022 09:03:53
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.32
Changes: https://github.com/Plagman/gamescope/compare/3.11.30...3.11.32
Reported by: Repology |
3.11.30 26 Apr 2022 14:36:29
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.30
Changes: https://github.com/Plagman/gamescope/compare/3.11.28...3.11.30
Reported by: Repology |
3.11.28 19 Apr 2022 19:33:01
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.28
Changes: https://github.com/Plagman/gamescope/compare/3.11.27...3.11.28
Reported by: Repology |
3.11.27 12 Mar 2022 16:19:40
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.27
Changes: https://github.com/Plagman/gamescope/compare/3.11.26...3.11.27
Reported by: portscout |
3.11.26 02 Mar 2022 10:47:51
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.26
Changes: https://github.com/Plagman/gamescope/compare/3.11.25...3.11.26
Reported by: portscout |
3.11.25 27 Feb 2022 23:10:39
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.25
Changes: https://github.com/Plagman/gamescope/compare/3.11.23...3.11.25
Reported by: portscout |
3.11.23 19 Feb 2022 00:55:17
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.23
Changes: https://github.com/Plagman/gamescope/compare/3.11.22...3.11.23
Reported by: portscout |
3.11.22 18 Feb 2022 20:39:32
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.22
Changes: https://github.com/Plagman/gamescope/compare/3.11.21...3.11.22
Reported by: portscout |
3.11.21 16 Feb 2022 16:03:23
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.21
Changes: https://github.com/Plagman/gamescope/compare/3.11.19...3.11.21
Reported by: portscout |
3.11.19 15 Feb 2022 11:16:24
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.19
Changes: https://github.com/Plagman/gamescope/compare/3.11.14...3.11.19
Reported by: portscout |
3.11.14 14 Feb 2022 12:24:16
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbreak fetch due to repo growth
fetch: https://github.com/Plagman/gamescope/commit/a618ea074660.patch: size
mismatch: expected 2587, actual 2589
-index 5a47ff84..bba9ec84 100644
+index 5a47ff840..bba9ec849 100644 |
3.11.14 13 Feb 2022 21:57:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.14
Changes: https://github.com/Plagman/gamescope/compare/3.11.13...3.11.14
Reported by: portscout |
3.11.13 13 Feb 2022 11:05:01
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.13
Changes: https://github.com/Plagman/gamescope/compare/3.11.11...3.11.13
Reported by: portscout |
3.11.11 12 Feb 2022 20:31:11
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.11
Changes: https://github.com/Plagman/gamescope/compare/3.11.10...3.11.11
Reported by: portscout |
3.11.10 11 Feb 2022 12:18:56
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: check libliftoff package version after ef2d0a35dd40
Dependency libliftoff found: NO found 0.1.0 but need: '>= 0.2.0' ; matched: '<
0.3.0'
../src/drm.cpp:1174:8: error: use of undeclared identifier
'liftoff_output_needs_composition'
if ( liftoff_output_needs_composition( drm->lo_output ) )
^ |
3.11.10 11 Feb 2022 12:12:27
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbundle libliftoff after 929a40f5e1c9
This reverts commit 8947b5348e896ba308935f13823954443ca3655c. |
3.11.10 11 Feb 2022 10:00:46
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.10
Changes: https://github.com/Plagman/gamescope/compare/3.11.9...3.11.10
Reported by: portscout |
3.11.9 10 Feb 2022 14:13:51
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.9
Changes: https://github.com/Plagman/gamescope/compare/3.11.8...3.11.9
Reported by: portscout |
3.11.8 09 Feb 2022 16:17:04
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.8
Changes: https://github.com/Plagman/gamescope/compare/3.11.5...3.11.8
Reported by: portscout |
3.11.5 04 Feb 2022 16:52:00
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.5
Changes: https://github.com/Plagman/gamescope/compare/3.11.0...3.11.5
Reported by: portscout |
3.11.0 03 Feb 2022 03:44:21
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.11.0
Changes: https://github.com/Plagman/gamescope/compare/3.10.8...3.11.0
Reported by: portscout |
3.10.8 30 Jan 2022 00:37:00
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.8
Changes: https://github.com/Plagman/gamescope/compare/3.10.7...3.10.8
Reported by: portscout |
3.10.7 20 Jan 2022 07:59:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.7
Changes: https://github.com/Plagman/gamescope/compare/3.10.5...3.10.7
Reported by: portscout |
3.10.5 18 Jan 2022 11:39:10
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: drop Vulkan quirk after e9669c2a0b41 |
3.10.5 15 Jan 2022 18:54:37
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.5
Changes: https://github.com/Plagman/gamescope/compare/3.10.4...3.10.5
Reported by: portscout |
3.10.4 15 Jan 2022 01:37:48
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.4
Changes: https://github.com/Plagman/gamescope/compare/3.10.3...3.10.4
Reported by: portscout |
3.10.3 28 Dec 2021 17:25:36
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbreak fetch due to repo growth
fetch: https://github.com/Plagman/gamescope/commit/ec8e547be135.patch: size
mismatch: expected 2857, actual 2861
-index e7251ec..957d9f0 100644
+index e7251ec0..957d9f0e 100644
-index 08d9e15..7298f7b 100644
+index 08d9e158..7298f7b3 100644
-index b9ba551..e984865 100644
+index b9ba551e..e9848654 100644
-index e984865..f1a1c55 100644
+index e9848654..f1a1c55a 100644
-index 5a47ff8..bba9ec8 100644
+index 5a47ff84..bba9ec84 100644
PR: 260761
Reported by: amdmi3 |
3.10.3 18 Dec 2021 12:21:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.3
Changes: https://github.com/Plagman/gamescope/compare/3.10.1...3.10.3
Reported by: portscout |
3.10.1_1 18 Dec 2021 12:21:09
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: drop unused distfile after c8a5e7b72398 |
3.10.1_1 17 Dec 2021 20:23:58
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: restore wlroots version check after c8a5e7b72398
0.14.0.1 (0467a752) is 0.15.0 snapshot used during long preparation.
However, the required snapshot version was never precise. |
3.10.1_1 17 Dec 2021 11:30:27
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: back to system wlroots after 2af7805da5c5
This reverts commit fb9677dec35874886abfa33da1b1e426a0bb97ec. |
3.10.1 16 Dec 2021 00:52:49
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10.1
Changes: https://github.com/Plagman/gamescope/compare/3.10...3.10.1
Reported by: portscout |
3.10 14 Dec 2021 17:16:22
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: switch to merged upstream fix |
3.10 14 Dec 2021 17:11:58
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.10
Changes: https://github.com/Plagman/gamescope/compare/3.9.5...3.10
Reported by: portscout |
3.9.5_1 20 Nov 2021 22:41:23
    |
Jan Beich (jbeich)  |
multimedia/pipewire: force rebuild consumers after 8691df3a5142
ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.
ERROR kooha::backend::screencast_portal > Error from screencast call:
Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))),
Some("No such interface “org.freedesktop.portal.ScreenCast” on object at
path /org/freedesktop/portal/desktop"), Msg { type: Error, sender:
UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
s (115),
] }))
ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol
"pw_init"
PR: 259621 |
3.9.5 01 Nov 2021 17:37:28
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: chase home for bundled wlroots after bfe5bc8c7a56 |
3.9.5 01 Nov 2021 17:16:34
    |
Jan Beich (jbeich)  |
graphics/libliftoff: chase to the new home
https://github.com/emersion/libliftoff/commit/e77722959dc3
"This repository has been archived by the owner. It is now read-only." |
3.9.5 18 Oct 2021 12:28:18
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9.5
Changes: https://github.com/Plagman/gamescope/compare/3.9.4...3.9.5
Reported by: portscout |
3.9.4 10 Oct 2021 18:59:13
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9.4
Changes: https://github.com/Plagman/gamescope/compare/3.9.3...3.9.4
Reported by: portscout |
3.9.3 06 Oct 2021 10:34:15
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9.3
Changes: https://github.com/Plagman/gamescope/compare/3.9.2...3.9.3
Reported by: portscout |
3.9.2 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
3.9.2 16 Sep 2021 08:47:10
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9.2
Changes: https://github.com/Plagman/gamescope/compare/3.9.1...3.9.2
Reported by: portscout |
3.9.1 13 Sep 2021 15:23:40
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9.1
Changes: https://github.com/Plagman/gamescope/compare/3.9...3.9.1
Reported by: portscout |
3.9 07 Sep 2021 05:38:50
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbreak fetch
fetch: https://github.com/Plagman/gamescope/commit/d59836199ebe.patch: size
mismatch: expected 2586, actual 2588
-index 01a4c79..abac660 100644
+index 01a4c793..abac6603 100644 |
3.9 06 Sep 2021 19:49:35
    |
Jan Beich (jbeich)  |
x11-wm/{gamescope,phoc}: sort USE_* alphabetically |
3.9 06 Sep 2021 19:47:41
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: move USES=gl to bundled wlroots after 91e9ee8c70bc
After wlroots 0.15.0 update this port may unbundle wlroots, so USES=gl
will no longer be necessary. |
3.9 06 Sep 2021 19:27:28
    |
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
3.9 06 Sep 2021 03:31:08
    |
Jan Beich (jbeich)  |
x11-wm/{gamescope,phoc}: split bundled wlroots changes
Move wlroots-specific changes into a separate Makefile to prevent
confusion which dependencies are safe to modify. |
3.9 06 Sep 2021 03:31:08
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: link to upstream fix for system wlroots |
3.9 03 Sep 2021 01:53:28
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.9
Changes: https://github.com/Plagman/gamescope/compare/3.8.4...3.9
Reported by: portscout |
3.8.4 03 Sep 2021 01:53:28
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: bundle libliftoff, preparing for update
This reverts commit e4627682874a487b3c8bde7f8d70a4532a549bed. |
3.8.4 01 Jul 2021 13:50:17
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: unbundle libliftoff |
3.8.4 30 Jun 2021 12:37:24
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: temporarily use static wlroots after f2820b6cc217 |
3.8.4 30 Jun 2021 11:40:52
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.8.4
Changes: https://github.com/Plagman/gamescope/compare/3.8.3...3.8.4
Reported by: portscout |
3.8.3 23 Jun 2021 18:07:18
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.14.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by: GitHub (watch releases) |
3.8.3 15 Jun 2021 22:53:02
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.8.3
Changes: https://github.com/Plagman/gamescope/compare/3.8.1...3.8.3
Reported by: portscout, Repology |
3.8.1 19 May 2021 12:49:52
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: update to 3.8.1
Changes: https://github.com/Plagman/gamescope/compare/3.7.1...3.8.1
Reported by: portscout |
3.7.1_1 07 Apr 2021 20:59:00
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.13.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.13.0
Reported by: GitHub (watch releases)
Tested by: Evgeniy Khramtsov (via CFT on x11@ list) |
3.7.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.7.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.7.1 23 Dec 2020 20:12:36
  |
jbeich  |
devel/glslang: move to graphics/ where shaderc is |
3.7.1 23 Dec 2020 20:12:15
  |
jbeich  |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related. |
3.7.1 16 Nov 2020 03:52:30
  |
jbeich  |
x11-wm/gamescope: add new port
In an embedded session usecase, gamescope does the same thing as
steamcompmgr, but with less extra copies and latency:
- It's getting game frames through Wayland by way of Xwayland, so
there's no copy within X itself before it gets the frame.
- It can use DRM/KMS to directly flip game frames to the screen, even
when stretching or when notifications are up, removing another copy.
- When it does need to composite with the GPU, it does so with async
Vulkan compute, meaning you get to see your frame quick even if the
game already has the GPU busy with the next frame.
It also runs on top of a regular desktop, the 'nested' usecase
steamcompmgr didn't support.
- Because the game is running in its own personal Xwayland sandbox
desktop, it can't interfere with your desktop and your desktop can't
interfere with it.
- You can spoof a virtual screen with a desired resolution and refresh
rate as the only thing the game sees, and control/resize the output
as needed. This can be useful in exotic display configurations like
ultrawide or multi-monitor setups that involve rotation.
https://github.com/Plagman/gamescope |