Dell Wyse 3040 Thin Client ThinLinux 2.0 INI Guide User Manual Linux Reference En Us

User Manual: Dell wyse-3040-thin-client - Dell Wyse ThinLinux 2.0 INI Guide

Open the PDF directly: View PDF PDF.
Page Count: 69

DownloadDell Wyse-3040-thin-client Wyse ThinLinux 2.0 INI Guide User Manual  - Thin Linux Reference-guide En-us
Open PDF In BrowserView PDF
Dell Wyse ThinLinux 2.0
INI Guide

Notes, cautions, and warnings
NOTE: A NOTE indicates important information that helps you make better use of your product.
CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem.
WARNING: A WARNING indicates a potential for property damage, personal injury, or death.

Copyright © 2017 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other
trademarks may be trademarks of their respective owners.

2017 - 12
Rev. A00

Contents
1 Introduction....................................................................................................................................................4
About this Guide.................................................................................................................................................................4
Dell Technical Support....................................................................................................................................................... 4
Related Documentation and Services........................................................................................................................4
Dell Online Community................................................................................................................................................ 5
2 Getting Started: Learning INI File Basics........................................................................................................6
Supported INI Files you can construct............................................................................................................................ 6
Working with wlx.ini Files............................................................................................................................................ 6
Working with MAC.ini Files......................................................................................................................................... 6
Rules and Recommendations for Constructing the INI Files........................................................................................ 7
System Variables.......................................................................................................................................................... 7
Placing the INI Files into the Folder Structure on the Server.......................................................................................8
3 General Settings Parameter Options............................................................................................................ 10
4 Peripheral Settings Parameter Options.........................................................................................................17
5 Connection Settings Parameter Options...................................................................................................... 21
6 Custom GNOME Settings Parameter Options............................................................................................. 30
7 Connect Parameter Options.........................................................................................................................33
Browser Connect Options.............................................................................................................................................. 33
Custom Connect Options............................................................................................................................................... 34
Citrix Connect Options....................................................................................................................................................35
RDP Connect Options.....................................................................................................................................................40
SSH Connect Options..................................................................................................................................................... 45
VMware View Connect Options.................................................................................................................................... 46
VNC Viewer Connect Options ...................................................................................................................................... 50
Ericom PowerTerm Connect Options............................................................................................................................52
8 Printer Parameters Option...........................................................................................................................55
Printer................................................................................................................................................................................55
JetDirectPrinter................................................................................................................................................................56
NetworkPrinter................................................................................................................................................................ 56
PrinterURI......................................................................................................................................................................... 57
SMBPrinter....................................................................................................................................................................... 58
9 TimeZone Parameter: Values....................................................................................................................... 59
10 Keyboard.layouts Parameter: Values...........................................................................................................62

Contents

3

1
Introduction
Dell Wyse ThinLinux from Dell simplifies the user management paradigm with elegant application icons and comes with a single built-in user
to enhance user experience along with having the benefits of a single-operating system. ThinLinux software combines the security,
flexibility and market-leading usability of Linux Enterprise with Dell’s thin computing optimizations in management. It is ideal for
organizations that want to run server-based, Web-based or local applications including legacy applications without the deployment and
security concerns of a nonstandard Linux distribution.
Dell Wyse ThinLinux (INI) files are plain-text files that you can construct to contain the configuration information you want for your thin
clients running on Dell Wyse ThinLinux for both global level and individual user level. For example, these INI files can be used by applications
to save information about a user’s preferences and operating environment.
NOTE: Information and procedures presented in this guide are intended for use by system administrators and should not be used
by untrained persons.

Topics:
•

About this Guide

•

Dell Technical Support

About this Guide
This guide is intended for administrators of Dell thin clients running Dell Wyse ThinLinux. It provides the detailed information you need to
help you understand and use the Dell Wyse ThinLinux INI files. It contains information on the different INI files you can use and the rules for
constructing the files. It also provides the parameter details you need with the working examples to get the most out of your INI.
Finding the Information You Need in this Guide
You can use either the Search window or Find toolbar to locate a word, series of words, or partial word in an active PDF document. For
detailed information on using these features, refer to the Help in your PDF reader.

