2022-09-19 00:38:03 +00:00
|
|
|
Frequently asked questions
|
2021-05-04 05:35:38 +00:00
|
|
|
##########################
|
|
|
|
|
|
|
|
General
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. _how_does_looking_glass_work:
|
|
|
|
|
|
|
|
How does Looking Glass work?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2021-07-05 17:36:05 +00:00
|
|
|
This YouTube video featured created by the author features a detailed
|
|
|
|
explanation:
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
https://www.youtube.com/watch?v=U44lihtNVVM
|
|
|
|
|
|
|
|
.. _can_i_feed_the_vm_directly_into_obs:
|
|
|
|
|
|
|
|
Can I feed the VM directly into OBS?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Looking Glass now features a functional :doc:`OBS plugin <obs>`, which acts as
|
2021-07-05 17:36:05 +00:00
|
|
|
another Looking Glass client, but instead feeds the captured frames into OBS.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-05-04 20:29:30 +00:00
|
|
|
.. _why_is_my_ups_so_low:
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
Why is my UPS (Updates Per Second) so low?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2021-05-04 20:29:30 +00:00
|
|
|
There are several reasons why this can happen, the most common are your
|
|
|
|
capture resolution, or refresh rate. The windows capture methods currently
|
|
|
|
struggle to capture high resolutions under certain circumstances.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
Some titles do some strange things at early initialization that cause
|
|
|
|
capture performance issues. One such title is the Unigine Valley
|
|
|
|
benchmark where the capture rate is limited to 1/2 the actual rate. For
|
|
|
|
an unknown reason to both myself and the Unigine developers a simple
|
|
|
|
task switch (alt+tab) in and out resolves the issue. This is not a
|
|
|
|
Looking Glass bug.
|
|
|
|
|
|
|
|
.. _is_my_gpu_supported:
|
|
|
|
|
|
|
|
Is my GPU supported?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Your guest GPU almost certainly supports DXGI. Use DxDiag to confirm
|
|
|
|
that you have support for WDDM 1.2 or greater.
|
|
|
|
|
|
|
|
The server-side (guest) probing error "Capture is not possible,
|
|
|
|
unsupported device or driver" indicates NVidia duplication has failed,
|
2021-05-04 20:29:30 +00:00
|
|
|
not that DXGI has failed. You can fix the error by specifying
|
|
|
|
``-c DXGI``
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
.. _why_do_i_need_spice_if_i_dont_want_a_spice_display_device:
|
|
|
|
|
|
|
|
Why do I need Spice if I don't want a Spice display device?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
You don't need Display Spice enabled. Looking Glass has a Spice client
|
|
|
|
built in to provide some conveniences, but you can disable it with the
|
|
|
|
"-s" argument.
|
|
|
|
|
2021-07-05 17:36:05 +00:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
Without Spice, Looking Glass cannot send mouse/keyboard input to the guest
|
|
|
|
and clipboard synchronization is disabled.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
.. _where_is_the_host_application_for_linux:
|
|
|
|
|
|
|
|
Where is the host application for Linux?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
The "Windows host application" is actually the display server, which
|
|
|
|
runs in the guest VM. The only thing that needs to run in your Linux
|
2021-07-05 17:36:05 +00:00
|
|
|
host OS is the ``looking-glass-client`` application.
|
|
|
|
|
|
|
|
You can :ref:`build <host_linux_on_linux>` a version of the host for Linux as
|
|
|
|
well.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-08-20 23:05:04 +00:00
|
|
|
.. _gnome_wayland_decorations:
|
|
|
|
|
2021-12-25 18:26:00 +00:00
|
|
|
Why is there no title bar on GNOME? / Why can't I resize the window on GNOME?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2021-08-20 23:05:04 +00:00
|
|
|
|
2021-12-25 18:26:00 +00:00
|
|
|
This happens because GNOME on Wayland doesn't support the `standard protocol`_
|
|
|
|
for server-side decorations, and Looking Glass doesn't implement its own
|
|
|
|
decorations.
|
2021-08-20 23:05:04 +00:00
|
|
|
|
2021-12-25 18:26:00 +00:00
|
|
|
The easiest solution is to build Looking Glass with `libdecor`_ support.
|
2023-07-23 13:06:00 +00:00
|
|
|
Install the ``libdecor-0-dev`` package. If your distribution lacks this package
|
|
|
|
or any equivalents, you must build it from `source code <libdecor_>`_.
|
2021-08-20 23:05:04 +00:00
|
|
|
|
2021-12-25 18:26:00 +00:00
|
|
|
You can then build the the client with libdecor support by passing
|
|
|
|
``-DENABLE_LIBDECOR=ON`` to ``cmake``.
|
2021-08-20 23:05:04 +00:00
|
|
|
|
|
|
|
An alternative solution is to hold down the Super key (Windows key on most
|
2021-12-25 18:26:00 +00:00
|
|
|
keyboards), then right click Looking Glass. This should bring up a menu,
|
2021-08-20 23:05:04 +00:00
|
|
|
which will allow you to move the window and resize it.
|
|
|
|
|
2021-12-25 18:26:00 +00:00
|
|
|
.. warning::
|
|
|
|
Libdecor support is provided for the convenience of our Wayland users on
|
|
|
|
GNOME, however it is not a priority feature and may break, please seek
|
|
|
|
alternatives if you require stable operation.
|
|
|
|
|
2021-08-20 23:05:04 +00:00
|
|
|
.. _standard protocol: https://wayland.app/protocols/xdg-decoration-unstable-v1
|
2023-07-23 12:46:59 +00:00
|
|
|
.. _libdecor: https://gitlab.freedesktop.org/libdecor/libdecor
|
2021-08-20 23:05:04 +00:00
|
|
|
|
2021-05-04 05:35:38 +00:00
|
|
|
Mouse
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. _the_mouse_is_jumpy_slow_laggy_when_using_spice:
|
|
|
|
|
|
|
|
The mouse is jumpy, slow, laggy when using SPICE
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Please be sure to install the SPICE guest tools from
|
|
|
|
https://www.spice-space.org/download.html#windows-binaries.
|
|
|
|
|
2021-07-16 03:05:26 +00:00
|
|
|
.. _mouse_desync_when_entering:
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-07-16 03:05:26 +00:00
|
|
|
The mouse position is wrong when entering the window
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-07-15 14:06:42 +00:00
|
|
|
This is due to windows mouse acceleration, it can be disabled by
|
|
|
|
following one of these methods:
|
|
|
|
|
|
|
|
- Disabling pointer precision (Control Panel > Mouse > Pointer Options
|
|
|
|
> Uncheck Enhance pointer precision)
|
|
|
|
- By changing the acceleration behavior with the following registry
|
|
|
|
magic:
|
|
|
|
http://donewmouseaccel.blogspot.com.au/2010/03/markc-windows-7-mouse-acceleration-fix.html
|
|
|
|
(Contrary to the title this works just fine on Windows 10)
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
.. _the_cursor_position_doesnt_update_until_i_click:
|
|
|
|
|
|
|
|
The cursor position doesn't update until I click
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Make sure you have removed the Virtual Tablet Device from the Virtual
|
2021-07-05 17:36:05 +00:00
|
|
|
Machine. Due to the design of Windows, absolute pointing devices break
|
|
|
|
applications/games that require cursor capture, and as such Looking Glass
|
2021-05-04 05:35:38 +00:00
|
|
|
does not support them.
|
|
|
|
|
|
|
|
Audio
|
|
|
|
-----
|
|
|
|
|
2022-09-18 04:33:17 +00:00
|
|
|
As of B6 Looking Glass supports audio input and output via SPICE.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-05-25 09:43:34 +00:00
|
|
|
.. _faq_win:
|
2021-05-04 05:35:38 +00:00
|
|
|
|
|
|
|
Windows
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. _nvfbc_nvidia_capture_api_doesnt_work:
|
|
|
|
|
|
|
|
NvFBC (NVIDIA Capture API) doesn't work
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2021-05-04 20:29:30 +00:00
|
|
|
NvFBC is only supported on professional-grade GPUs, and will not function on
|
|
|
|
consumer-grade cards like those from the GeForce series.
|
2021-05-04 05:35:38 +00:00
|
|
|
|
2021-07-10 03:09:31 +00:00
|
|
|
If you have a supported card, you can enable NVFBC by adding the following
|
|
|
|
to the host ini file, found at
|
|
|
|
``%ProgramFiles%\Looking Glass (host)\looking-glass-host.ini``
|
|
|
|
(create one if it doesn't exist):
|
|
|
|
|
|
|
|
.. code:: INI
|
|
|
|
|
|
|
|
[app]
|
|
|
|
capture=nvfbc
|
|
|
|
|
2021-05-04 05:35:38 +00:00
|
|
|
.. _the_screen_stops_updating_when_left_idle_for_a_time:
|
|
|
|
|
|
|
|
The screen stops updating when left idle for a time
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Windows is likely turning off the display to save power, you can prevent
|
2021-07-05 17:36:05 +00:00
|
|
|
this by adjusting the ``Power Options`` in the control panel.
|
2021-05-25 09:43:34 +00:00
|
|
|
|
|
|
|
.. _faq_host:
|
|
|
|
|
|
|
|
Host
|
|
|
|
----
|
|
|
|
|
|
|
|
Where is the log?
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
The log file for the host application is located at::
|
|
|
|
|
|
|
|
%ProgramData%\Looking Glass (host)\looking-glass-host.txt
|
|
|
|
|
2021-07-06 17:33:14 +00:00
|
|
|
You can also open the log file by right clicking on the Looking Glass
|
|
|
|
system tray icon, then clicking *Open Log File*. This opens the log
|
|
|
|
file in Notepad.
|
2021-05-25 09:43:34 +00:00
|
|
|
|
|
|
|
The log file for the looking glass service is located at::
|
|
|
|
|
|
|
|
%ProgramData%\Looking Glass (host)\looking-glass-host-service.txt
|
|
|
|
|
|
|
|
This is useful for troubleshooting errors related to the host
|
|
|
|
application not starting.
|
|
|
|
|
|
|
|
High priority capture using DXGI and Secure Desktop (UAC) capture support
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
By default Windows gives priority to the foreground application for any
|
|
|
|
GPU work which causes issues with capture if the foreground application
|
|
|
|
is consuming 100% of the available GPU resources. The looking glass host
|
|
|
|
application is able to increase the kernel GPU thread to realtime
|
|
|
|
priority which fixes this, but in order to do so it must run as the
|
|
|
|
``SYSTEM`` user account. To do this, Looking Glass needs to run as a
|
|
|
|
service. This can be accomplished by either using the NSIS installer
|
|
|
|
which will do this for you, or you can use the following command to
|
|
|
|
Install the service manually:
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
looking-glass-host.exe InstallService
|
|
|
|
|
|
|
|
To remove the service use the following command:
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
looking-glass-host.exe UninstallService
|
|
|
|
|
|
|
|
This will also enable the host application to capture the secure desktop
|
|
|
|
which includes things like the lock screen and UAC prompts.
|
|
|
|
|
|
|
|
.. _faq_host_admin_privs:
|
|
|
|
|
|
|
|
Why does the host require Administrator privileges?
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
This is intentional for several reasons.
|
|
|
|
|
|
|
|
1. NvFBC requires a system wide hook to correctly obtain the cursor
|
|
|
|
position as NVIDIA decided to not provide this as part of the cursor
|
|
|
|
updates.
|
|
|
|
2. NvFBC requires administrator level access to enable the interface in
|
2021-07-10 03:09:31 +00:00
|
|
|
the first place.
|
|
|
|
3. General capture performance is boosted by taking advantage of high priority
|
|
|
|
scheduling with SYSTEM level privileges.
|
2021-05-25 09:43:34 +00:00
|
|
|
|
|
|
|
NvFBC (NVIDIA Frame Buffer Capture)
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Why can't I compile NvFBC support into the host?
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
You must download and install the NVidia Capture SDK. Please note that
|
|
|
|
by doing so you will be agreeing to NVIDIA's SDK License agreement.
|
|
|
|
|
|
|
|
.. _a_note_about_ivshmem_and_scream_audio:
|
|
|
|
|
|
|
|
Why doesn't Looking Glass work with Scream over IVSHMEM?
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
Using IVSHMEM with Scream may interfere with Looking Glass, as they may try
|
|
|
|
to use the same device.
|
|
|
|
|
|
|
|
Please do not use the IVSHMEM plugin for Scream.
|
|
|
|
To fix this issue, use the default network transfer method.
|
|
|
|
The IVSHMEM method induces additional latency that is built into its
|
|
|
|
implementation. When using VirtIO for a network device the VM is already using
|
|
|
|
a highly optimized memory copy anyway so there is no need to make another one.
|
|
|
|
|
|
|
|
If you insist on using IVSHMEM for Scream—despite its inferiority to the
|
|
|
|
default network implementation—the Windows Host Application can be told
|
2021-07-10 03:09:31 +00:00
|
|
|
what device to use. Edit the file
|
|
|
|
``%ProgramFiles%\Looking Glass (host)\looking-glass-host.ini``,
|
|
|
|
(create one if it doesn't exist)
|
|
|
|
then, you can add the ``os:shmDevice`` option like so:
|
2021-05-25 09:43:34 +00:00
|
|
|
|
|
|
|
.. code:: INI
|
|
|
|
|
|
|
|
[os]
|
|
|
|
shmDevice=1
|
|
|
|
|