Bash-Scripts/Gamescope/readme.md

617 B

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.