Steam

Steam

评价数不足
Headless Steam Link for Raspberry Pi 3 (+)
由 psydex 制作
Setup a headless Steam Link on Raspberry Pi 3 (and above).
Turn your Raspberry Pi into a Steam Link machine.
(for Raspberry Pi 4 and above - you can skip STEP 1)
   
奖励
收藏
已收藏
取消收藏
Preparation
You will need:
Also:
  • Network cable is highly recommended!
Installation
STEP 1. Flash Raspberry Pi (buster) to your SD Card using Raspberry Pi Imager or Etcher
STEP 2. Boot into your RPi
STEP 3. Open Terminal (CTRL+ALT+T) and type:
sudo apt-get update
sudo apt install steamlink
STEP 4. Start Menu (RPi button on top left corner) > Preferences > RPI configuration
  • Set Network at boot = ON
  • Set Performance = 256

> REBOOT

STEP 5. To automatically start Steam Link as soon as your Raspberry Pi boots up:
Open Terminal (CTRL+ALT+T)
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
  • scroll to bottom and add steamlink
  • CTRL+X > Y > Enter

> REBOOT AND ENJOY
3 条留言
psydex  [作者] 4 月 12 日 上午 10:36 
@DylalyD, I'm using a Steam controller so I didn't have any problems. Try switching to different mode on your controller (Xinput/Dinput) look to enable support for your controller via Steam settings (while in Big Picture mode) :aushrug:
DylalyD 4 月 12 日 上午 4:59 
Hey! I followed your guide and it worked like a charm! However my controllers don't seem to work and I can't installe xone since this version of raspbian has an unsupported kernel version.


What did you to for controlled input?
Big Bird 2 月 3 日 上午 11:24 
On a raspberry pi 5, with bookworm, I needed to follow these instructions instead https://psteamcommunity.yuanyoumao.com/app/353380/discussions/6/501685433118244791/

(essentially editing ~/.config/labwc/autostart instead, I also had to create the ~/.config/labwc/ directory first)