mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[doc] install: remove syntax highliting from ivshmem formula
This commit is contained in:
parent
7446fe8c99
commit
5fd9bc6a84
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ Determining memory
|
|||
You will need to adjust the memory size to be suitable for your desired maximum
|
||||
resolution, with the following formula:
|
||||
|
||||
.. code::
|
||||
.. code:: text
|
||||
|
||||
width x height x pixel size x 2 = frame bytes
|
||||
|
||||
|
@ -87,7 +87,7 @@ the value to.
|
|||
|
||||
For example, for a resolution of 1920x1080 (1080p):
|
||||
|
||||
.. code::
|
||||
.. code:: text
|
||||
|
||||
1920 x 1080 x 4 x 2 = 16,588,800 bytes
|
||||
|
||||
|
|
Loading…
Reference in a new issue