File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Module included in the following assemblies:
2
+ //
3
+ // * virt/virtual_machines/virt-accessing-vm-consoles.adoc
4
+
5
+ :_content-type: PROCEDURE
6
+ [id="virt-switching-displays_{context} "]
7
+ = Switching between virtual machine displays
8
+
9
+ If your Windows virtual machine (VM) has a vGPU attached, you can switch between the default display and the vGPU display by using the web console.
10
+
11
+ .Prerequisites
12
+
13
+ * The mediated device is configured in the `HyperConverged` custom resource and assigned to the VM.
14
+ * The VM is running.
15
+
16
+ .Procedure
17
+
18
+ . In the {VirtProductName} console, click *Virtualization* -> *VirtualMachines*
19
+ . Select a Windows virtual machine to open the *Overview* screen.
20
+ . Click the *Console* tab.
21
+ . From the list of consoles, select *VNC console* .
22
+ . Choose the appropriate key combination from the *Send Key* list:
23
+ .. To access the default VM display, select `Ctl + Alt+ 1` .
24
+ .. To access the vGPU display, select `Ctl + Alt + 2` .
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ include::modules/virt-connecting-vnc-console.adoc[leveloffset=+2]
23
23
24
24
include::modules/virt-vm-rdp-console-web.adoc[leveloffset=+2]
25
25
26
+ include::modules/virt-switching-displays.adoc[leveloffset=+2]
27
+
28
+ [role="_additional-resources"]
29
+ .Additional resources
30
+
31
+ * xref:../../virt/virtual_machines/advanced_vm_management/virt-configuring-mediated-devices.adoc#virt-configuring-mediated-devices[Configuring mediated devices]
32
+
26
33
[id="virt-accessing-vm-consoles-cli"]
27
34
== Accessing virtual machine consoles by using CLI commands
28
35
You can’t perform that action at this time.
0 commit comments