Steam: Difference between revisions

Add details on booting to gamescope
m add note about kernel versions
Line 32: Line 32:
Gamescope can function as a minimal desktop environment, meaning you can launch it from a TTY and have an experience very similar to the Steam Deck hardware console.
Gamescope can function as a minimal desktop environment, meaning you can launch it from a TTY and have an experience very similar to the Steam Deck hardware console.


<syntaxHighlight lang=nix>
<syntaxhighlight lang="nix">
boot.kernelPackages = pkgs.linuxPackages; # (this is the default) some amdgpu issues on 6.10
programs = {
programs = {
   gamescope = {
   gamescope = {
Line 50: Line 51:
   '';
   '';
};
};
</syntaxHighlight>
</syntaxhighlight>


==== gs.sh ====
==== gs.sh ====