Difference between revisions of "Gamescope"

From Linux Gaming
Jump to navigation Jump to search
(Created page with "Gamescope creates a virtual desktop for your game. This can be beneficial if your game doesn't play nicely with your desktop, for example if it doesn't catch your mouse, or if it breaks when loosing focus. You can use Gamescope for downsampling. For example, use <code>gamescope -w 3840 -h 2160 --</code> as command prefix, to downscale from 4k. If you use it in Lutris, set <code>3840x2160</code> as resolution. === Setup === Run <code>sudo setcap 'CAP_SYS_NICE=eip' `whic...")
 
Line 1: Line 1:
Gamescope creates a virtual desktop for your game. This can be beneficial if your game doesn't play nicely with your desktop, for example if it doesn't catch your mouse, or if it breaks when loosing focus.
[https://github.com/Plagman/gamescope Gamescope] creates a virtual desktop for your game. This can be beneficial if your game doesn't play nicely with your desktop, for example if it doesn't catch your mouse, or if it breaks when loosing focus.


You can use Gamescope for downsampling. For example, use <code>gamescope -w 3840 -h 2160 --</code> as command prefix, to downscale from 4k. If you use it in Lutris, set <code>3840x2160</code> as resolution.
You can use Gamescope for downsampling. For example, use <code>gamescope -w 3840 -h 2160 --</code> as command prefix, to downscale from 4k. If you use it in Lutris, set <code>3840x2160</code> as resolution.

Revision as of 01:28, 22 July 2022

Gamescope creates a virtual desktop for your game. This can be beneficial if your game doesn't play nicely with your desktop, for example if it doesn't catch your mouse, or if it breaks when loosing focus.

You can use Gamescope for downsampling. For example, use gamescope -w 3840 -h 2160 -- as command prefix, to downscale from 4k. If you use it in Lutris, set 3840x2160 as resolution.

Setup

Run sudo setcap 'CAP_SYS_NICE=eip' `which gamescope` to get a smooth gaming experience.