This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htpc:steam [2025/02/07 20:46] – Yuki | htpc:steam [2025/02/08 01:29] (current) – Yuki | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Build your own SteamOS ====== | ====== Build your own SteamOS ====== | ||
- | FIXME //This page is a stub.// | + | ===== Launch ===== |
+ | |||
+ | For best results, launch with Gamescope, so apps can launch inside of Steam. You may want to tweak the command line options depending of your setup. | ||
+ | |||
+ | ==== Important gamescope flags ==== | ||
+ | |||
+ | ^Name^Description^ | ||
+ | |-e|Enable Steam integration| | ||
+ | |%%--%%backend|Select the backend (usually drm, wayland, sdl or headless)| | ||
+ | |%%--%%expose-wayland|Important for launching native Wayland clients| | ||
+ | |-f|Fullscreen| | ||
+ | |-g|Grab the keyboard| | ||
+ | |-W, -H|Window width and height| | ||
+ | |%%--%%help|Check out the rest of the options| | ||
+ | |||
+ | ==== Launch from a display manager ==== | ||
+ | |||
+ | <code ini /usr/share/ | ||
+ | [Desktop Entry] | ||
+ | Name=Steam Big Picture Mode | ||
+ | Comment=Start Steam in Big Picture Mode | ||
+ | Exec=/ | ||
+ | Type=Application | ||
+ | </ | ||
+ | |||
+ | You can use '' | ||
+ | |||
+ | <code ini / | ||
+ | [Autologin] | ||
+ | User=yuki | ||
+ | Session=steam-big-picture | ||
+ | </ | ||
+ | |||
+ | ==== Launch from desktop ==== | ||
+ | |||
+ | Works better if the above doesn' | ||
+ | |||
+ | <code ini ~/ | ||
+ | [Desktop Entry] | ||
+ | Name=Steam Big Picture Mode | ||
+ | Comment=Start Steam in Big Picture Mode | ||
+ | Exec=/ | ||
+ | Type=Application | ||
+ | Icon=steam | ||
+ | </ | ||
+ | |||
+ | You can use '' | ||
+ | |||
+ | <code ini / | ||
+ | [Autologin] | ||
+ | User=yuki | ||
+ | Session=plasma | ||
+ | </code> |