Port details on branch 2021Q3 |
- gamescope Micro-compositor from SteamOS
- 3.9.1 x11-wm
=0 3.9.1Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-09-03 02:09:08
- Last Update: 2021-09-13 15:24:46
- Commit Hash: ae3ab6f
- License: BSD2CLAUSE
- WWW:
- https://github.com/Plagman/gamescope
- Description:
- 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.
WWW: https://github.com/Plagman/gamescope
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gamescope>0:x11-wm/gamescope
- To install the port:
- cd /usr/ports/x11-wm/gamescope/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/gamescope
- pkg install gamescope
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gamescope
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1631515174
SHA256 (Plagman-gamescope-3.9.1_GH0.tar.gz) = 2ff1c6d43427c2314554c8a43b33b1cfc7e483ca102399da4cb24f8d428ec972
SIZE (Plagman-gamescope-3.9.1_GH0.tar.gz) = 85517
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glslangValidator : graphics/glslang
- evdev-proto>0 : devel/evdev-proto
- vulkan-headers>0 : graphics/vulkan-headers
- wayland-protocols>=1.17 : graphics/wayland-protocols
- xwayland-devel>0 : x11-servers/xwayland-devel
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- x11.pc : x11/libX11
- xcomposite.pc : x11/libXcomposite
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xrender.pc : x11/libXrender
- xres.pc : x11/libXres
- xtst.pc : x11/libXtst
- xxf86vm.pc : x11/libXxf86vm
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- xwayland-devel>0 : x11-servers/xwayland-devel
- x11.pc : x11/libX11
- xcomposite.pc : x11/libXcomposite
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xrender.pc : x11/libXrender
- xres.pc : x11/libXres
- xtst.pc : x11/libXtst
- xxf86vm.pc : x11/libXxf86vm
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libepoll-shim.so : devel/libepoll-shim
- libdrm.so : graphics/libdrm
- libvulkan.so : graphics/vulkan-loader
- libwayland-server.so : graphics/wayland
- libxkbcommon.so : x11/libxkbcommon
- libudev.so : devel/libudev-devd
- libseat.so : sysutils/seatd
- libinput.so : x11/libinput
- libxcb-errors.so : x11/xcb-util-errors
- libxcb-render-util.so : x11/xcb-util-renderutil
- libxcb-icccm.so : x11/xcb-util-wm
- libpipewire-0.3.so : multimedia/pipewire
- libSDL2.so : devel/sdl20
- libgbm.so : graphics/mesa-libs
- libEGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gamescope-3.9.1:
PIPEWIRE=on: Screen capture via PipeWire
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_gamescope
- USES:
- compiler:c++11-lib meson pkgconfig sdl xorg gl xorg
- pkg-message:
- For install:
- Known issues:
- Intel GPUs require mesa-devel, see
https://github.com/Plagman/gamescope/issues/49
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.1 13 Sep 2021 15:24:46
    |
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
(cherry picked from commit 42cf99928521c05e9a29c98dd57deacd016ac49a) |
3.9 07 Sep 2021 05:39:14
    |
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
(cherry picked from commit f92407c62025d8facd2b8093fdaf7257ce86eb95) |
3.9 03 Sep 2021 02:07:51
    |
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
(cherry picked from commit f59477a32434882fd9d0dbf5367f5afe7c84aff6) |
3.8.4 03 Sep 2021 02:07:50
    |
Jan Beich (jbeich)  |
x11-wm/gamescope: bundle libliftoff, preparing for update
This reverts commit e4627682874a487b3c8bde7f8d70a4532a549bed.
(cherry picked from commit 8947b5348e896ba308935f13823954443ca3655c) |