Dell Technical Support
To access Dell Wyse technical resources, visit www.dell.com/support/contents/us/en/19/article/Product-Support/Dell-Subsidiaries/wyse.
For more information, you can submit cases to Dell TechDirect for online case submission and self service dispatch or contact our Support
phone queue.

Related Documentation and Services
Fact Sheets containing features of the hardware products are available on the Dell Wyse website. Go to www.dell.com/wyse and select
your hardware product to locate and download the Fact Sheet.
To get support for your Wyse product, check your product Service Tag or serial number.
•

For Dell service tagged products, find knowledge base articles and drivers on the Dell Wyse product pages.

•

For Non-Dell Service Tagged Products, find all the support needed by accessing the Dell Wyse support domain.

4

Introduction

Dell Online Community
Dell maintains an online community where users of our products can seek and exchange information about user forums. Visit the Dell Online
Community forums at: http://en.community.dell.com/techcenter/enterprise-client/wyse_general_forum/.

Introduction

5

2
Getting Started: Learning INI File Basics
In this chapter you can learn how to construct and use the supported INI files.
It includes the following details:
•
•
•

Supported INI Files You can Construct.
Rules and Recommendations for Constructing the INI Files.
Placing the INI Files into the Folder Structure on the Server.

After you become familiar with the INI file basics, you can refer to the parameter details you need in the other chapters and appendixes of
this guide.

Topics:
•
•
•

Supported INI Files you can construct
Rules and Recommendations for Constructing the INI Files
Placing the INI Files into the Folder Structure on the Server

Supported INI Files you can construct
The INI files contains the parameters, associated options, and values necessary for the various functionalities you want.
IMPORTANT: The INI file processing hierarchy is as follows:
•

Scenario 1 — MAC.ini exists. The MAC.ini file is processed and if the Include=WLX.ini statement is included, then the WLX.ini file is
processed.

•

Scenario 2 — wlx.ini exists. The WLX.ini file is processed.

•

Scenario 3— No ini files exist. Local configuration is applied.

Working with wlx.ini Files
A wlx.ini file contains the global parameters that affects all thin clients accessing the server. Parameters in Table Connection Settings
Parameter Options can be used in mac.ini and wlx.ini files.

Working with MAC.ini Files
A MAC.ini file can be used instead of a wlx.ini file for device-specific configurations. If the thin client locates a MAC.ini file that is stored in
the same directory as a wlx.ini file, then the wlx.ini file is not accessed, unless you use the include =wlx.ini parameter.
NOTE: The placement of the include =wlx.ini parameter within the MAC.ini file will dictate which value will take the priority for a
same specific parameter that is contained in both the wlx.ini file and the MAC.ini file but is defined for different values for the
same parameter.
For example, if the wlx.ini file has parameter A= value B, and the MAC.ini file has the same parameter A= value C, then:
•

If the include =wlx.ini parameter is included in the MAC.ini file before the parameter A= value C statement, then the wlx.ini parameter
A= value B is discarded and parameter A= value C from the MAC.ini file is the final value used.

6

Getting Started: Learning INI File Basics

•

If the include =wlx.ini parameter is included in the MAC.ini file after the parameter A= value C statement, then the MAC.ini parameter
A= value C is discarded and parameter A= value B from the wlx.ini file is the final value used.

