安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Wouldn't have thought so, because that's sleep mode, isn't it?
no, within the desktop mode you can configure it screen off or turn off, and that should also affect game mode .
Before, I was able to stream games to my PC, from my Steam Deck, and I was able to play them with the Steam Deck's screen disabled, using Remote Play.
Now though, my Steam Deck displays my PC's screen, while acting as a wireless remote controller for my PC. It show's my PC's game library and not my Steam Deck's library. It opens up in Big Picture mode.
I don't know why that's happened.
All I have done is try to activate remote play on both devices, which I thought was what you had to do anyway?
Now, my Steam Deck is a controller for my PC and won't stream any actual games to it.
Any idea's why?
Yeah, that's what I don't understand. I thought I was streaming from my Deck to my PC.
I have two icons on my Deck, in the settings.
One for my Desktop, and one for my Deck.
If I use the icon for my Deck, nothing happens.
If I use the Icon for my Desktop, which is selected by default, due to the tick box in the corner, it opens big picture mode up, and then crashes.
Sometimes, the screen goes funny and turns a bright green.
Remote play only seems to work one way, and that's to use the Steam Deck to access my Desktop, and I don't understand why that has happened.
So it's not possible to stream from the Steam Deck to the PC, rather than from the PC to the Steam Deck?
I have written a script that will turn the screen completely off.
Run this script when you are steaming and the display will be completely off.
Put the brightness to the smallest values.
#!/bin/bash
# Script to toggle the brightness of Steam Diplay
#Put Steam deck in lowest brightness from the battery slider
if xrandr --verbose | grep -q "Brightness: 0.0"
then
# If brightness is zero (0.0) then set it to full
xrandr --output eDP --brightness 1.0
else
# If brightness is other than full set it to zero
xrandr --output eDP --brightness 0.0
fi
Can this be done in game mode?