this post was submitted on 16 Nov 2023
0 points (NaN% liked)

Linux

47233 readers
769 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

the heroic launcher was recently updated to support gamescope (installed it through flatpak by installing org.freedesktop.Platform.VulkanLayer.gamescope 23.08 through the terminal using >flatpak install).

it can be configured with a simple GUI (as seen above) and gives you all the options you could reasonably need. One of the big improvements is that on wayland, unlike when used through steam, it will actually close the game when told to, without requiring you to maunally kill the gamescope process.

valve still requires you to edit text launch options to enable and configure gamescope.

Valve needs to do better with gamescope, this 3rd party FOSS app is embarrasing them.

top 9 comments
sorted by: hot top controversial new old
[–] Mair@lemmy.blahaj.zone 1 points 10 months ago* (last edited 10 months ago)

Gamescope is a microcompositor from Valve that is used on the Steam Deck. Its goal is to provide an isolated compositor that is tailored towards gaming and supports many gaming-centric features such as:

-Spoofing resolutions -turning off VSync on Wayland desktops -using HDR -Upscaling using AMD FidelityFX™ Super Resolution or NVIDIA Image Scaling -Limiting framerates

In particular, gamescope is rendered seperately to your entire desktop, meaning that certain problem games that may have issues when rendered by your normal compositor (wayland or X11) may work fine under gamescope. For instance: certain games may have jerky mouse input or frequent crashes when running under wayland, but those issue may disappear when running within gamescope.

(this is also why we call gamescope a micro-compositor, as it runs seperately to your main compositor that handles your desktop e.g. Wayland or X11)

https://wiki.archlinux.org/title/Gamescope

[–] Makka@lemmy.one 0 points 10 months ago (1 children)

I pretty new to Linux gaming but I love it. Currently playing games directly from Steam and Blizzard games via Bottles. Please help me out with a few questions. What is the use case for gamescope? What is the use case for Heroic? Is it instead of Bottles/Lutris?

[–] ILikeBoobies@lemmy.ca 0 points 10 months ago (1 children)

Game scope is a micro-compositor, it’s how the Steamdeck handles games and probably steam. Basically the settings there, you can have the game in 1080p but upscaled by FSR/DLSS to 4k. The difference is that only the game is upscaled, not the whole system

Heroic is a launcher for Epic, Amazon, and GOG

Yes, it can be seen as an alternative to Bottles/Lutris but the stores and libraries are baked in

[–] helenslunch@feddit.nl 0 points 10 months ago (1 children)

Game scope is a micro-compositor

What is that?

it’s how the Steamdeck handles games and probably steam.

So why would I use this in HGL instead of Steam?

[–] ILikeBoobies@lemmy.ca 1 points 10 months ago* (last edited 10 months ago)

What is that?

Displaying stuff to the screen, the game will tell it “draw this”

So why would I use this in HGL instead of Steam?

If your library is in the other things then you can take advantage of the technology in those games

Gamescope should have lower latency in going from game to screen

[–] helenslunch@feddit.nl 0 points 10 months ago (1 children)
[–] Ineocla@lemmy.ml 1 points 10 months ago (1 children)

Valve's custom wayland compositor used on steam os

[–] helenslunch@feddit.nl 0 points 10 months ago (1 children)

What's a "Wayland compositor"?

[–] possiblylinux127@lemmy.zip 1 points 10 months ago

The program that draws pixels on your screen. (Not exactly but close enough)