added a readme on gamescope commands.

main
Sleeping Crows 2023-09-04 08:37:10 -04:00
parent 6eaee78bec
commit f9d6ac3d04
1 changed files with 12 additions and 0 deletions

12
Gamescope/readme.md Normal file
View File

@ -0,0 +1,12 @@
# Gamescope Commands
I'm not making any scripts at this time for running gamescope, but these commands are useful.
Run Steam in "SteamOS Mode" with 720p to 1440p integer scaling.
`gamescope -e -f -i -w 1280 -h 720 -W 2560 -H 1440 -r 165 -- steam -tenfoot -steamos`
* `-e` enables steam integration
* `-f` enables fullscreen (optionally: `-b` for borderless mode)
* `-w` & `-h` target the internal resolution of gamescope
* `-W` & `-H` target the window resolution for gamescope (usually your display size)
* Hitting `Super+n` while gamescope is active enables Nearest Neighbor filtering, for those *CHUNKY* pixels.