Skip to content

Commit 74444f8

Browse files
JJRcopquantum5netboy3
authored andcommitted
[docs] Minor semantic spit and polish
Co-authored-by: Guanzhong Chen <[email protected]> Co-authored-by: Netboy3 <[email protected]>
1 parent 6c43650 commit 74444f8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

doc/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,17 +367,17 @@ EGL Filters tab
367367
The EGL Filters tab contains options for toggling, configuring, and ordering
368368
post-processing filters. Each filter can be expanded to open its settings.
369369
Filters can also be re-ordered by dragging them up or down. Filters are applied
370-
from top to bottom, keep this in mind when ordering them. (applying CAS before
371-
FSR might have different results than the reverse). Users are encouraged to
372-
experiment with the order and parameters to achieve optimal results. The
370+
from top to bottom, keep this in mind when ordering them, e.g applying CAS
371+
before FSR might have different results than the reverse. Users are encouraged
372+
to experiment with the order and parameters to achieve optimal results. The
373373
currently available filters include:
374374

375375
- Downscaler: Filter for downscaling the host resolution. Can be used to undo
376376
poor upscaling on the VM to better utilize AMD FSR (see below). The filter
377377
has a pixel-size setting that is used to set the effective downscaling ratio,
378378
and a configurable interpolation algorithm.
379379

380-
- AMD FidelityFX Super Resolution (FSR): A spatial upscaling filter that works
380+
- AMD FidelityFX Super Resolution (FSR): Spatial upscaling filter that works
381381
on low resolution frames from the guest VM and intelligently upscales to a
382382
higher resolution. The filter sharpness is tunable, and displays the
383383
equivalent AMD quality mode based on the resolution difference.

doc/module.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ should use this XML block to configure their VM for kvmfr:
181181
182182
.. note::
183183

184-
- Using an incorrect syntax for your host configuration may cause QEMU to
185-
abort with the following error message:
186-
"``error: internal error: ... PCI: slot 1 function 0 not available for pcie-root-port, in use by ivshmem-plain``"
187-
188184
- The ``"size"`` tag represents the size of the shared memory device in
189185
bytes. Once you determine the proper size of the device as per
190186
:ref:`Determining Memory <client_determining_memory>`, use the figure you
@@ -206,8 +202,12 @@ legacy syntax for IVSHMEM setup:
206202
207203
.. note::
208204

209-
Remember to add ``xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'``
210-
to the ``<domain>`` tag.
205+
- Using the legacy syntax on QEMU 6.2/libvirt 7.9 may cause QEMU to
206+
abort with the following error message:
207+
"``error: internal error: ... PCI: slot 1 function 0 not available for pcie-root-port, in use by ivshmem-plain``"
208+
209+
- Remember to add ``xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'``
210+
to the ``<domain>`` tag.
211211

212212
Running libvirt this way violates AppArmor and cgroups policies, which will
213213
block the VM from running. These policies must be amended to allow the VM

doc/obs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ These instructions are similar to building the
4747
cmake -DUSER_INSTALL=1 ../
4848
make
4949
50-
Alternatively, if you would like to install the plugin for all users.
50+
Alternatively, if you would like to install the plugin for all users:
5151

5252
.. code:: bash
5353

0 commit comments

Comments
 (0)