This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htpc:steam [2025/02/07 23:17] – 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 ===== | ===== Launch ===== | ||
Line 11: | Line 9: | ||
^Name^Description^ | ^Name^Description^ | ||
|-e|Enable Steam integration| | |-e|Enable Steam integration| | ||
- | |< | + | |%%--%%backend|Select the backend (usually drm, wayland, sdl or headless)| |
+ | |%%--%%expose-wayland|Important for launching native Wayland clients| | ||
|-f|Fullscreen| | |-f|Fullscreen| | ||
|-g|Grab the keyboard| | |-g|Grab the keyboard| | ||
|-W, -H|Window width and height| | |-W, -H|Window width and height| | ||
- | |< | + | |%%--%%help|Check out the rest of the options| |
- | ==== Launch from desktop | + | ==== Launch from a display manager |
- | Create an icon with this desktop file, add it to '' | + | <code ini /usr/share/wayland-sessions/ |
- | + | ||
- | <code ini ~/.local/share/applications/ | + | |
[Desktop Entry] | [Desktop Entry] | ||
Name=Steam Big Picture Mode | Name=Steam Big Picture Mode | ||
Comment=Start Steam in Big Picture Mode | Comment=Start Steam in Big Picture Mode | ||
- | Exec=/ | + | Exec=/ |
Type=Application | Type=Application | ||
- | Icon=steam | ||
</ | </ | ||
- | You can use '' | + | You can use '' |
- | ==== Launch from a display manager ==== | + | <code ini / |
+ | [Autologin] | ||
+ | User=yuki | ||
+ | Session=steam-big-picture | ||
+ | </ | ||
- | <code ini /usr/share/wayland-sessions/ | + | ==== Launch from desktop ==== |
+ | |||
+ | Works better if the above doesn' | ||
+ | |||
+ | <code ini ~/.local/share/applications/ | ||
[Desktop Entry] | [Desktop Entry] | ||
Name=Steam Big Picture Mode | Name=Steam Big Picture Mode | ||
Comment=Start Steam in Big Picture Mode | Comment=Start Steam in Big Picture Mode | ||
- | Exec=/ | + | Exec=/ |
Type=Application | Type=Application | ||
+ | Icon=steam | ||
</ | </ | ||
- | You can use '' | + | You can use '' |
+ | |||
+ | <code ini / | ||
+ | [Autologin] | ||
+ | User=yuki | ||
+ | Session=plasma | ||
+ | </ |