Пакет gamescope: Информация

  • Default inline alert: Версия в репозитории: 3.14.18-alt1

Исходный пакет: gamescope
Версия: 3.14.2-alt1
Последняя версия по данным Repology
Собран:  12 марта 2024 г. 2:03 в задании #342510
Категория: Система/X11
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/Plagman/gamescope

Лицензия: BSD-2-Clause
О пакете: SteamOS session compositing window manager
Описание: 
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.

It runs on Mesa + AMD or Intel, and could be made to run
on other Mesa/DRM drivers with minimal work.
AMD requires Mesa 20.3+, Intel requires Mesa 21.2+.
Can support NVIDIA if/when they support
atomic KMS + accelerated Xwayland + Vulkan DMA-BUF extensions.
See https://github.com/Plagman/gamescope/issues/151 for NVIDIA support state.

If running RadeonSI clients with older cards (GFX8 and below),
currently have to set R600_DEBUG=nodcc,
or corruption will be observed until the stack picks up DRM modifiers support.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
gamescope (x86_64)
gamescope-debuginfo (x86_64)

Сопровождающий: Mikhail Tergoev

Список участников:
Mikhail Tergoev
Aleksei Nikiforov

Права:
Mikhail Tergoev
@everybody

    1. cmake
    2. libvulkan-devel
    3. libwayland-client-devel
    4. libwayland-server-devel
    5. libwlroots-devel
    6. glslang-devel
    7. libxkbcommon-devel
    8. hwdata-devel
    9. meson
    10. pipewire-libs-devel
    11. libSDL2-devel
    12. gcc-c++
    13. rpm-macros-meson
    14. libX11-devel
    15. libXcomposite-devel
    16. libXcursor-devel
    17. libXdamage-devel
    18. libXext-devel
    19. libXfixes-devel
    20. libXmu-devel
    21. libXrender-devel
    22. libXres-devel
    23. libXtst-devel
    24. libXxf86vm-devel
    25. libavif-devel
    26. libbenchmark-devel
    27. libcap-devel
    28. libdisplay-info-devel
    29. libdrm-devel
    30. wayland-protocols
    31. libglm-devel
    32. libliftoff-devel
    33. libinput-devel
    34. libstb-devel

Последнее изменение


11 марта 2024 г. Mikhail Tergoev 3.14.2-alt1
- 3.14.2
14 сентября 2023 г. Mikhail Tergoev 3.12.5-alt1
- 3.12.5
- Revert to git.
1 августа 2023 г. Mikhail Tergoev 3.12.0-alt1
- New version (3.12.0) with rpmgs script.
- Moved to update from tarball.