mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 10:08:24 +00:00
[doc] fix typos and correct 1440p resolution.
Closes #1064 Closes #1061
This commit is contained in:
parent
b4b4a37b2b
commit
e067db7bb4
@ -116,9 +116,9 @@ provided example is 32 MiB.
|
|||||||
* - 1920x1200 (1200p)
|
* - 1920x1200 (1200p)
|
||||||
- 32
|
- 32
|
||||||
- 64
|
- 64
|
||||||
* - 1920x1440 (1440p)
|
* - 2560x1440 (1440p)
|
||||||
- 32
|
|
||||||
- 64
|
- 64
|
||||||
|
- 128
|
||||||
* - 3840x2160 (2160p/4K)
|
* - 3840x2160 (2160p/4K)
|
||||||
- 128
|
- 128
|
||||||
- 256
|
- 256
|
||||||
|
@ -393,7 +393,7 @@ are not affected.
|
|||||||
|
|
||||||
The other drawback of this API is the overall system overhead, however this can
|
The other drawback of this API is the overall system overhead, however this can
|
||||||
be mitigated by using the DirectX 12 backend. Please be aware though that this
|
be mitigated by using the DirectX 12 backend. Please be aware though that this
|
||||||
backend is not experimental because it's new, but rather it's a slight
|
backend is not experimental because its new, but rather it's a slight
|
||||||
abuse/misuse of the DXGI API and allows us to bypass some Windows internals.
|
abuse/misuse of the DXGI API and allows us to bypass some Windows internals.
|
||||||
|
|
||||||
To enable the DirectX 12 backend the following configuration needs to be added
|
To enable the DirectX 12 backend the following configuration needs to be added
|
||||||
@ -451,14 +451,14 @@ The ``LEVEL`` is the fractional scale level where 1 = 50%, 2 = 25%, 3 = 12.5%.
|
|||||||
.. code:: ini
|
.. code:: ini
|
||||||
|
|
||||||
[dxgi]
|
[dxgi]
|
||||||
; Downsample anything greater then 1920x1080 to 50% of it's original size
|
; Downsample anything greater then 1920x1080 to 50% of its original size
|
||||||
downsample=>1920:1080:1
|
downsample=>1920:1080:1
|
||||||
|
|
||||||
; Downsample exactly 1920x1080 to 25% of it's original size, and anything greater
|
; Downsample exactly 1920x1080 to 25% of its original size, and anything greater
|
||||||
; then 1920x1080 to 50% of it's original size.
|
; then 1920x1080 to 50% of its original size.
|
||||||
downsample=1920x1080:1,>1920x1080:2
|
downsample=1920x1080:1,>1920x1080:2
|
||||||
|
|
||||||
; Downsample anything greater or equal to 1920x1080 to 50% of it's original size
|
; Downsample anything greater or equal to 1920x1080 to 50% of its original size
|
||||||
downsample=>=1920x1080:1
|
downsample=>=1920x1080:1
|
||||||
|
|
||||||
.. _host_capture_nvfbc:
|
.. _host_capture_nvfbc:
|
||||||
@ -475,7 +475,7 @@ If you are able to make use/enable this this feature it offers lower overall
|
|||||||
system load and lower latency capture, and does not suffer from the mouse
|
system load and lower latency capture, and does not suffer from the mouse
|
||||||
motion stutter issues that DXGI suffers from.
|
motion stutter issues that DXGI suffers from.
|
||||||
|
|
||||||
To enable it's usage use the following configuration in the
|
To enable its usage use the following configuration in the
|
||||||
``looking-glass-host.ini`` file:
|
``looking-glass-host.ini`` file:
|
||||||
|
|
||||||
.. code:: ini
|
.. code:: ini
|
||||||
|
Loading…
Reference in New Issue
Block a user