mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[doc] troubleshooting: Rewrite missing desktop
This commit is contained in:
parent
b7b302334c
commit
4f09d5b771
2 changed files with 11 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
||||||
.. _requrements:
|
.. _requirements:
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
############
|
############
|
||||||
|
|
||||||
.. _minimum_:
|
.. _minimum:
|
||||||
|
|
||||||
Minimum
|
Minimum
|
||||||
-------
|
-------
|
||||||
|
@ -29,6 +29,11 @@ Hyper-threading (>= 12 threads).
|
||||||
PCIe bandwidth can also be a limiting factor, as such both GPUs should have a
|
PCIe bandwidth can also be a limiting factor, as such both GPUs should have a
|
||||||
minimum of 8 lanes (x8) at PCIe3 speeds, or 4 lanes (x4) at PCIe4 speeds.
|
minimum of 8 lanes (x8) at PCIe3 speeds, or 4 lanes (x4) at PCIe4 speeds.
|
||||||
|
|
||||||
|
.. _connected_display:
|
||||||
|
|
||||||
|
Connected Display
|
||||||
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The GPU used for the guest virtual machine must have either a physical monitor
|
The GPU used for the guest virtual machine must have either a physical monitor
|
||||||
attached to it, or a cheap dummy plug. The guest operating system (most notably
|
attached to it, or a cheap dummy plug. The guest operating system (most notably
|
||||||
Windows) will disable the GPU output if there is nothing attached to it and
|
Windows) will disable the GPU output if there is nothing attached to it and
|
||||||
|
@ -36,7 +41,7 @@ Looking Glass will not be able to function. If you are using a vGPU the virtual
|
||||||
device should already have a virtual monitor attached to it negating this
|
device should already have a virtual monitor attached to it negating this
|
||||||
requirement.
|
requirement.
|
||||||
|
|
||||||
.. _recommended_:
|
.. _recommended:
|
||||||
|
|
||||||
Recommended
|
Recommended
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -9,15 +9,9 @@ Glass. Below is a list of known issues with potential solutions:
|
||||||
When launching Looking Glass the desktop doesn't appear
|
When launching Looking Glass the desktop doesn't appear
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- **Using an AMD GPU?**
|
Make sure you meet the :ref:`minimum requirements<minimum>` for using
|
||||||
|
Looking Glass, especially regarding your guest GPU. See
|
||||||
- After the end of the Radeon HD Series, new AMD GPUs go to sleep when no
|
:ref:`connected_display` for more details.
|
||||||
display is connected. For this reason, one of two conditions must be met.
|
|
||||||
|
|
||||||
#. The GPU needs to remain plugged into a monitor (this is good for
|
|
||||||
testing & troubleshooting).
|
|
||||||
#. The GPU needs to have a dummy plug installed which presents itself as a
|
|
||||||
monitor.
|
|
||||||
|
|
||||||
.. _the_clipboard_is_not_working:
|
.. _the_clipboard_is_not_working:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue