mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[doc] install: Update command line options
This commit is contained in:
		 Jonathan Rubenstein
					Jonathan Rubenstein
				
			
				
					committed by
					
						 Geoffrey McRae
						Geoffrey McRae
					
				
			
			
				
	
			
			
			 Geoffrey McRae
						Geoffrey McRae
					
				
			
						parent
						
							22cef47bc4
						
					
				
				
					commit
					5bef733647
				
			| @@ -410,23 +410,23 @@ Full Command Line Options | |||||||
|  |  | ||||||
| The following is a complete list of options accepted by this application | The following is a complete list of options accepted by this application | ||||||
|  |  | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | Long                   | Short | Value                  | Description                                                                              | |   | Long                   | Short | Value                  | Description                                                                             | | ||||||
|   +========================+=======+========================+==========================================================================================+ |   +========================+=======+========================+=========================================================================================+ | ||||||
|   | app:configFile         | -C    | NULL                   | A file to read additional configuration from                                             | |   | app:configFile         | -C    | NULL                   | A file to read additional configuration from                                            | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:renderer           | -g    | auto                   | Specify the renderer to use                                                              | |   | app:renderer           | -g    | auto                   | Specify the renderer to use                                                             | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:license            | -l    | no                     | Show the license for this application and then terminate                                 | |   | app:license            | -l    | no                     | Show the license for this application and then terminate                                | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:cursorPollInterval |       | 1000                   | How often to check for a cursor update in microseconds                                   | |   | app:cursorPollInterval |       | 1000                   | How often to check for a cursor update in microseconds                                  | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:framePollInterval  |       | 1000                   | How often to check for a frame update in microseconds                                    | |   | app:framePollInterval  |       | 1000                   | How often to check for a frame update in microseconds                                   | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:allowDMA           |       | yes                    | Allow direct DMA transfers if supported (see `README.md` in the `module` dir)            | |   | app:allowDMA           |       | yes                    | Allow direct DMA transfers if supported (see `README.md` in the `module` dir)           | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|   | app:shmFile            | -f    | /dev/shm/looking-glass | The path to the shared memory file, or the name of the kvmfr device to use, e.g.: kvmfr0 | |   | app:shmFile            | -f    | /dev/shm/looking-glass | The path to the shared memory file, or the name of the kvmfr device to use, e.g. kvmfr0 | | ||||||
|   +------------------------+-------+------------------------+------------------------------------------------------------------------------------------+ |   +------------------------+-------+------------------------+-----------------------------------------------------------------------------------------+ | ||||||
|  |  | ||||||
|   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ |   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | ||||||
|   | Long                    | Short | Value                  | Description                                                          | |   | Long                    | Short | Value                  | Description                                                          | | ||||||
| @@ -459,7 +459,7 @@ 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:fpsMin              | -K    | -1                     | Frame rate minimum (0 = disable - not recommended, -1 = auto detect) | | ||||||
|   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ |   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | ||||||
|   | win:ignoreQuit          | -Q    | no                     | Ignore requests to quit (i.e.: Alt+F4)                               | |   | win:ignoreQuit          | -Q    | no                     | Ignore requests to quit (i.e. Alt+F4)                                | | ||||||
|   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ |   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | ||||||
|   | win:noScreensaver       | -S    | no                     | Prevent the screensaver from starting                                | |   | win:noScreensaver       | -S    | no                     | Prevent the screensaver from starting                                | | ||||||
|   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ |   +-------------------------+-------+------------------------+----------------------------------------------------------------------+ | ||||||
| @@ -555,6 +555,10 @@ The following is a complete list of options accepted by this application | |||||||
|   +------------------+-------+-------+---------------------------------------------------------------------------+ |   +------------------+-------+-------+---------------------------------------------------------------------------+ | ||||||
|   | egl:debug        |       | no    | Enable debug output                                                       | |   | egl:debug        |       | no    | Enable debug output                                                       | | ||||||
|   +------------------+-------+-------+---------------------------------------------------------------------------+ |   +------------------+-------+-------+---------------------------------------------------------------------------+ | ||||||
|  |   | egl:noBufferAge  |       | no    | Disable partial rendering based on buffer age                             | | ||||||
|  |   +------------------+-------+-------+---------------------------------------------------------------------------+ | ||||||
|  |   | egl:noSwapDamage |       | no    | Disable swapping with damage                                              | | ||||||
|  |   +------------------+-------+-------+---------------------------------------------------------------------------+ | ||||||
|  |  | ||||||
|   +----------------------+-------+-------+---------------------------------------------+ |   +----------------------+-------+-------+---------------------------------------------+ | ||||||
|   | Long                 | Short | Value | Description                                 | |   | Long                 | Short | Value | Description                                 | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user