From 6a8b263b069eb14128357f9c9d98bee4563a2116 Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Thu, 23 Jan 2025 18:09:53 +0800 Subject: [PATCH] Update FAQ --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f344fa5..3292bb4a 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,14 @@ Follow the instructions in the [Wiki](https://github.com/ClassicOldSong/Apollo/w - **I want to turn off the physical monitor when streaming** - The first time you stream with virtual display, go to Windows settings and disable the physical monitor. The next time you start streaming it will turn off automatically. - Or, go to `Audio/Video` tab, in `Advanced display device option`s section, set `Devce configuration` to `Deactivate other displays and activate only the specified display`. +- **I want all apps to start in virtual display** + - Simply enable `Headless Mode` in `Audio/Video` tab. Make sure you have set the encoder capability manually in `Advanced` tab. - **Client says Host doesn't support HDR/444 but it actually does** - This only happens when you enabled `Headless Mode`. The initial capability probing is skipped during startup and is performed on the first connection. - - If you don't mind, quit and enter the stream again should fix the problem, or just go to `Advanced` tab and set the advertised capability to `Always advertise` based on the actual capability of your GPU in use. + - If you don't mind, quit and enter the stream again should fix the problem, or just go to `Advanced` tab and set the advertised capability to `Always advertise` based on the actual capability of your GPU in use. +- **Virtual Display entry does not run any commands** + - The Virtual Display entry also acts as a safe mode entry, so all commands and customizations are disabled for it. + - If you want specific app to use virtual display, just enable `Always use Virtual Display` option for it. - **HDR isn't enabled when using battery** - Check out [To play HDR content when running on battery](https://support.microsoft.com/en-us/windows/hdr-settings-in-windows-2d767185-38ec-7fdc-6f97-bbc6c5ef24e6) - [Archive](https://web.archive.org/web/20240828044038/https://support.microsoft.com/en-us/windows/hdr-settings-in-windows-2d767185-38ec-7fdc-6f97-bbc6c5ef24e6) to the above link in case M$ remove it unexpectedly someday