From d7e4536e57bcbe4aa2f1dada081bcf656d61bd4a Mon Sep 17 00:00:00 2001 From: Netboy3 <1472804+netboy3@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:46:53 -0400 Subject: [PATCH] [doc] install: Add additional command line options Add wayland:fractionScale and reorder options. --- doc/install.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 3f98fa06..0cd346ca 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -378,8 +378,6 @@ The following is a complete list of options accepted by this application +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | win:fpsMin | -K | -1 | Frame rate minimum (0 = disable - not recommended, -1 = auto detect) | +-------------------------+-------+------------------------+----------------------------------------------------------------------+ - | win:showFPS | -k | no | Enable the FPS & UPS display | - +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | win:ignoreQuit | -Q | no | Ignore requests to quit (ie: Alt+F4) | +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | win:noScreensaver | -S | no | Prevent the screensaver from starting | @@ -398,6 +396,8 @@ The following is a complete list of options accepted by this application +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | win:jitRender | | no | Enable just-in-time rendering | +-------------------------+-------+------------------------+----------------------------------------------------------------------+ + | win:showFPS | -k | no | Enable the FPS & UPS display | + +-------------------------+-------+------------------------+----------------------------------------------------------------------+ +------------------------------+-------+---------------------+----------------------------------------------------------------------------------+ | Long | Short | Value | Description | @@ -487,11 +487,13 @@ The following is a complete list of options accepted by this application | opengl:amdPinnedMem | | yes | Use GL_AMD_pinned_memory if it is available | +----------------------+-------+-------+---------------------------------------------+ - +---------------------+-------+-------+-----------------------+ - | Long | Short | Value | Description | - +=====================+=======+=======+=======================+ - | wayland:warpSupport | | yes | Enable cursor warping | - +---------------------+-------+-------+-----------------------+ + +-----------------------+-------+-------+-------------------------+ + | Long | Short | Value | Description | + +=======================+=======+=======+=========================+ + | wayland:warpSupport | | yes | Enable cursor warping | + +-----------------------+-------+-------+-------------------------+ + | wayland:fractionScale | | yes | Enable fractional scale | + +-----------------------+-------+-------+-------------------------+ .. _host_install: