Package gamescope: Information

    Source package: gamescope
    Version: 3.14.11-alt1
    Latest version according to Repology
    Build time:  May 2, 2024, 04:33 PM in the task #347259
    Category: System/X11
    Report package bug
    License: BSD-2-Clause
    Summary: SteamOS session compositing window manager
    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.
    
    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.

    List of rpms provided by this srpm:
    gamescope (x86_64)
    gamescope-debuginfo (x86_64)

    Maintainer: Mikhail Tergoev


    ACL:
    Mikhail Tergoev
    @everybody

      1. cmake
      2. gcc-c++
      3. glslang-devel
      4. hwdata-devel
      5. libSDL2-devel
      6. libX11-devel
      7. libXcomposite-devel
      8. libXcursor-devel
      9. libXdamage-devel
      10. libXext-devel
      11. libXfixes-devel
      12. libXmu-devel
      13. libXrender-devel
      14. libXres-devel
      15. libXtst-devel
      16. libXxf86vm-devel
      17. libavif-devel
      18. libbenchmark-devel
      19. libcap-devel
      20. libdisplay-info-devel
      21. libdrm-devel
      22. libglm-devel
      23. libinput-devel
      24. libliftoff-devel
      25. libopenvr-devel
      26. libpixman-devel
      27. libseat1-devel
      28. libstb-devel
      29. libvulkan-devel
      30. libwayland-client-devel
      31. libwayland-server-devel
      32. libxcbutil-devel
      33. libxcbutil-errors-devel
      34. libxkbcommon-devel
      35. meson
      36. pipewire-libs-devel
      37. pkgconfig(libdecor-0)
      38. pkgconfig(xcb-ewmh)
      39. rpm-macros-meson
      40. spirv-headers
      41. wayland-protocols
      42. xorg-xwayland-devel

    Last changed


    May 2, 2024 Mikhail Tergoev 3.14.11-alt1
    - 3.14.11
    April 17, 2024 Mikhail Tergoev 3.14.3-alt1
    - 3.14.3
    March 18, 2024 Mikhail Tergoev 3.14.2-alt2
    - Added support OpenVR.
    - Used system spirv headers.