Rules and Recommendations for Constructing the INI
Files
In general, Dell Wyse ThinLinux files follow currently accepted standard INI file formatting conventions. The INI files consist of Dell Wyse
parameters. You can have totally empty INI file or an INI file that has other parameters, and rest of the parameters can be used if you desire,
but are not necessary unless you want changes from client and other defaults for example, other can be the default resolution of your
monitor. Every parameter and their options have a name and a value, with the name appearing to the left of the equals sign (name=value).
Number signs (#) indicate the start of a comment. Comments can begin anywhere on a line. Everything between the # and the End of Line
is ignored. Along with these general formatting conventions, use the following guidelines when constructing the INI files.
1

Global Connect Parameters First.
Global connect parameters should be listed before other connect parameters in a wlx.ini file.

2

Connect is used for creating the VDI connection and is not mandatory.
As stated earlier, You can totally have empty INI file or an INI file that has other parameters. Any of the rest of the parameters can be
used if you desire, but are not necessary unless you want changes from client and other defaults.

3

Continue Lines by using a Space and Backslash.
Placing a space and backslash (\) at the end of a line indicates line continuation. No white space can appear after the backslash; the
requirement of white space between parameter entries is maintained by the use of the space before the backslash. In addition,
starting all parameters at the left margin and placing at least one leading space or tab at the beginning of all and only continuation
lines makes an INI file easier to read.
In circumstances where you require string concatenation, you can use a backslash without a space before or after concatenating with
the first set of characters from the previous line; for example the strings snow and ball may be concatenated to give snowball.

4

Blank Lines Make Files Easy to Read.
Using blank lines is recommended for making code easier to read.

5

Comment by using a # Sign.
As stated earlier, number signs (#) indicate the start of a comment. Comments can begin anywhere on a line. Everything between the
# and the End of Line is ignored.

6

With White Spaces Require Quotation Marks.
Values of parameters and their options containing white spaces must be placed inside quotation marks, use common-practice nesting
rules.

7

Separate the lists by using Semicolons or Commas.
Use semicolons or commas for list separators.

8

Use the wlx.ini File to Set the Maximum Number of Connection Entries Allowed.
The number of connection entries defined in a wlx.ini files cannot exceed a defined total maximum number of connections. The
maximum number of connections has a default limit of 216, but can be set from 100 to 1000 using the wlx.ini file.

9

Use System Variables with Some Options of the Connect Parameter.
Some options of the Connect parameter can use the system variables shown in Table 1 to map the string. All combinations of the
variables are supported. For options that supports the use of system variables, see Connect Parameter Options.

10

The parameters described in square brace [ ].
The parameters described in square brace [ ] are dependant parameters and does not work individually.

11

Default values are made bold.
If a parameter has a default value, the default value is considered if the parameter is not mentioned with a specific cases.

System Variables
The following table provides details about the System Variables:

Getting Started: Learning INI File Basics

7

Table 1. System Variables
Option

Value

$SN

Serial number used.

$MAC

MAC address used.

$IP

IP Address used.

$DN

Sign-on domain name used.

$UN

Sign-on name used.

$PW

Sign-on password used.

$TN

Terminal name.

$PLATFORM

Model of the thin client.

NOTE: If Auto Login in enabled then $PW returns null, so with auto logins enabled do not use $PW as value for any parameter.

Placing the INI Files into the Folder Structure on the
Server
You must need an FTP server to download your INI files and the path to download is specified in the INI page on the thin client. Under the
C:/ inetpub/ftproot folder for FTP or C:/inetpub/wwwroot folder for HTTP/HTTPS and place your INI files. Other necessary files inside
the structure as noted that this list describes the folder structure, starting with the root directory.
ThinLinux will set the default path as /wlx2 instead of traditional /wlx because some of the INI parameters are not compatible with old INI
parameters from the older Linux Clients. The default path to search is /wlx2 first, if /wlx2 directory is not found then you can search
for /wlx directory.
NOTE: There is no mixed path of /wlx2 and /wlx.
/wyse/

The root directory. It stores the wlx2 folder and the addons folder
It also stores the following files, which are used for imaging and
updating devices:
•
•

/wyse/wlx2

thin-linux-.raw
thin-linux.info

The main INI configuration folder. It stores the following:
•
•
•
•

wlx.ini file or MAC.ini file
bitmap folder
certs folder
ini folder

/wyse/wlx2/bitmap

The folder where you can place custom images you plan to use.

/wyse/wlx2/certs

The folder where you can place the CA certificates that can be
imported to a thin client.

8

Getting Started: Learning INI File Basics

NOTE: To import the certificates to the thin clients, use
the Certs and ImportCerts INI parameters.
/wyse/addons

The folder where you can place the add-ons you want to use. It
also stores the directory file and the *.deb packages available to be
installed on the thin client. The directory file should list all available
add-ons. The directory file is required in the addons folder to
guarantee that add-ons are properly located.
NOTE: If you want to do an update with the Preserve
changes option enabled, ensure that your addons folder
includes a copy of your current add-ons. The system may
require two reboots to fully update the firmware and addons while preserving local changes.

Getting Started: Learning INI File Basics

9

3
General Settings Parameter Options
The following table contains parameters used for configuring the general settings where default values are in bold.
Table 2. General Settings Parameter Options.
Parameter

Description

ActiveDirectoryServer= 

Active Directory Server IP used for Domain Login to the clientDomain
Login of the client.
For example, ActiveDirectoryServer=10.150.244.105

AddtoEtcHosts= "ip1 FQDN1 aliases1; ip2 FQDN2 aliases2; ..."

Default is none
Adds entries to the /etc/hosts file where aliases are an optional
space-separated list of host names.

AudioMute= {Yes, no}

Default is no
Mutes the volume

AudioPlayback= hdmi

If AudioPlayback is set to hdmi, HDMI sound device will have higher
priority compared to other internal analog device.

AudioVolume=<0 – 100>

Determines the volume level.

AutoLogin={yes, no}

Default is yes
To disable or enable thinuser auto-login.

Browser.ClearBrowserData={yes, no}

Browser.ClearBrowserData option clears out or persists the browser
history across different client users.
yes - Clears out the browser data across different user log-ins.
no - Persists the browser data across different user log-ins.

Browser.Homepage=

If the browser add-on is installed, this is the URL to the home page
for the browser.

Browser.SecModules=

For ICA only
This parameter is used to support smart card authentication through
the browser.
For Example, =/usr/lib/libIDPrimePKCS11.so for Gemalto Dot Net
card

EnableBanner={true, false}

EnableBanner: Default is false

BannerMsg=

EnableBanner provides a banner description.

10

General Settings Parameter Options

Parameter

Description
BannerMsg—BannerMsg text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.

CertName=
[URL=
ChallengePassword=
CADN=
AutoEnroll={yes, no}]

CertName — Name of certificate to be enrolled. A folder with same
name will be created in /etc/scep/ folder in the thinclient.
URL — SCEP server URL ,which will be contacted for certificate
enrollment.
ChallengePassword — Certificate Enrollment Challenge Password, it
can be obtained from the SCEP Server.
CADN — CA Distinguished Name(Unique name to identify the CA).
AutoEnroll — To enable Automatic enrollment of certificates.
For example,
SCEPCLIENTCERTSETTINGS=CertName=2OFDZERTIFIKATE
URL=http://10.150.196.61/certsrv/mscep/mscep.dll
ChallengePassword=379132065CB03920A6801D67C159A26C
CADN=dot1x.local
AutoEnroll=yes

CCMEnable={yes ,no}
CCMServer=
GroupRegistrationKey=

CCMEnable. Default is Yes.
It is used to enable or disable the Wyse Device agent.
CCMServer
Enter the URL of the CCM server you want to connect to.
MQTTServer
Enter the IP Address or the FQDN of the MQTT server.
GroupRegistrationKey
Enter your Group Registration Key to manage the thin client device.
For Example: CCMEnable=yes
CCMServer=https://autostratus2.wyselab.com:443
GroupRegistrationKey=linx-01012005

ChangeRootPassword=

Default is base-64 encoded.
Specifies the new password for the root user.

ChangeThinUserPassword=

Default is base-64 encoded.
Specifies the new password for the thin client user.

CitrixThemeConnectionType={pnagent, storefront}

For Citrix Desktop Appliance Mode (Power On To Power Off Citrix
Theme), use pnagent to connect to the Program of Neigborhood
Agent servers, and storefront to connect to the store front servers

General Settings Parameter Options

11

Parameter

Description

DelayedUpdate.Enable={true, false, yes, no}

Default is true
DelayedUpdate.Enable parameter enables or disables the updatings.

DelayedUpdate.Mode={image}

Default is
image – updates the image only.

DeskColor= [{solid | horizontal-gradient | verticalgradient}]

Specifies the desktop background color where  and
 can be one of the following values:
•
•
•

RGB color specification in the form commonly used in HTML
(rrggbb).
A color name from the /usr/share/X11/rgb.txt file. These names
are case-sensitive.
Three integers in the range of 0-255 representing the amount of
red, green and blue, respectively, for example: 0 119 255.
NOTE: The text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.
These characters are not allowed: and ‘ “ $? ! |; ( ) [ ] { }
\

•

This form is deprecated. It is available for backwards compatibility
only.

An optional shading can be specified as solid, horizontal-gradient,
vertical- gradient.
The  is the primary color, and the one which is used if
no shading is specified or if the shading is solid. The optional
 is the secondary color, when shading is specified.
for example:Deskcolor=”DarkGoldenrod horizontal-gradient
LightGoldenrod”
The primary color in this example DarkGoldenrod appears on the left
(horizontal) or top (vertical) edge with a smooth transition to the
secondary color in this example LightGoldenrod on the opposite
edge.
Desktop={, }
[Layout={Center, Tile, Stretch, Scale, Zoom, Span}]

Desktop: Specifies an image file to be used as wallpaper for the local
desktop. The file must be located in the server wlx2 bitmap directory.
The image file can be PNG, and JPG. The filename is case sensitive.
Setting the Image file name to ...., sets the wall paper to
Dell default wall paper.
Layout : Specifies the arrangement of the specified image file on the
desktop. The tile option replicates the image across the desktop, the
stretch option adjusts the image to fill the screen, the scale option
enlarges the image to fill either the screen width or height, theZoom
option stretches (or reduces) the image keeping proportions, so the
background is completely filled, when the image and the screen have
different proportions it will cut off the extra bands that cannot be
fitted (top and bottom or left and right depending on the image), and
Span option is used to span the image across multiple monitors.

DesktopAppliance={ none, citrix}

You can disable or enable the thinuser specific VDI KIOSK theme.

Desktop.KeyBinding.Minimize=

Default is disabled

Desktop.KeyBinding.Move=

Default is disabled

12

General Settings Parameter Options

Parameter

Description

Desktop.KeyBinding.Resize=

Default is disabled

Desktop.KeyBinding.ShowDesktop=

Default is Down

Desktop.KeyBinding.SwitchWindows=

Default is Down

Desktop.KeyBinding.ToggleFullscreen=

Default is Up

Desktop.KeyBinding.ToggleMaximized=

Default is F10

Desktop.KeyBinding.UnMaximize=

Default is disabled

Desktop.KeyBinding.DisablePrintScreen={true, false}

Default is true.

DHCP.VendorID=

Default is wyse-5000.
Specifies the desired HDCP Vendor ID string.

DisableXRender={yes, no}

Default is no
Used for disabling XRender extension of X11

Display.SleepDisplay={0, 60, 120, 180, 240, 300, 480, 600, 720,
900} or SleepDisplay

Default is 240 for 4 minutes.

Display.LockScreenTimeout={Time in seconds}

Default is 120 seconds

EnableGKey={true, false}

Default is true

These are values for seconds, corresponding to 1, 2, 3, 4, 5, 8, 10, 12,
15 minutes possible values; 0 and other values corresponds to never.

EnableGKey option is used to enable G key reset.
EnableSsh={yes, no}

Default is no, SSH server disabled. You can enable or disable SSH
server.

IcaDisableWIFS={yes, no}

Default is no.
IcaDisableWIFS option is used to disable the Citrix Firefox plug-in
feature that sends the option -WI_is_FS to its receiver.
If Firefox is in fullscreen mode, which makes Citrix receiver ignore
window size configuration, disabling the feature allows you to resize
their Citrix session when you are using Firefox Kiosk mode.

IdleAction.Enable={enable/disable}
[IdleAction.Timeout=]
[IdleAction.Action=]

IdleAction.Enable: Default is disable. Once enabled, Timeout should
be specified. If not specified, default timeout is 1 minute.
IdleAction.Timeout: To set the idle action timeout value in minutes.
IdleAction.Action: The String of commands to be executed. For
example, /usr/sbin/reboot. The default action is reboot.

ImportCerts ={yes, no}

ImportCerts:Default is no

[Certs=]

It enables certificate import from the server.
Certs: certs is a list of certificate names (the names must be
separated by a semicolon).

General Settings Parameter Options

13

Parameter

Description
For example, Certs=Cert1.cer;Cert2.crt;Cert3.pem;Cert4.der
NOTE: Certificates must be placed in the certs subdirectory.

ImportConfig.FileURI=

Default is none
It specifies the complete URI (server URL and file full path) of the
configuration files to import.

ImportConfig.UID=

Default is none.
It is the User ID used when importing the configurations file from an
FTP server.

ImportConfig.Password=

Default is none
It is the password used when importing the configurations file from
an FTP server.

MerlinUpdate.Username=

The username used to login the server.

MerlinUpdate.Password=

Default is base-64 encryption. The password is used to login the
server.

MerlinUpdate.URL=

The URL to the Merlin base. Macro $PLATFORM is automatically
appended for Merlin imaging.

MicMute={yes, no}

Default is no
If MicMute is set to yes, then it mutes the microphone volume.

MicVolume=<0-100>

Determines the microphone volume level.

MgmtDiscoveryMethod= {SRV, HOSTNAME, CNAME, STATIC,
ALL, DHCP }

Default is ALL .

NTP.Enable={yes, no}

Default is no.

The Discovery method used for finding WDM server.

It Specifies that the NTP daemon should be enabled and started.
NOTE: NTP server will not be started if an NTP.TimeServer
parameter is not specified and the thin client does not have
one previously set.
NTP.TimeServer= [;;....}

Default is None.

PermitSshRootLogin={yes, no}

Default is no, It used to prohibit the root SSH login. You can enable
or disable the root login through SSH. It works only if SSH is enabled.

PowerButtonAction ={interactive, reboot, restart, halt, shutdown,
none, nothing}

Default is interactive

It specifies one or more NTP server IP Addresses or FQDNs.

It specifies system behavior when the power button is pressed.
none or nothing: Power button is ignored, that is no action.
Interactive: An optional window is presented to you.

14

General Settings Parameter Options

Parameter

Description
halt or shutdown: Shuts down the devices.
reboot or restart: Reboots the devices.

ProgressUpdateInterval=<10–60>

Default is 20
The interval specified for sending image upgrade status to WDM
server. Value less than 10 will be rounded to 10 and Value greater than
60 will be rounded to 60.

PasswordEncryptionCode={0, 1, 2}

Default value is 1
Specifies the desired password encryption algorithm in INI. This
parameter must be place at least before the first password used in
the wlx.ini file.
0: Plain Text
1: Base64 encoded
2: AES encoded

RootPath=

Default is /wyse
This path is used to access INI files on the server.
IMPORTANT: If root path is not provided, /wyse is the
default. The directory name /wlx2 is appended to the root
path entry before use, if /wlx2 folder is not available
then /wlx will be the fall back default.

SshIdleTimeout=

Default is 0, which is disabled. Set the SSH connection idle timeout
in minutes. when the client idle timeout reaches, SSH connection will
be terminated automatically from SSH Server. This works only if SSH
is enabled.

ServerBusyCounter=<1 – 24>

Default is 5.
The number of retries when server is busy. There is no hard limit
enforced as this was designed as adhoc measure till wdm server
provides the counter value during checkin.

ServerBusyTimeout=

Default is 30
The interval before Hagent goes for retry. There is no hard limit
enforced as this was designed as adhoc measure till wdm server
provides the timeout value during checkin.

System.Language=
System.Language={en_US, fr_FR, es_ES, de_DE, nl_NL, pt_PT,
zh_CN, ko_KR, ja_JP}

System.Language — The value specifies the UI language and the
locality where it will be used. For example, System.Language =
en_US.
System.Language – Default is en_US. It specifies only one language
in INI.
NOTE:
Do not specify any encoding.

TimeFormat=

Default is 12h
Specifies the system time format.

General Settings Parameter Options

15

Parameter

Description
The following are the formats:
•
•

VNCServer.DisableVNC={yes, no}

24, 24h, 24-hour, 24-hour format.
12, 12h, 12-hour, 12-hour format.

Default is yes
You can disable or enable the VNC Server.

VNCServer.UsePasswd={yes, no}

Default is no
You can use password to authenticate VNC connections.

VNCServer.VncPasswd=

This parameter is used to set the new VNC password from default.
Maximum length is 8 characters. If the VncPassword is not set, then
default password is Wyse.
NOTE: Password string must not contain single quote
character.

VNCServer.VncPrompt={yes, no}

Default is no
This parameter is used to enable a popup dialog asking for accepting
the incoming VNC connection request. The dialog has the followings:
Yes and No button to select. If you do not click on anything, default
will be No after Timeout is reached in 120 seconds by default.

VNCServer.VNCWarning={yes, no}

Default is yes.
You can enable or disable a warning icon on the taskbar, when new
VNC connection is connected. The icon remains on the taskbar until
the VNC connection is terminated.

InstallAddons=

This parameter specifies the add-ons to be updated. Use comma
separated add-on names.
NOTE: NewAddons=. This parameter
specifies the new add-ons to be installed. Use comma
separated add-on names.

RemoveAddons=

This parameter specifies the add-ons to be uninstalled. Use comma
separated add-on names.

TransparentKeyPassThrough={Local, Remote, FullScreenOnly}

Default is FullScreenOnly. This parameter enables the keyboard
shortcut sequences defined by the local Windows manager in the
session.
•
•
•

16

General Settings Parameter Options

FullScreenOnly — key event is processed locally except in
Fullscreen mode.
Local — key event is processed locally in order to use ICA hot
keys.
Remote — key event is forwarded to the server so that ICA hot
keys do not work.

4
Peripheral Settings Parameter Options
The following table contains parameters used for configuring peripheral settings such as keyboard, monitor, mouse, and printer.
Table 3. Peripheral Settings Parameter Options
Parameter

Description

DisplaySettings=MON1
The string value is in the format of white space separated string
MON2 MON3 construct. The values keywords are case sensitive. The following are the
or
rules:
MON1  MON2


1

MON3  MON2


2

MON3 
MON1
3

MON1/MON2: mandatory constant values for monitor1 and
monitor2, if specific resolutions or placement are to be set for each
individual monitors.
To specify resolutions: use 1920x1080 format, resolution numbers
with delimiter x (lowercase) after MON1/MON2 value keyword.
Resolutions are optional. If not specified, DDC (optimal) resolutions
are used.
For Example : DisplaySettings=MON1 1920x1080 MON2
1920x1200 MON3 1920x1200
To specify resolutions with refresh rate: use 1920x1080@60
format, refresh rate is optional. If not specified, the optimal refresh
rate is used automatically.
For Example: DisplaySettings=MON1 1920x1080@60 MON2
1920x1200@60 MON3 1920x1200@60

MON1 primary 1920x1080 MON2 1920x1200:
Used for the specified configuration of primary monitor that is retained
previously. Primary monitor is where the taskbar and app icons are
present. It specifies monitor as the primary monitor, use the value
keyword primary, which is optional.
For Example: Set MON1 as primary : DisplaySettings=MON1 primary
1920x1080 MON2 1920x1200 MON3 1920x1200
Set MON2 as primary : DisplaySettings=MON1 1920x1080 MON2
primary 1920x1200 MON3 1920x1200
Set MON3 as primary : DisplaySettings=MON1 1920x1080 MON2
1920x1200 MON3 primary 1920x1200
MON1 primary on-left 1920x1080, MON2 on-right 1920x1200
To specify monitors in horizontal placement and on the left or right, use
the legacy value keywords on-left and on-right after MON1/MON2 to
arrange monitors left/right placement. You can use these options in pair.
MON1 primary on-above 1920x1080, MON2 on-below 1920x1200
To specify monitors in vertical placement and on the top or bottom, use
the legacy value keywords on-above and on-below after each MON1
MON2 and MON3to arrange monitors top/bottom placement. You can
use these options in pair.
MON1 primary rotate-left 1920x1080 MON2 1920x1200 MON3
1920x1200

Peripheral Settings Parameter Options

17

Parameter

Description
rotate-left, rotate-normal, and rotate-right are supported as legacy
parameters. These parameters rotate the framebuffer for monitors that
do not actually support rotation. Specifying these parameters requires
monitors to be physically rotated. For monitors that support rotation,
these parameters are not necessary.

This key value is to reset both monitors to default settings. (Optimal
resolutions in horizontal placement and MON1 on the left as primary
display).
DDC
Resets all the monitors to default layout and default resolutions – The
default layout is all in HORIZONTAL placement, Primary is MON1 and
resolutions are optimal.
Horizontal
For Example: DisplaySettings=Horizontal (which is equal to
DisplaySettings= ) OR DisplaySettings=Horizontal MON1
primary 1920x1080 MON2 1920x1200 MON3 1920x1200
This single Horizontal (with capital H) key value without any parameter
is used to reset both the monitors to DDC mode as it is in default
settings. There can be parameters as in MON1 MON2 and MON3 format
as described above. The result is to set the monitors in horizontal
placements with specified individual parameters.
Vertical
For Example: DisplaySettings=Vertical (which is equal to
DisplaySettings= ) OR DisplaySettings=Vertical MON1 primary
1920x1080 MON2 1920x1200 MON3 1920x1200
This single Vertical (with capital V) key value is used to set both
monitors to DDC resolutions, but in vertical placement with default
MON1 on the top.
MON3...MON2 … MON1…
With individual monitor with their specific parameters in place, but swaps
the MON2 at the beginning of the string, followed by MON1 will be
placed MON2 on the left and MON1 on the right. This is equivalent of
MON1 on-right MON2 on-left. For Example: MON2 MON1 = MON1 onright MON2 and MON3on-left
Mirror 
It sets the monitors in mirror mode with given resolution and rotation.

JetDirectPrinter=

For Example: JetDirectPrinter= 
For parameter options used in the command line, see JetDirectPrinter
in Printer Parameters Options.

Mouse.MouseSpeed={value 0 to 6 and }

It Specifies the speed when you are moving the mouse.
0 – Slowest
6 – Fastest
Default: Set to system default by using  in INI file.

18

Peripheral Settings Parameter Options

Parameter

Description
NOTE: On default check system registry
Mouse.MotionAccleration is 2 and MotionThreshold value is 1

Mouse.MouseSwap={yes, no}

It swaps left and right handed mouse buttons.
no: Is left handed mouse

Mouse.DoubleClick={100 to 1000, and }

Double click specifies the length of double click in milliseconds.
100 - fastest
1000 - slowest

NetworkPrinter= < LPD>

For Example: NetworkPrinter=LPD 

Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.6
Linearized                      : No
Author                          : Dell
Create Date                     : 2018:04:26 09:46:08+00:00
Modify Date                     : 2018:04:26 09:46:08+00:00
Creator                         : AH XSL Formatter V6.3 MR3 for Windows (x64) : 6.3.4.25128 (2016/07/01 17:39JST)
Producer                        : Antenna House PDF Output Library 6.3.815 (Windows (x64))
Keywords                        : manual, guide, documentation
Title                           : Dell Wyse ThinLinux 2.0 INI Guide
Trapped                         : False
Page Count                      : 69
Page Mode                       : UseOutlines
Tagged PDF                      : Yes
Language                        : EN
EXIF Metadata provided by EXIF.tools

Navigation menu