Disable screen timeout (sleep)
xset -dpms
xset s off
xset dpms force standby ## Set the monitor to standby now
Software
Software | Utility |
---|---|
sc controller | Emulate Xbox controller with Steam Controller |
Steam
Steam in Home Streaming
Needed | ports | protocol | function |
---|---|---|---|
Yes | 27036 | tcp | ? |
Yes | 27036 | ucp | ? |
? | 27031 | ? | Speed test |
udp UNCONN 0 0 :27036 : users:(("steam",pid=31736,fd=66)) tcp LISTEN 0 128 127.0.0.1:27060 0.0.0.0: users:(("steam",pid=31736,fd=42)) tcp LISTEN 0 128 0.0.0.0:27036 0.0.0.0: users:(("steam",pid=31736,fd=72)) tcp LISTEN 0 128 127.0.0.1:57343 0.0.0.0: users:(("steam",pid=31736,fd=37)) 27031 Speed test
sudo nft add rule inet filer INPUT tcp dport 27036 accept sudo nft add rule inet filer INPUT udp dport 27036 accept sudo nft add element inet filter allowed_add_steam { 10.0.4.25 }
lutris game in steam
lutris - add shorcut to application menu steam - add no steam game steam - disable proton for the game
Launch options
DXVK_HUD=fps %command%
PROTON_NO_ESYNC=1 DXVK_HUD=fps PROTON_FORCE_LARGE_ADDRESS_AWARE=1 gamemoderun %command%