@@ -535,7 +535,7 @@ keybindings
535535^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
536536
537537**Description **
538- Select the display number you want to stream.
538+ Select the display you want to stream.
539539
540540 .. tip :: To find the name of the appropriate values follow these instructions.
541541
@@ -556,9 +556,35 @@ keybindings
556556 .. todo :: macOS
557557
558558 **Windows **
559- .. code-block :: batch
559+ During Sunshine startup, you should see the list of detected display devices:
560560
561- tools\dxgi-info.exe
561+ .. code-block :: text
562+
563+ DEVICE ID: {de9bb7e2-186e-505b-9e93-f48793333810}
564+ DISPLAY NAME: \\.\DISPLAY1
565+ FRIENDLY NAME: ROG PG279Q
566+ DEVICE STATE: PRIMARY
567+ HDR STATE: UNKNOWN
568+ -----------------------
569+ DEVICE ID: {3bd008cd-0465-547c-8da5-c28749c041e6}
570+ DISPLAY NAME: NOT AVAILABLE
571+ FRIENDLY NAME: IDD HDR
572+ DEVICE STATE: INACTIVE
573+ HDR STATE: UNKNOWN
574+ -----------------------
575+ DEVICE ID: {77f67f3e-754f-5d31-af64-ee037e18100a}
576+ DISPLAY NAME: NOT AVAILABLE
577+ FRIENDLY NAME: SunshineHDR
578+ DEVICE STATE: INACTIVE
579+ HDR STATE: UNKNOWN
580+ -----------------------
581+ DEVICE ID: {bc172e6d-86eb-5851-aeca-56525ed716e9}
582+ DISPLAY NAME: NOT AVAILABLE
583+ FRIENDLY NAME: ROG PG279Q
584+ DEVICE STATE: INACTIVE
585+ HDR STATE: UNKNOWN
586+
587+ You need to use the ``DEVICE ID `` value.
562588
563589**Default **
564590 Sunshine will select the default display.
@@ -574,7 +600,7 @@ keybindings
574600 **Windows **
575601 .. code-block :: text
576602
577- output_name = \\.\DISPLAY1
603+ output_name = {de9bb7e2-186e-505b-9e93-f48793333810}
578604
579605 `resolutions <https://localhost:47990/config/#resolutions >`__
580606^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments