diff --git a/docs/container-runtime.md b/docs/container-runtime.md index 4ad69b867fb57ca7e1483d40ecd4979f0826a0e3..5cbc7803a6dfa23a8895fd9aff11ad14131e050a 100644 --- a/docs/container-runtime.md +++ b/docs/container-runtime.md @@ -65,8 +65,8 @@ Steam Runtime 3 `sniper` (see [below][sniper]). The *Steam Linux Runtime 2.0 (soldier)* compatibility tool, app ID 1391110, is automatically downloaded to your Steam library as `steamapps/common/SteamLinuxRuntime_soldier` when you select a version -of Proton that requires it, or the *Steam Linux Runtime* compatibility -tool which requires it (see below). +of Proton that requires it, or the *Steam Linux Runtime 1.0 (scout)* +compatibility tool which requires it (see below). It can also be installed by running this command: steam steam://install/1391110 diff --git a/docs/slr-for-game-developers.md b/docs/slr-for-game-developers.md index 5e9e4759c60393d8ca2c993a354773caa1187dc4..aec38452fc60732bea1ea25c618d26d04900c5d0 100644 --- a/docs/slr-for-game-developers.md +++ b/docs/slr-for-game-developers.md @@ -178,8 +178,7 @@ To run Linux games in a *Steam Linux Runtime 1.0 (scout)* container: * Edit the Properties of the game in the Steam client * Select `Force the use of a specific Steam Play compatibility tool` - * If possible, select `Steam Linux Runtime 1.0 (scout)` - * If that option is not available, select `Steam Linux Runtime` + * Select `Steam Linux Runtime 1.0 (scout)` This will automatically download *Steam Linux Runtime 2.0 (soldier)* or *Steam Linux Runtime 3.0 (sniper)*, diff --git a/pressure-vessel/testing-multi-gpu.md b/pressure-vessel/testing-multi-gpu.md index 15684e0b0b69bad3004ec7da38f8cfcdbe4a7397..8c409c2cb7d90c9cb069fc1bac6e493ea8c2a770 100644 --- a/pressure-vessel/testing-multi-gpu.md +++ b/pressure-vessel/testing-multi-gpu.md @@ -135,8 +135,7 @@ For each game you want to test: * For native Linux games only: in its Properties, set the compatibility tool to - "Steam Linux Runtime 1.0 (scout)" if available, or "Steam Linux Runtime" - otherwise. + "Steam Linux Runtime 1.0 (scout)". Try running the game, and note whether it runs on the GPU that you expected. Copy the log file from `steamapps/common/SteamLinuxRuntime_soldier/var/slr-latest.log` @@ -227,8 +226,8 @@ For each game you want to test: * For native Linux games only: if you are using the branch of Flatpak that has the new features needed - by pressure-vessel, also try "Steam Linux Runtime 1.0 (scout)", - or if that name is not available, "Steam Linux Runtime". Copy + by pressure-vessel, also try "Steam Linux Runtime 1.0 (scout)". + Copy `steamapps/common/SteamLinuxRuntime_soldier/var/slr-latest.log`. * If you are using the branch of Flatpak that has the new features needed diff --git a/pressure-vessel/unruntime.1.md b/pressure-vessel/unruntime.1.md index 97a79ee9b53756e0c110b5178fcfc4fb3df6c8d5..03e4b210db3a5f4506c8ca873bc82de7859f660e 100644 --- a/pressure-vessel/unruntime.1.md +++ b/pressure-vessel/unruntime.1.md @@ -77,7 +77,7 @@ in **pressure-vessel-unruntime**. # EXAMPLE - $ steam steam://install/1070560 # Steam Linux Runtime 'scout' + $ steam steam://install/1070560 # Steam Linux Runtime 1.0 (scout) $ steam steam://install/302380 # Floating Point, a small free game $ rm -fr ~/tmp/scout $ mkdir -p ~/tmp/scout @@ -98,9 +98,10 @@ Launching it will launch an `xterm` instead. In the resulting `xterm`(1), you can explore the container interactively, then type `"$@"` to run the game itself. -For more joined-up integration with Steam, install the Steam Linux Runtime -(`steam://install/1070560`), configure a native Linux game in Steam -to be run with the `Steam Linux Runtime` "compatibility tool", and -reset the launch options to be empty. +For more joined-up integration with Steam, install +Steam Linux Runtime 1.0 (scout) (`steam://install/1070560`), +configure a native Linux game in Steam to be run with the +`Steam Linux Runtime 1.0 (scout)` "compatibility tool", +and reset the launch options to be empty. <!-- vim:set sw=4 sts=4 et: -->