Categories
User Guides exacqVision Client Categories Products

How To Export/Import Client Settings File on a Client Computer

You may export your client settings for import on another client system. Importing client settings saves time in making manual changes to each client instance. Client settings include things such as systems listed on the ‘Add Systems’ page, joystick settings, theme settings. 

Whether exporting or importing the client settings file, this is found in Configuration mode of the client. Select ‘Add Systems’ from the navigation panel on the left.

Choose the ‘Import/Export’ tab on the bottom-half of the page under the System List. 

From this tab you may choose to Export your client settings to an INI file, which may then be imported from this same location on another client system.

If you have several users on the same client machine this file can also be imported into the client for each user. Client settings are saved “by user”. This means that even if two people are using the same machine, if they log into two different user accounts within Windows, Linux, or the Mac operating system they can have different client settings. 

There is also an option for Automatic Import. This may be desirable to update the server list for multiple client machines automatically when you have several clients to administer and/or wish to update this list for your users as changes are made. 

<br>

Options for Automatic Import include:

  • File on startup:  This is useful for environments with access to a shared folder on a system or network. You may place an exported INI file with your desired settings here and each time the client opens it will import the file and any changes that were made to it.
  • URL on startup:  Similar to the ‘File on startup’ option this may be useful for clients in a remote location to access your exported INI file made available on your web server.
  • Synchronize with ESM:  This option requires an Enterprise license and an ESM server and will update your client’s server list based on the systems listed in ESM. 

<br>

How-To-Export-Import-Client-Settings-File-on-a-Client-Computer-1.pdf
Categories
Knowledge Support Documentation Support exacqVision Client Products

What is the VGA Acceleration Mode feature on the Client page?

The process of decompressing and displaying hundreds of video images per second is processor-intensive. It is possible to use the capabilities of modern display adapters to offload the main workstation processor from some of this work.<br>

The ExacqVision Desktop Client tries to automatically determine the best operational mode and colorspace for the available display hardware. Because various display adapter vendors have different levels of support or tests for the various modes and colorspaces, occasionally situations arise where the automatically detected mode does not work properly. The Client settings page allows the user to control the selection of the mode and colorspace of the display acceleration.<br>

The following modes are available:

  • In Auto mode, the Client will attempt to detect the correct GPU decoded path for your operating system. The Client will revert to None automatically if it detects that the display adapter does not support that mode.
  • In Direct3D mode, additional options are available for selecting specific colorspaces. Direct3D is a decoding method developed by Microsoft for Windows only GPU decoding. Direct3D enables applications to interact with display hardware from any vendor that provides a Direct3D driver and provides a method for applications to determine the modes of hardware acceleration that are available in the display hardware.
  • In OpenGL mode, additional options are available for selecting specific colorspaces. OpenGL is a cross-platform GPU decoding method, meaning it can be used on non-Windows operating systems as well. When selecting OpenGL, the processor decompresses the frame and provides it to the display adapter in a supported colorspace. The display hardware scales the image and copies it to the overlay buffer. Each time the monitor retraces, the display adapter combines the frame buffer with the overlay buffer to produce an output. This mode offers the best performance because the workstation processor does not have to scale images or convert colorspace. It also reduces flicker because any onscreen graphics are in the frame buffer, which is independent of the images that are updated in the overlay buffer.
  • In None mode, the workstation processor does all the work and makes no use of display adapter acceleration. The None setting for VGA acceleration is the most conservative setting in terms of minimizing potential issues with VGA drivers. However, selecting None requires more CPU horsepower to decompress and display images in the Client.

NOTE: While the None mode is reliable, because it does not depend on a driver from the display adapter manufacturer, this mode could result in a reduced displayable frame rate if the workstation processor is 100% in use. You can assess this setting in a Windows Client by running Task Manager and monitoring CPU usage while running in Live Mode. Remember that a single instance of the Client cannot run on multiple cores, so if you have a two-core processor, it might display 50% CPU usage when fully loaded by a single Client.

The following article may also help in determining the cause of any frame rate discrepancies.
Lower Frame Rates Displayed Than Expected

<br>