Skip to content

Commit

Permalink
[doc] install: cleanup ivshmem forumla formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Sep 19, 2022
1 parent 136410d commit 7446fe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ Determining memory
You will need to adjust the memory size to be suitable for your desired maximum
resolution, with the following formula:

``width x height x pixel size x 2 = frame bytes``
.. code::
width x height x pixel size x 2 = frame bytes
``total bytes / 1024 / 1024 = frame megabytes``
total bytes / 1024 / 1024 = frame megabytes
``total megabytes + 10 = total size required``
frame megabytes + 10 MiB = total megabytes
Where `pixel size` is 4 for 32-bit RGB (SDR) or 8 for 64-bit
(HDR :ref:`* <libvirt_determining_memory_hdr>`).
Expand All @@ -85,11 +87,13 @@ the value to.

For example, for a resolution of 1920x1080 (1080p):

``1920 x 1080 x 4 x 2 = 16,588,800 bytes``
.. code::
``16,588,800 / 1024 / 1024 = 15.82 MiB``
1920 x 1080 x 4 x 2 = 16,588,800 bytes
``15.82 MiB + 10 MiB = 25.82 MiB``
16,588,800 / 1024 / 1024 = 15.82 MiB
15.82 MiB + 10 MiB = 25.82 MiB
You must round this value up to the nearest power of two, which for the
provided example is 32 MiB.
Expand Down
2 changes: 1 addition & 1 deletion repos/PureSpice

0 comments on commit 7446fe8

Please sign in to comment.