SaaSHub helps you find the best software and product alternatives Learn more →
Gamescope Alternatives
Similar projects and alternatives to gamescope
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
-
Windows Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
-
-
-
-
-
-
Hyprland
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
-
-
-
-
-
-
-
gamescope discussion
gamescope reviews and mentions
-
WSL 2 is getting faster Windows file system access
Wayland is a protocol. Not a program.
The top compositors right now for desktop are KDE Plasma, Hyprland, Gnome/Mutter and all of them implement the Wayland protocol independently.
For game wrappers Valve makes Gamescope (https://github.com/ValveSoftware/gamescope) which is also a Wayland compositor.
When you run a game through a wrapper like GameScope it will draw to the Wayland Server that GameScope is running and then that subsequently writes to the parent display server (which can actually be X or Wayland).
Anyway it's a far superior and more secure protocol than whatever Windows is doing and you should for sure have ChatGPT explain it to you.
-
Preparing for KDE Plasma's Last X11-Supported Release
SteamOS recently shipped KDE with Wayland by default.
They have their own custom compositor for handheld-mode, named gamescope. https://github.com/ValveSoftware/gamescope?tab=readme-ov-fil... (runs with an XWayland sandbox)
-
The Switch to Linux and the Beginning of My Self-Hosting Journey
Wayland crashes my kernel. If I want an uptime more than 24 hours I use X11 instead.
Try running your app via gamescope
https://github.com/ValveSoftware/gamescope
-
Hyprland Premium
Some context for anyone unfamiliar with the linux desktop space:
Hyprland is a "wayland compositor" (roughly analogous to an X Window Manager) that is under active community development: https://hypr.land
Wayland is considered the future of the linux desktop and is what projects like Valve's SteamDeck are using: https://github.com/ValveSoftware/gamescope
It's known that Hyprland Premium is going to include a bunch of pre-made dotfiles including a Quickshell bar config, if you want to see the current top-tier rice: https://quickshell.outfoxxed.me/
-
Hard numbers in the Wayland vs. X11 input latency discussion
Although desktop GPU plane counts are much more limited, it's not as restricted as you're portraying. Here's the AMD SoC in the Steam Deck, for example: https://github.com/ValveSoftware/gamescope/blob/master/src/d...
Even though it's only 3 planes, they are relatively feature-rich still. In a typical desktop UI that would indeed be primary, cursor, and video planes. But if the system cursor is hidden, such as in a game, that frees up a plane that can be used for something else - such as the aforementioned game.
-
The Linux graphics stack in a nutshell, part 1
I think your information is quite outdated. The HWC overlay planes are heavily used, you can see this trivially just doing a 'dumpsys SurfaceFlinger' or grabbing a systrace/perfetto trace. When it falls back to GPU composition it's very obvious as there's a significant hit to latency and more GPU contention.
The overlay capabilities of the modern Snapdragons are also quite absurd. They support like upwards of a dozen overlays now and even have FP16 extended sRGB support. Some HWCs (like the one in the steam deck) even have per plane 3D LUTs for HDR tone mapping (ex https://github.com/ValveSoftware/gamescope/blob/master/src/d... )
The composition is bandwidth heavy of course, but for static scenes there's a cache after the HWC in the form of panel self refresh.
- Gamescope -- How do I get this to work on Endeavouros?
-
Firefox Is Going to Try and Ship with Wayland Enabled by Default
One of the unfortunate things about Wayland is every compositor will have its own quality of implementation affecting things like latency.
With XOrg, especially in the pre-compositing days, you could choose whatever WM you want and it wouldn't have any impact on the rendering performance of X clients. Once the Composite extension was added and everyone started running composited X desktops, that started to change, and the increased latency already started appearing - in an arguably worse architecture than Wayland because there were often three processes involved with lots of IPC per draw: X-Client->X-Server->X-Compositor->X-Server->CRTC. At least in Wayland it's more like Wayland-Client->Wayland-Compositor->CRTC.
If you're unhappy with the rendering latency of your Wayland sessions, it may be worth trying alternative compositors... they likely vary significantly. The Valve/Steam folks have made a minimal one specifically optimized for games/low-latency [0]. I doubt the SteamDeck would be seeing as much success as it is if Wayland were so problematic in this department.
[0]: https://github.com/ValveSoftware/gamescope
-
BG3 splitscreen on two monitors?
Use gamescope.
-
Help needed to confirm two 3.5 bugs
While streaming from the Deck to another device (phone with Steam Link app or another PC running steam), taking a screenshot on the Deck (hold the steam or ... button, and press R1) crashes the session (https://github.com/ValveSoftware/gamescope/issues/961). This one also impacts Decky Recorder. If you're recording the screen or have replay mode on and take a screenshot, you'll have a crash.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
ValveSoftware/gamescope is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of gamescope is C++.