Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I worked around this for my streaming set-up by creating a shell script shortcut on the Linux client that uses the "wol" command, which you may have to download from your distro package manager if its not bundled.
You have to enable Wake-On-LAN on the Windows server PC in the BIOS as well as enable it for the Network Adapters in the Device Manager properties. Once this is done, you just pass the Server's NIC MAC address to the "wol" command on the client and click on the shell script then the server PC will boot or resume. This works really well for standby and hibernation modes. The PC will also start from a complete shutdown, however, you'll have to have automatic Windows login enabled or else the server PC will halt at the Windows login window and you'll have to walk back to the server PC and type in your login password. :P
Anyway, I can see Valve potentially using the "wol" command to make this feature happen pretty easily.
I'm primarily use Linux and only boot into Windows to play games. However, with game streaming and Wake-on-LAN integration, I could just build a home server with a dedicated graphics card which simply turns on whenever I want to play a game and starts streaming to a Linux box once everything is booted up. In theory I would never have to interact with Windows again to play my Windows games!
I set the host to sleep after 20 minutes of idle, that seems to work well.
Maybe the client should cache which games it has streamed before and from what host, so in the future it has an option to Stream even if that particular host is offline.. and when the user attempts to start the stream, the client will send the WoL packet.
Unfortunately I'm not sure Valve wants to deal with the support nightmare. :-/
...but don't forget also the remote shutdown implementation!
If you have wol to start it up, then setting a sleep timer can work for 90% of the case.
I'd like to have a simple script implemented like: "shutdown -s -m \\user-desktop" which works instantly and in 100% of the cases...
To my knowledge only a exe-file could be add to the library. In my case I've a bat-file so this doesn't work. Did I miss something?
@Leo S:
Sure, the timer method is an option, but you can't denied, that it would be better having the full control over the shutdown process for instant execution and noticeable feedback!? Furthermore this won't help the mass of steam users, which (we have to assume) aren't familiar with this windows function.
@community:
Apart from this I'm currently unable to get the shutdown command working. Something unusual on my server pc with Win8.1 prevent the execution of my command on my host pc (also Win 8.1), although I'd did intensive trouble shooting. Had anyone experience with that?