Difference between revisions of "Gamescope"

From Linux Gaming
Jump to navigation Jump to search
Line 4: Line 4:


=== Setup ===
=== Setup ===
Run <code>sudo setcap 'CAP_SYS_NICE=eip' `which gamescope`</code> to get a smooth gaming experience.<ref>https://www.reddit.com/r/linux_gaming/comments/w4u69f/my_gamescope_was_too_nice_and_yours_is_too/</ref>
Run <code>sudo setcap 'CAP_SYS_NICE=eip' $(which gamescope)</code> to get a smooth gaming experience.<ref>https://www.reddit.com/r/linux_gaming/comments/w4u69f/my_gamescope_was_too_nice_and_yours_is_too/</ref>


== References and notes ==
== References and notes ==

Revision as of 10:53, 26 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.[1]

References and notes