Dell Wyse 5060 Thin Client Guide

Add to my manuals
71 Pages

advertisement

Dell Wyse 5060 Thin Client Guide | Manualzz

Dell Wyse ThinLinux 1.0.3

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.

©

2018 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 - 04

Rev. A02

Contents

1 Introduction..................................................................................................................... 4

About this Guide

.................................................................................................................................................................4

Dell Technical Support

........................................................................................................................................................ 4

Related Documentation and Services

........................................................................................................................... 4

Dell Online Community

..................................................................................................................................................4

2 Getting Started: Learning INI File Basics......................................................................... 5

Supported INI Files you can construct

................................................................................................................................5

Working with wlx.ini Files

..............................................................................................................................................5

Working with MAC.ini Files

........................................................................................................................................... 5

Rules and Recommendations for Constructing the INI Files

............................................................................................... 5

System Variables

.......................................................................................................................................................... 6

Placing the INI Files into the Folder Structure on the Server

.............................................................................................. 7

3 General Settings Parameter Options............................................................................... 9

4 Peripheral Settings Parameter Options.......................................................................... 18

5 Connection Settings Parameter Options....................................................................... 22

6 Custom GNOME Settings Parameter Options................................................................31

7 Connect Parameter Options.......................................................................................... 34

Browser Connect Options

................................................................................................................................................ 34

Custom Connect Options

.................................................................................................................................................35

Citrix Connect Options

.....................................................................................................................................................36

RDP Connect Options

.......................................................................................................................................................41

SSH Connect Options

...................................................................................................................................................... 46

VMware View Connect Options

....................................................................................................................................... 48

VNC Viewer Connect Options

..........................................................................................................................................51

Ericom PowerTerm Connect Options

............................................................................................................................... 53

8 Printer Parameters Option.............................................................................................57

Printer

.............................................................................................................................................................................. 57

JetDirectPrinter

................................................................................................................................................................58

NetworkPrinter

................................................................................................................................................................ 58

PrinterURI

........................................................................................................................................................................ 59

SMBPrinter

...................................................................................................................................................................... 60

9 TimeZone Parameter: Values......................................................................................... 61

10 Keyboard.layouts Parameter: Values............................................................................ 64

3

4

Introduction

Dell Wyse ThinLinux from Dell simplifies the user management paradigm with elegant application icons and comes with a single builtin 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.

1

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.

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/ .

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.

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.

• 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

5

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:

Table 1. System Variables

Option

$SN

$MAC

Value

Serial number used.

MAC address used.

6

Option

$IP

$DN

$UN

$PW

$TN

$PLATFORM

Value

IP Address used.

Sign-on domain name used.

Sign-on name used.

Sign-on password used.

Terminal name.

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:

• thin-linux-<version>.raw

• thin-linux.info

/wyse/wlx2

/wyse/wlx2/bitmap

The main INI configuration folder. It stores the following:

• wlx.ini file or MAC.ini file

• bitmap folder

• certs folder

• ini folder

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

/wyse/wlx2/certs

/wyse/addons

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

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

The folder where you can place the add-ons you want to use. It also stores the directory file and the *.rpm packages available to be installed on the thin client. The directory file should list all

7

8 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 add-ons while preserving local changes.

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

ActiveDirectoryServer= <string>

Description

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.

Determines the volume level.

AudioVolume=<0 – 100>

AutoLogin={yes, no}

AutoPower={Yes, No}

Default is yes

To disable or enable thinuser auto-login.

Default is no

Specifies how the system behaves when first power is applied to the system after power is switched off. If set to Yes , system will get the power by itself up as soon as power is switched. If set to

No , user will have to press the thin client’s power button to initiate system power.

Browser.ClearBrowserData={yes, no}

Browser.Homepage=<URL>

Browser.SecModules=<string>

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.

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

For ICA only

This parameter is used to support smart card authentication through the browser.

3

9

Parameter

EnableBanner={true, false}

BannerMsg=<string>

BootOrder=<value listed in description as per platform>

CertName=<string>

[URL=<string>

ChallengePassword=<string>

CADN=<string>

AutoEnroll={yes, no}]

CCMEnable={yes ,no}

CCMServer=<CCM server URL>

GroupRegistrationKey=<tenant code-group code>

10

Description

For Example: /usr/lib64/libgtop11dotnet.so

EnableBanner : Default is false

EnableBanner provides a banner description.

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

Default is Auto

Specifies the device’s BIOS boot order:

A: ATAPI CD

H: SATA 0

S: SATA 1

P: PXE LAN

U: USB HDD

F: USB FDC

C: USB CD-ROM

D: Cloud Desktop

For example, BootOrder=PHSAUFCD.

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 . Default is Yes.

It is used to enable or disable the Wyse Device agent.

CCMServer

Parameter

MQTTServer=<MQTT server IP address or FQDN>[:MQTT port]

ChangeRootPassword=<string>

ChangeThinUserPassword=<string>

CitrixThemeConnectionType={pnagent, storefront}

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

DelayedUpdate.Delay=<integer>

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

DelayedUpdate.Interval=<integer>

DelayedUpdate.MaxRate=< integer[ B, K, M, G ]>

Description

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

MQTTServer=autostratus2.wyselab.com:1883

Default is base-64 encoded.

Specifies the new password for the root user.

Default is base-64 encoded.

Specifies the new password for the thin client user.

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

Default is false

Enables or disables the downgrading. It is applicable to both image and the add-ons.

Default is 60

It specifies number of seconds to wait between detecting the network interface and starting the background delayed update service.

Default is true

DelayedUpdate.Enable parameter enables or disables the updatings.

Default is 300

The number of seconds to wait between the rechecks, whether updates are available.

Default is 100G

The maximum bandwidth to be used in bytes/second. The optional letter suffix indicates a multiplier: (Bytes, Kilobytes,

Megabytes, or Gigabytes). There is no way to indicate that all available bandwidth is to be used except to specify a value that is expected to exceed the actual capacity.

11

Parameter

DelayedUpdate.Mode={both, image, addons}

DelayedUpdate.Password=<String>

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

DelayedUpdate.Recheck={yes, no}

DelayedUpdate.TimeOut=<integer>

DelayedUpdate.URL=<string> or Update.URL*

DelayedUpdate.Username=<string>

DeskColor=<Primary color> [{solid | horizontal-gradient | vertical-gradient}<Secondary color>]

Description

Default is both both – updates the image and add-ons.

image – updates the image only.

addons – updates add-ons only.

Password is used to login the server, only valid after

DelayedUpdate.URL is set. By default, Base-64 is encrypted.

Default is true

You can check whether the user settings will be saved after image upgrading or not.

Default is yes

When it is false, the delay will not try to download the image or add-ons until a network interface is started or TC is rebooted.

When it is true, it will retry downloading for 3 times.

Default is 60

The maximum time in seconds, to wait while attempting to contact the server. Zero indicates no timeout.

NOTE: The obtaining the directory and downloading each add-on are separate operations and will be subject to the same timeout.

Default is the INI server URL.

The URL to the base of the server's distribution area. Add-ons are expected to be in a subfolder named addons. Marco $PLATFORM needed for mixed environment.

Username used to login server, only valid after

DelayedUpdate.URL is set.

Specifies the desktop background color where <primary color> and <secondary color> 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 <primary color> is the primary color, and the one which is used if no shading is specified or if the shading is solid. The

12

Parameter

Desktop={<image file>, <default>}

[Layout={Center, Tile, Stretch, Scale, Zoom, Span}]

Description optional <secondary color> 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 : 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 <default>...., 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, the Zoom 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.

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

Default is disabled

Default is disabled

Default is disabled

DesktopAppliance={ none, citrix}

Desktop.KeyBinding.Minimize=<string>

Desktop.KeyBinding.Move=<string>

Desktop.KeyBinding.Resize=<string>

Desktop.KeyBinding.ShowDesktop=<string>

Desktop.KeyBinding.SwitchWindows=<string>

Desktop.KeyBinding.ToggleFullscreen=<string>

Desktop.KeyBinding.ToggleMaximized=<string>

Default is <Control><Alt>Down

Default is <Alt>Down

Default is <Control><Alt>Up

Default is <Alt>F10

Desktop.KeyBinding.UnMaximize=<string>

Desktop.KeyBinding.DisablePrintScreen={true, false}

Default is disabled

Default is true.

DHCP.VendorID=<String> Default is wyse-5000 .

Specifies the desired HDCP Vendor ID string.

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

900} or SleepDisplay

Default is 240 for 4 minutes .

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 .

13

Parameter

EnableGKey={true, false}

EnableSsh={yes, no}

IcaDisableWIFS={yes, no}

IdleAction.Enable={enable/disable}

[IdleAction.Timeout=<value of 1 to 60>]

[IdleAction.Action=<Any valid Command>]

ImportCerts ={yes, no}

[Certs=<String>]

ImportConfig.FileURI=<string>

ImportConfig.UID=<string>

ImportConfig.Password=<string>

MerlinUpdate.Username=<string>

MerlinUpdate.Password=<string>

MerlinUpdate.URL=<string>

14

Description

Default is true

EnableGKey option is used to enable G key reset.

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

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: 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: Default is no

It enables certificate import from the server.

Certs: certs is a list of certificate names (the names must be separated by a semicolon).

For example , Certs=Cert1.cer;Cert2.crt;Cert3.pem;Cert4.der

NOTE: Certificates must be placed in the certs subdirectory.

Default is none

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

Default is none .

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

Default is none

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

The username used to login the server.

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

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

Parameter

MicMute={yes, no}

MicVolume=<0-100>

MgmtDiscoveryMethod= {SRV, HOSTNAME, CNAME,

STATIC, ALL, DHCP }

Description

Default is no

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

Determines the microphone volume level.

Default is ALL .

The Discovery method used for finding WDM server.

NTP.Enable={yes, no}

NTP.TimeServer=<NTP Server IP or FQDN> [;<NTP Server IP or FQDN>;....}

Default is None.

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

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 no.

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.

ProgressUpdateInterval=<10–60>

Default is interactive

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.

halt or shutdown : Shuts down the devices.

reboot or restart : Reboots the devices.

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}

RootPath=<string>

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

Default is /wyse

This path is used to access INI files on the server.

15

Parameter

SshIdleTimeout=<integer 1 to 60>

ServerBusyCounter=<1 – 24>

ServerBusyTimeout=<byte 10 – 360>

System.Language=<string>

ImportCerts={en_US, fr_FR, es_ES, de_DE, nl_NL, pt_PT}

TimeFormat=<String>

VNCServer.DisableVNC={yes, no}

VNCServer.UsePasswd={yes, no}

VNCServer.VncPasswd=<string>

VNCServer.VncPrompt={yes, no}

Description

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.

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.

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.

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 — The value specifies the UI language and the locality where it will be used. For example, System.Language = en_US.

ImportCerts — Default is en_US . It specifies only one language in INI.

NOTE:

Do not specify any encoding.

Default is 12h

Specifies the system time format.

The following are the formats:

• 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.

Default is no

You can use password to authenticate VNC connections.

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.

Default is no

16

Parameter

VNCServer.VNCWarning={yes, no}

Description

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.

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=<name of addon>

RemoveAddons=<name of addon>

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

NOTE: You can use InstallAddons= or NewAddons= for the parameter name (the names are interchangeable)

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.

• 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.

17

18

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

DisplaySettings=MON1<resolution=1920x1080>

MON2<resolution= 1024x768> or

Description

The string value is in the format of white space separated string construct. The values keywords are case sensitive. The following are the rules:

MON1 <resolution=1920x1080@60> MON2

<resolution=1024x768@60>

1.

MON1/MON2: mandatory constant values for monitor1 and monitor2, if specific resolutions or placement are to be set for each individual monitors.

2.

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 is used.

For Example : DisplaySettings=MON1 1920x1080 MON2

1920x1200

3.

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

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

Set MON2 as primary : DisplaySettings=MON1 1920x1080 MON2 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 and MON2 to arrange monitors top/bottom placement. You can use these options in pair.

MON1 primary rotate-left 1920x1080 MON2 1920x1200

Parameter

JetDirectPrinter=<printer address>

Mouse.MouseSpeed={value 0 to 6 and <default>}

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.

<default>

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= <default>) OR DisplaySettings=Horizontal MON1 primary 1920x1080 MON2 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 and MON2 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= <default>) OR DisplaySettings=Vertical MON1 primary 1920x1080 MON2 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.

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 on-right MON2 on-left

Mirror <rotate{normal, left, right, inverted}, {resolution}>

It sets the monitors in mirror mode with given resolution and rotation.

For Example : JetDirectPrinter=<printer address> <options>

For parameter options used in the command line, see

JetDirectPrinter

in Printer Parameters Options.

It Specifies the speed when you are moving the mouse.

0 – Slowest

6 – Fastest

19

Parameter

Mouse.MouseSwap={yes, no}

Mouse.DoubleClick={100 to 1000, and <default>}

NetworkPrinter= < LPD>

Description

Default: Set to system default by using <default> in INI file.

NOTE: On default check system registry

Mouse.MotionAccleration is 2 and MotionThreshold value is 1

It swaps left and right handed mouse buttons.

no: Is left handed mouse

Double click specifies the length of double click in milliseconds.

100 - fastest

1000 - slowest

For Example : NetworkPrinter=LPD <Option>

For parameter options used in the command line, see

NetworkPrinter in Printer Parameters Options.

Keyboard.Repeat={true, false}

Keyboard.RepeatDelay={<default>, 0 to 7 or 100 to 2000} Initial Key Repeat Delay is 100 to 2000 according to new SLES standard. For backward compatibility 0 is minimum 7 is maximum.

This setting is valid only when Keyboard.Repeat

is enabled (true).

Keyboard.RepeatRate={<default>, 0 to 2 or 9 to 2000}

Default is true.

Keyboard repeat is enabled. If you press key, it will be repeated.

9 is fast and 2000 is slowest according to new SLES standard. For backward compatibility Key Repeat Interval, delay between repeats.

0 is slow

1 is medium

2 is fast

This setting is valid only when Keyboard.Repeat

is enabled (true).

Keyboard.layouts=<value of Keyboard.layouts>

Printer={USB <options> or URI}

PrinterURI=<uri>

See

Keyboard.layouts Parameter: Values .

For example: Keyboard.layouts= ara (for Arabic(South Sudan))

Keyboard.layouts= ru (for Russia)

Specifies the USB for local USB printer. Only one USB printer can be supported. The USB printer will not be configured if it is not attached.

For other types of printers, URI needs to be provided, such as parallel:/dev/lpunit or serial:/dev/ttySunit?baud=speed.

For parameter options used in the command line,

see Printer in

Printer Parameters Options.

For Example:

PrinterURI=[ipp://[user[:password]@host[:port]/path

[http://[user[:password]@host[:port]/path

20

Parameter

SMBPrinter=<host address>

Description

[socket://host[:port]

[lpd://host/queue

[smb://[user[:password]@[workgroup/] server[:port]/sharename

[usb:/dev/usb/lpunit

[parallel:/dev/lpunit [serial:/dev/ttySunit?baud=speed <Option>

For Example:

SMBPrinter=<host address>

[username=<username>] [password=<base64-encoded password>]

[domain=<Windows domain>] <options>

For parameter options used in the command line,

See SMBPrinter

in

Printer Parameters Options.

21

22

5

Connection Settings Parameter Options

The following table contains parameters used for configuring connection settings where default values are in bold.

Table 4. Connection Settings Parameter Option.

Parameter

Connect={BROWSER, Custom, Citrix, RDP, SSH,

VMWARE_VIEWCLIENT, VNC_VIEWER,

Ericom_Powerterm}

Description

Connection protocol. Connect Parameter Options section describes these connect options:

• BROWSER, see

Browser Connect Options

• Custom, see

Custom Connect Options

Citrix, see Citrix Connect Options

RDP, see RDP Connect Options

• SSH, see

SSH Connect Options

• VMWARE_VIEWCLIENT, see

VMware View Connect Options

NOTE: The available connection types depends on the installed add-ons.

DomainList=< String values separated by semicolon>

DisableDomain={ True, False}

EthernetSpeed={ Auto, 100M-F, 100M-H, 10M-F, 10M-

H}

FileServer=<protocol://><hostaddress>

FileServerUsername=<username>

A list of domain names that will appear in the login dialog box as options to help users in selecting the domain to log in to PNAgent or Active

Directory servers. Be sure to enclose in quotation marks if spaces are included.

For example: DomainList = dell; SQA; wyse

DisableDomain parameter is used to disable the display of a Domain field. The default value depends on the value of the Domain List option.

When the Domain List is empty, DisableDomain defaults to yes.

Otherwise, it defaults to no. The Domain field does not appear either of the cases.

Default is Auto

Specifies the device speed:

Auto: auto-negotiates speed with peer

100M-F: 100 Mbps Full Duplex 100M-H: 100 Mbps Half Duplex

10M-F: 10 Mbps Full Duplex

10M-H: 10 Mbps Half Duplex

Default is specified by DHCP server(INI file server’s URL). If no protocol is specified, FTP is assumed for example, 192.168.0.1 is understood as ftp://192.168.0.1.

Specifies the username for File server.

NOTE: An anonymous (unauthenticated access) is assumed if

FileServerUsername parameter is not specified.

Parameter

FileServerPassword=<Password>

HDXH264CaptureBin=<string>

HDXH264InputEnabled={yes, no}

HDXFlashEnableServerSideContentFetching={yes, no}

HDXWebCamDevice={ Valid path of the webcam device}

HDXWebCamFramesPerSec=<integer value>

HDXWebCamHeight=<integer value>

HDXWebCamWidth=<integer value>

H264Enabled={yes, no}

ICABrowsing={ udp, http, https}

Description

Specifies the Base-64 encrypted password for File server.

For ICA only .

Default is Null . It specifies the name of the customized H264

CaptureBin.

For ICA only .

Default is no

This is used to enable H264 compression from client to server. This will enable h264 encoding for media packets sent from client to server. This enables better performance for multimedia redirection and webcam redirection.

For ICA only .

Default is no.

This option is used to enable or disable client side fetching of Flash content. This is a global INI parameter for the Citrix ICA client.

For ICA only .

Default is /dev/video0.

Selects the webcam device. This parameter can be used when there are multiple webcam present.

For ICA only .

Default is 15.

Sets the preferred frame rate for webcam.

For ICA only .

These settings control the resolution parameters for webcam.

The defaults are HDXWebCamWidth = 352 and HDXWebCamHeight =

288.

For ICA only .

Default is yes .

You can enable H264 compression from server to client. This will enable h264 encoding for media packets which are received from server. This enables the better performance for multimedia redirection and webcam redirection.

For ICA only .

Default is http.

Specifies the default browsing protocol. This setting can be overridden by the HttpBrowsing= {yes, no, ssl} in each connection property.

23

Parameter

ICAComports= <ICAComports=COMx= {COMy,

USBSERz}, COMx=...>

ICADenyUSB= vid=<hexnumber><space>pid=<hexnumber>…

ICADesktopApplianceMode={yes, no}

ICADrives=<drive letter>= {device name}, {rw, ro}, basedir [drive letter=...]

Description

For ICA only .

Maps serial devices on the server to serial devices on the thin client, where x=1 to 4, if COMy maps to serial port on the thin client and

USBSERz maps to that USB serial port.

For Example: ICACOMports=COM1=USBSER1

For ICA only .

Specifies the USB devices that are excluded from ICA session.

NOTE: When you are using the ICADenyUSB parameter, a user candenyredirectionof the device using class/suclass also along with vid/pid. ICADenyUSB=class=01 subclass=01 to deny USB

Audio family.

Important: You can use vendor IDs and product IDs together as shown; or also use only the vendor IDs that are not use the product IDs if you want to exclude the same vendor ID group of devices regardless of their product ID.

The format must be the following:ICADEnyUSB=vid=<hexnumber><space>pid=<hexnumber> or ICADEnyUSB=vid=<hexnumber>

For example, ICADenyUSB=vid=1234 pid=5678,vid=1234 pid=9876

This example excludes two USB devices. There is a space between vid and pid and each device is separated with a comma. or

ICADenyUSB=vid=1234,vid=5678 This example excludes all USB devices that have the same vendor ID regardless of their product ID.

NOTE: While the ICAAllowUSB parameter exists, it is highly recommended that it not be used as by default all USBs are allowed.

For ICA only .

Default is no.

ICADesktopApplianceMode parameter is used to enable Citrix HDX

USB start up for Desktop Appliance Mode ,for any USB devices that are already plugged in the device will start up provided the device is not disallowed with a deny rule in the USB policies on either the server

(registry entry) or the client (policy rules configuration file). This parameter requires two thin client reboots.

For ICA only .

To map drives on the server to USB mass storage devices attached to the thin client, where: drive letter= A to Z device name= usbstorage-x and cdrom-x, where x=0,1,2 and so on.

rw= read/write ro= read only basedir= an optional directory on the USB device to use.

24

Parameter

ICADynamicDriveMapping={yes, no}

ICADynamicFolderMapping={yes, no}

ICADynamicMapping={yes, no}

ICAFullscreen={yes, no}

ICAhotkey={yes, no}[<hotkey name>=<supported value>]

ICAMMAudio={yes, no}

ICAMMVideo={yes, no}

Description

For ICA only .

To enable or disable mapping of a single device based on the device name

Default value is no.

For ICA only .

To enable or disable mapping of all the devices listed in the standard mount point. For example, /run/media. Hence it allows the user to enable or disable PAM login.

Default value is no.

For ICA only .

To enable or disable file system mapping for ICA session.

Default value is yes.

For ICA only .

Default is no.

Enables to run the session at full screen not in a window.

For ICA only .

Default is yes.

Yes/no option to enable and allow mapping of the hotkeys.

For example:

ICAhotkey=yes

Hotkey1Char=F1 Hotkey1Shift=Shift

Hotkey2Char=F3

Hotkey2Shift=Shift Hotkey3Char=F2

Hotkey2Shift=Shift Hotkey3Char=F2

Hotkey11Char=plus Hotkey11Shift=Ctrl

NOTE: All hotkey options must be on one line.

For ICA only .

ICAMMAudio is used to enable Citrix HDX Multimedia audio. This parameter requires two thin client reboots. If this parameter is set, then audio will be played by using client encoding and decoding capabilities.

For ICA only .

Default is yes .

ICAMultiMedia option is used to enable Citrix HDX Multimedia video.

25

Parameter

ICAMultistream={True, False}

ICAProxyHost=< IP address>

ICAProxyType={ None, HTTP, SOCKS}

Description

This parameter requires two thin client reboots. If this parameter is set ,then video is extracted by using the client rendering capabilities(encoding and decoding).

To enable multiple streams to be used when connecting to a multistream ICA enabled server, you must ensure this parameter is set to True.

Default is False

For ICA only .

Specifies the firewall server address for the ICA connection. When configuring an alternate address for firewalls and HTTP, SOCKS is used for ICAProxyType, you must provide the proxy server IP address and port. Each entry with optional port is specified as host:port, where :port is optional. If not specified, port depends on the browsing protocol.

For ICA only .

It defines the proxy type for the ICA connection. When configuring an alternate address for firewalls, you can select the proxy type of None,

HTTP, or SOCKS.

ICAResolution={ default, seamless, 640x480, 800x600,

1024x768, 1280x1024, 1600x1200}

For ICA only .

Default is default.

Specifies the connection display resolution. The default value starts the connection using the current desktop display setting. If the connection is to a published application, the seamless selection is available.

Seamless option applicable only for Published Application and

Storefront connections. Default option will start the connection using the current desktop display setting.

ICAStoreName=< Store name specified in the xenapp or xendesktop server>

For ICA only .

Specifies the Global ICA Store name which is used for PNAgent Login.

IniFileSource={ cache, local, server, none}

MouseSendsControlV={yes, no}

Default is cache .

Specifies the source of the INI file to use:

• Selecting the local specifies that the local is the ini file created from settings made on the client GUI.

• cache is the cached/saved/used-at least-once ini file originally from a file server. For example, a GUI initially set up by an administrator.

NOTE: If a file server is available, the cache valueallow the client to first look to a file server for the latest ini available on the server to use. However, if a file server is not found, for example, the file server is down, the client uses the cached/saved/used-at least-once ini file.

• Selecting the server specifies that the server is the ini file only from the file server such as an FTP server. The server value will not allow the client to use a cached ini file.

For ICA only .

Default is no .

26

Parameter

NETWORK.ETH0.MTU={ Any positive integer}

PAMLoginEnabled={yes, no}

Description

MouseSendsControlV allows you to control the mouse button action in a Unix environment.

The following are the values: yes : In a Unix environment, a middle mouse performs the same paste function as the Ctrl+V keystroke combination in the Windows.

no : Disables the middle button paste, when used in the wlx.ini file with

ICA v.10.

Default is System assigned automatically Specifies the network card’s maximum transmission unit size.

For ICA only .

PAMLoginEnabled option allows the user to set /reset the domain value and allows the user to enable or disable PAM login.

Default value is no.

PNAgentServer=<host address or URL>[:<port>][;<host address or URL> [:<port>]]

Specifies a list of PNAgent servers or complete URL. If not specified, port depends on the browsing protocol. If multiple servers are mentioned, they should be separated by ; .

RapportSecurePort=<443> Default is 443

The secure port number of the WDM service.

RapportServer=< WDMServer-IP or FQDN>

Seamless={yes, no}

TimeoutDelayLoginForNetwork=<integer from 1 to30>

Default is none Only IPV4 is supported.

For ICA only .

Default is no.

Seamless option is used to set the default resolution for ICA-published applications to seamless. This parameter is recommended to use for launching applications, not recommended for launching desktop connections.

Sets the delay (wait) time before performing the authentication due to network delay.

UDPAudioPortHigh={yes, no}

UDPAudioPortLow={yes, no}

UseLastDomainName={true, false}

For ICA only .

Default is 16509.

This parameter is used to configure UDP port range for real time audio data packet exchange.

For ICA only .

Default is 16500 .

This parameter is used to configure UDP port range for real time audio data packet exchange.

Default is False

27

Parameter

UseLastLoginName={True, False}

VMWareView.ImageCacheSize=< a number value from

50 to 1024>

Description

If this ini parameter is set, then in the GDM login window, the username field is populated with the previous logged in domain username value.

This ini parameter is valid only for domain login and not for local user login.

Default is False.

If this ini parameter is set, then in the GDM login window, the username field is populated with the previous logged in domain username value.

This ini parameter is valid only for domain login and not for local user login.

Specifies the VMware View client's image cache size A larger cache size reduces bandwidth usage, but requires more memory on the client.

A smaller cache size requires more bandwidth usage. Valid values for this INI parameter option are between 50 and 1024. If it is set to a value less than 50, the system automatically uses a value of 50. If it is set to a value more than 1024, the system automatically uses a value of 1024.

VMWareView.ShowImageCacheHits={no, yes} Default is no.

Yes/no option to display a visual indication that the image cache in

VMware View client is working. If enabled, the user sees rectangles around every 32x32 tile in the established session. Set the value on this

INI parameter to yes to see the visual effect.

WLAN=<wlan connection name> Wireless LAN can be configured through this INI parameter and the options.

[SSID=<SSID Name>]

[Security={NONE, WEP40/128-BITKEY, WEP128-

BITPASSPHRASE,LEAP, WPA&WPA2PERSONAL,

WPA&WPA2ENTERPRISE, DYNAMICWEP}]

Security Notes: Supported wireless security types:

Open

WEP 40/128 bit key

[Mode={Infrastructure, AdHoc}]

WEP 128-bit Passphrase

[Username=<username>]

LEAP

[Password=<password>]

[AuthType={OpenSystem, SharedKey, TLS, LEAP, TTLS,

PEAP}]

WPA & WPA2 Personal

LEAP in WPA & WPA2 Enterprise

[Wep-Key1=<wep key1>]

[Wep-Key2=<wep key2>]

The following security types are not supported :

All WPA & WPA2 Enterprise authentications except a LEAP which does not require a certificate Dynamic WEP (802.1x).

[Wep-Key3=<wep key3>]

[Wep-Key4=<wep-key4>]

NONE — OPEN Security type

WEP40/128-BITKEY — WEP 40/128-bit Key

[WepKeyIndex=<Key Index number>]

[InnerAuth={MSCHAPv2, MD5,GTC}]

WEP128-BITPASSPHRASE — WEP 128-bit Passphrase

LEAP — leap

[PeapVersion={Auto, 0, 1}]

[CACertificate=<certificate path>

WPA&WPA2PERSONAL — WPA and WPA2 personal

WPA&WPA2ENTERPRISE — WPA and WPA2 Enterprise

DYNAMICWEP — Dynamic WEP (802.1x)

28

Parameter Description

AuthType Notes:

AuthType should be OpenSystem or SharedKey when Security is

WEP40/128-BITKEY or WEP128-BITPASSPHRASE; For other enterprise securities, AuthType should be 'TLS/LEAP/TTLS/PEAP'. For

WPA & WPA2 Enterprise security, only the LEAP authentication type is supported.

WEP-KEY Notes:

WEP-KEY1 through WEP-KEY4 are optional. WEPKEYINDEX=<key index number> is optional.

IMPORTANT :

If not specified, by default it is set to the key corresponding to WEP-KEY1.

InnerAuth — Specifies the second EAP type inside the PEAP tunnel.

Used only in cases of PEAP authentication.

PeapVersion - Default is Auto. Specifies the PEAP protocol version.

CACertificate - Root CA certificate name for authentication.

For Examples:

Security type OPEN example: WLAN=wlan1 SSID=XYZ\ Security=none

Mode=Infrastructure.\

Security type WEP 40/128-bit key example:

WLAN=wlan2 SSID=XYZ \

Security=wep40/128-bitkey \

Mode=Infrastructure Wep Key1=1234567890\

WepKeyIndex=1\

AuthType=OpenSystem type\

WEP 128-bit Passphrase example:

WLAN=wlan3 SSID=ABCD \

Security=wep128-bitpassphrase \

Mode=Infrastructure

Wep-key1=1111111111 \

Wep-Key2=2222222222 \

WepKeyIndex=2 \

Authtype=OpenSystem\

Security type WPA & WPA2 Personal example:

WLAN=wlan4 SSID=WPA2 \

29

30

Parameter Description

Security=wpa&wpa2personal \

Mode=Infrastructure Password=12345678\

Security type LEAP example:

WLAN=wlan5

SSID=Wyse Security=leap \

Mode=Infrastructure \

Username=admin \

Password=1234567890 \

AuthType LEAP example:

WLAN=wlan6 SSID=ACS \

Security=wpa&wpa2enterprise \

Mode=Infrastructure \

AuthType=leap \

Username=linux\

Password=linux\

AuthType PEAP example:

WLAN=W2EN \

SSID=W2EN \

Security=wpa&wpa2enterprise \

Username=peap \

Password=peap \

AuthType=peap \

InnerAuth=mschapv2 \

PeapVersion=Auto \

CACertificate=/etc/certificate/rootcer.cer\

6

Custom GNOME Settings Parameter Options

The following table contains parameters used for configuring Custom GNOME settings where default values are underlined.

Table 5. Custom GNOME Settings Parameter Options

Parameter

Custom.Menus=<Display:both,Time and Date:admin>

Description

The value of Custom.Menus is a non-quoted string. The menu item which appears in the Settings App (in English) is used as the NAME.

The value must be with , separated items and : delimiter for privilege level: {NAME1: privilege, NAME2: privilege …} or <default>

Do not use or for any string. There cannot be white space between the : delimiter. The NAME is case sensitive and must be same for the menu item name.

Example 1:

The following INI settings sets Display menu to be available for both admin and user modes, Time and Date menu is available in admin mode only, and add-ons menu will not be available either in user or in admin mode.

Custom.Menus=Display:both, \

Time and Date:admin, \

Add-ons:none

Example 2:

The following INI resets all privilege to default.

Custom.Menus =<default>

Custom.PowerButton.AllowPowerOff={yes,no}

Custom.PowerButton.AllowRestart={yes, no}

Default is yes

Customizes the Power Off option to be available from Power Button in user mode .

yes: allows Power Off in user mode.

no: disable Power Off option in user mode.

Default is yes

Customizes the Restart option to be available from Power Button in user mode .

yes: allows restart in user mode.

no: disables restart option in user mode.

Reset the Power Button customization back to factory default.

Custom.PowerButton.Default=<yes>

31

Parameter

Custom.Taskbar.AllowActivitiesIcon={yes, no}

Custom.Taskbar.AllowAudioIcon={yes, no}

Custom.Taskbar.AllowDateTimeIcon={yes, no}

Custom.Taskbar.AllowKeyboardIcon ={yes, no}

Custom.Taskbar.AllowNetworkIcon ={yes, no}

Custom.Taskbar.AllowPowerIcon ={yes, no}

Custom.Taskbar.AllowSystemInformationIcon ={yes, no}

Description

Default is yes

Customize the Activities icon to be enabled or disabled in user mode .

yes: Activities icon is enabled on Taskbar in user mode.

no: Activities icon is disabled on Taskbar in user mode.

Default is yes

Customizes the Audio Volume icon to be enabled or disabled in user mode .

yes: Audio Volume icon is enabled on Taskbar in user mode.

no: Audio Volume icon is disabled on Taskbar in user mode.

Default is yes

Customizes the Date and Time icon to be enabled or disabled in user mode .

yes: Date and Time icon is enabled on Taskbar in user mode.

no: Date and Time icon is disabled on Taskbar in user mode.

Default is yes

Customizes the Keyboard icon to be enabled or disabled in user mode.

yes: Keyboard icon is enabled on Taskbar in user mode.

no: Keyboard icon is disabled on Taskbar in user mode.

Default is yes

Customizes the Network icon to be enabled or disabled in user mode .

yes: Network icon is enabled on Taskbar in user mode.

no: Network icon is disabled on Taskbar in user mode

Default is yes

Customizes the Power icon to be enabled or disabled in user mode .

yes: Power icon is enabled on Taskbar in user mode .

no: Power icon is disabled on Taskbar in user mode.

Default is yes

Customizes the System Information icon to be enabled or disabled in user mode .

yes: System Information icon is enabled on Taskbar in user mode

32

Parameter

Custom.Taskbar.Default =<Yes>

Custom.Taskbar.Hide={no, yes}

Description no: System Information icon is disabled on Taskbar in user mode.

Reset the Taskbar Icon customization back to factory default.

Default is no

Hides the entire Taskbar in user mode .

yes: hides the Taskbar completely in user mode .

no: show Taskbar

33

34

7

Connect Parameter Options

This section provides the options that you can use for the Connect parameter in the following supported connections:

Browser Connect Options

Custom Connect Options

Citrix Connect Options

RDP Connect Options

SSH Connect Options

VMware View Connect Options

VNC Viewer Connect Options

Ericom PowerTerm Connect Options

Browser Connect Options

The following table contains the supported options you can use for Browser connections where default are in bold:

Example: Browser connect options

CONNECT=BROWSER \

Description="XenDesktop" \

URL=http://10.140.155.31 \

Resolution=FullScreen \

AutoConnect=1 \

Mode=kiosk \

LocalCopy=no

Table 6. Browser Connect Parameter Options

Option

AutoConnect={no, yes}

Description

Default is no .

You can start a connection automatically at sign-on.

Description=<string description>

Icon=<image file>

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION: The text must be enclosed in double quotation marks if it contains spaces or punctuation characters. These characters are not allowed: &‘"$?!|;()

[]{}\

Specifies an icon to appear on the local desktop or Connection

Manager. The file must be located in the server wlx2/bitmap

Option

LocalCopy={no, yes}

Mode={kiosk, normal}

Reconnect={no, yes}

ReconnectSeconds=<value in seconds>

Description directory. If not specified, the default icon is displayed except in the case of a published application. A PNG, JPEG or GIF may be used. XPM is permitted for backward compatibility.

Default is no.

You can use the local copy of the ini file.

Default is normal.

It launches firefox in kiosk or normal mode.

Default is no.

It is used to display the Enable Auto Reconnect check box to control automatic reconnection to an application server after a disconnection.

Option Values and actions: yes or 1 — Enables the Enable Auto Reconnect check box.

no or 0 — (default) Disables the Enable Auto Reconnect check box.

Default is 30.

Specifies the amount of time in seconds (default is 30) to wait before automatic reconnection to an application server after a disconnection. Requires Reconnect = yes or 1

Resolution={ default, maximized,640x480, 800x600, 1024x768,

1280x1024, 1600x1200}

Default is default.

Specifies the connection window size.

URL=<URL> Specifies the starting URL.

Custom Connect Options

The following table contains the supported options you can use for Custom connections where default values are in bold:

Example:

CONNECT=Custom \

Description="Custom_Connection" \

AutoConnect=Yes \

Reconnect=Yes \

ReconnectSeconds=100 \

Command=/usr/bin/xterm

35

Table 7. Custom Connect Parameter Options

Option

AutoConnect={no, yes}

Command=<String>

Description=<String>

Icon=<image file>

LocalCopy={no, yes}

Reconnect={no, yes}

ReconnectSeconds=<value in seconds>

Runinterminal= {yes, no}

Description

Default is no

AutoConnect option is used to start a connection automatically at sign-on.

Default is none

Specifies a command to execute. For xterms, it is recommended to use the -ls option, because it is a login shell.

Default is none

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION:

The text must be enclosed in quotation marks, if it contains spaces or punctuation characters. These characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { } \

Specifies an icon to appear on the local desktop or Connection

Manager. The file must be located in the server wlx2/bitmap directory. If not specified, the default icon is displayed except in the case of a published application. A PNG, JPEG or GIF may be used. XPM is permitted for backward compatibility.

Default is no

LocalCopy option is used to save the connection in the local permanent registry.

Default is no

Reconnect option is used to automatically reconnect to an application server after a disconnection.

Default is 30

Specifies the amount of time in seconds to wait before automatic reconnection to an application server after a disconnection. It requires, Reconnect= yes or 1.

Default is no.

This option can be used to customize connection with the terminal.

Citrix Connect Options

The following table contains the supported options you can use for Citrix connections where default values are in bold:

Example: Server connection

CONNECT=ICA \

Host=192.168.1.2 \

36

Description="ICA_Desktop " \

AutoConnect=Yes \

Reconnect=Yes \

Encryption=128 \

Colors=16m \

Fullscreen=No \

Resolution=800x600 \

Username=$UN \

Password=$PW \

Domainname=$DN \

Alternate=Yes \

LowBand=Yes \

LocalCopy=no

Example: Published application connection connectionCONNECT=ICA \

BrowserIP=192.168.1.2 \

Application="Desktop" \

Description="ICA_Desktop " \

AutoConnect=Yes \

Reconnect=Yes \

Encryption=128 \

Colors=16m \

Fullscreen=No \

Resolution=800x600 \

Username=$UN \

Password=$PW \

Domainname=$DN \

Alternate=Yes \

LowBand=Yes \

LocalCopy=no

37

Example: Storefront Connection:

Connect=ICA \

Application="win81" \

Browserip=hostname.domain.com \

Description="Store-Xendesk7" \

AutoConnect=no \

HttpBrowsing=ssl \

StoreName=Store \

StoreFront=yes \

FullScreen=yes \

AutoConnect=no \

Reconnect=10

Example — Smart Card Enabled to Storefront connection when smart card enabled:

Connect=ICA \

Application=win7 \

StoreName=Store \

StoreFront=Yes\

BrowserIP=192.168.1.2 \

Description=smartcard_test \

Username=$UN \

DomainName=$DN\

SmartCard=yes \

HTTPBrowsing=https \ smartcardtype=GEMALTODOTNET

Table 8. Citrix Connect Parameter Options

Options

Application= <Application name of type string >

Description

Specifies the name of the published application to be launched.

The names of the applications to be published can be configured by the administrator. It is a mandatory option for launching PA and Storefront connections.

For Example: Notepad

AutoConnect={yes, no} Default is no.

38

Options

BrowserIP = <Comma separated value of type string. Each value should be a valid IP address or full qualified host name. To separate Items on the list, use semicolons or commas>

Each address in the list will be tried in the order listed until a successful connection is established. Once successful connection is established , remaining entries will not be tried.

It is a mandatory parameter for both PA and storefront connections.

Colors={256, 64k, 16m}

Description

Enable this parameter for a specific connection ,to automatically trigger the connection to xenapp or xendesktop server after user log-on.

Default is 64k .

Specifies the session color mode. For faster display performance, use 256 colors.

Description=<string>

DomainName=<domain name or $DN>

Encryption={ Basic, 40, 56, 128, Login-128}

FullScreen={yes, no}

Host=<string>

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION: The text must be enclosed in double quotation marks, if it contains spaces or punctuation characters. These characters are not allowed: &‘ “ $?!|;

()[]{}\

This parameter specifies the domain name. $DN specifies that the thin client sign-on domain name is used.

Default is Basic.

Specifies the connection security level. The highest level is 128bit security and the lowest level is Basic.

Default is no.

In order to run the session in full screen not in a window, you can set this parameter to yes.

This is a mandatory parameter for server connection. This is applicable only for Server connections. Use comma separated list of IP address. To separate the list of items, use semicolon or comma.

Designates the browsing protocol.

HttpBrowsing= {no,yes,ssl}

Icon=<image file>

LocalCopy={yes, no}

LowBand={yes, no}

Specifies an icon to appear on the local desktop or Connection

Manager. The file must be located in the server wlx2/bitmap directory. If not specified, the default icon is displayed except in the case of a published application. A PNG, JPEG or GIF may be used. XPM is permitted for backward compatibility.

Default is no

Enable this parameter for a specific connection if the setting parameter pertaining to that connection needs be stored in the registry permanently, if enabled the settings parameter will be stored across system reboot.

Default is no .

39

Options

NoReducer={yes, no}

Password={base-64 encoded password string , $SN, $MAC,

$IP, $DN, $UN, $PW, $TN}

Ping={yes, no}

Reconnect={ no, yes, value of 1 to 3600}

Description

To enable optimization for low-speed connections, such as reducing audio quality or decreasing protocol-specific cache size.

Default is yes .

You can enable or disable the compression during the session.

Specifies the password required to log in to the application server. Either a base-64 encoded login password or a variable can be used.

password — base-64 encoded login password

Variable and Description:

$SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

NOTE: The application server password is not encrypted. The user is prompted to enter the password when the connection is made. This application server password directive never starts a line, so it can be distinguished from the thin client user sign-on password which starts a line.

Default is yes.

This option is used to enable ping. For non published application connections, a ping (ICMP) is sent to the host server prior for connecting, to verify that the host is reachable.

Default is no.

It controls the automatic reconnection to an application server after a disconnection.

Option Value and action: yes — Immediately restarts the connection in 30 seconds after a disconnect. Default for reconnect is 30 seconds.

no — (default) Does not reconnect after a disconnect.

1...3600 — (integer) Specifies the interval to wait in seconds before automatically restarting the connection after a disconnection. Valid range is 1–3600.

40

Options

Resolution={ default, seamless, 640x480, 800x600, 1024x768,

1280x1024, 1600x1200}

Description

Default is default , which starts the connection using the current desktop display setting.

Specifies the connection display resolution. The default value starts the connection using the current desktop display setting.

Seamless option is applicable only for Published Application and

Storefront connections.

SmartCard={ Yes,no}

SmartCardType={ GEMALTODOTNET, CAC}

Default is no .

When set to yes, this option enables logging into the Citrix

Server with a Smart Card PIN. This parameter is not applicable for PA connections.

Specifies the type of the smart card you are using to make the connection to the Storefront Server.

To enable smart card login, set parameter SmartCard=yes and parameter smartcardtype to type of smart card.

NOTE: It is applicable only for storefront server.

StoreFront={yes, no}

StoreName=< Name of the Store>

Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW,

$TN}

PIV values needs to be added.

The option to have the connection attempt to connect to the

Storefront server. There is no default value. If set to no, the connection attempts to connect to the PNAgent server.

It specifies the name of the Store through which the connection for Storefront server is established.

Specifies the name required to log in to the application server.

Either a conventional login name or a variable can be used.

Variable and Description: username — Conventional login name

$SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

RDP Connect Options

The following table contains the supported options you can use for RDP connections where default values are in bold:

Example:

CONNECT=RDP \

41

Host=192.168.1.2 \

Description="RDP_Server" \

AutoConnect=yes \

Colors=16m \ username=$UN \

Password=$PW \

Domainname=$DN \

Resolution=800x600 \

Directory=C:\Windows \

Command="C:\Windows\system32\cmd.exe" \

Reconnect=no \

Drives=J=disk \

Drives=k=floppy \

Sound=off \

LocalCopy=Yes \

UseRDGateway=Yes \

RDServer=192.168.1.2 \

SameLoginForRD= Yes \

RDUserName=$UN \

RDPassword=$PW\

RDDomainName=$DN

Table 9. RDP Connect Parameter Options

Options

Application=<Remote App Name>

AutoConnect={no, yes}

Colors={ 4b,32k,64k,16m }

Description

Specifies the remote application that you want to launch through RDP

Default is no

This option is used to start a connection automatically at signon.

Default is 4b .

Specifies the session color mode. For faster display performance, use 256 colors.

Default is none Command=<start command>

42

Options

Description=<string description>

Directory=<working directory>

DomainName={<domainname>, $DN}

Drives=<drive letter>= <drive_name> [,basedir]

Encryption= {none, normal}

ForwardPrinters={yes, no}

FullScreen={no, yes}

Host=<host server name or IP address>

Icon=<bitmap file>

Description

Specifies a command to execute remotely. For xterms, it is recommended that the -ls option to be used because it is a login shell

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION: The text must be enclosed in quotation marks if it contains spaces or punctuation characters.

These characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { }

\

Specifies a directory to be used as the working directory after log on to the server. The maximum is 63 characters.

This parameter specifies the domain name. $DN specifies that the thin client sign-on domain name is used.

It maps drives on the server to USB mass storage devices attached to the thin client, where drive letter= A to Z drive_name = usbstorage-x and cdrom-x, where x=0,1,2 and so on.

basedir=an optional directory on the USB device to use.

NOTE:

• Drives = WyseUSB = all, use this parameter to enable

RDP drive mapping.

• Make sure each drive command is separated by a space.

If the value is none, then no encryption is used.

NOTE: Use this option when connecting to a server with data encryption between the communication of the server and the client.

Default is yes.

Yes/no option to enable the forwarding and use of all available printers to or with the RDP session. Any direct RDP connection is supported (not supported through VMware View broker).

Default is no

Runs the session at full screen.

Specifies the server name or IP address to connect.

NOTE: This option is mandatory.

Specifies an icon to appear on the thin client desktop for this connection. The file must be an XPM file located in the FTP server wlx2/bitmap directory. If not specified, the default icon is displayed.

43

Options

LocalCopy={no, yes}

LowBand={no, yes}

LPTports=LPTx={LPTy,USBLPz},LPTx=...

NLA={yes,no}

NotifyDisconnect={yes,no}

NoGrabKeyboard={no, yes}

Password={<base-64 encodedpassword>, $SN, $MAC, $IP,

$DN, $UN, $PW, $TN}

Ping={yes,no}

RDDomainName=<RD Domain name>

Description

Default is no

The LocalCopy option is used to save this connection in the local permanent registry.

Default is no

It maps parallel devices on the server to make devices parallel on the thin client, where x=1 to 4; if LPTy, map to that parallel port on the thin client; if USBLPz, map to that USB parallel port.

NOTE: Make sure each serial device command is separated by a comma and space, and Windows 2000 servers do not support LPT port mapping.

Default is no.

NLA option is used to enable Network Level Authentication for

RDP sessions.

Default is no.

It Notifies the Disconnection.

Default is no.

NoGrabKeyboard option is used to enable the keyboard event grabbing in any direct RDP connection session (not supported through VMware View broker).

Specifies the password required to log in to the application server. Either a base-64 encoded log-in password or a variable can be used.

password — base-64 encoded log-in password Variable and Description:

$SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

Default is no .

Ping option is used to enable ping. For non-published application connections, a ping (ICMP) is sent to the host server prior to connecting to verify that the host is reachable.

Specifies the RD Domain name to use for the RD Gateway

Login.

44

Options

RDPassword=<RD Password>

RdpClipboard={yes,no}

Description

Specifies the RD Password to use for the RD Gateway login.

This parameter should be base-64 encrypted.

Default is yes

RdpClipboard option is used to enable the clipboard in an RDP session.

Specifies the RD Gateway host address

Specifies the RD Username to use for RD Gateway Login

RDServer=<RDServer address>

RDUsername=<RD UserName>

Reconnect={no, yes}

ReconnectSeconds=<1 to 3600>

Resolution= {default, 640x480, 800x600, 1024x768, 1280x1024,

1600x1200}

Default value is default , which starts the connection using the current desktop display setting.

Specifies the connection display resolution. The default value starts the connection using the current desktop display setting.

SameLoginForRD={yes,no}

SocketRecvTimeout=<timeout in seconds>

Default is yes .

SameLoginForRD option is used to enable Smart Card

Authentication.

If the RDP client is unable to connect to the server in 120 seconds, the connection times out. Using this parameter you can specify a custom value other than 120 seconds.

Sound= {off, local, remote}

Default is no

Reconnect option is used to automatically reconnect to an application server after a disconnection.

Default is 30

Specifies the amount of time in seconds (default is 30) to wait before automatic reconnection to an application server after a disconnection. Requires Reconnect=yes or 1.

UseRDGateway={yes,no}

Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW,

$TN}

Default is local .

You can enable or disable the sound effect using the Sound parameter.

off - disable sound local - enable sound to local machine (default) remote - enable sound to remote machine

Default is no.

UseRDGateway option is used to enable RD gateway.

Default is none .

Specifies the name required to log in to the RDP server.

45

Options

Smartcard={no, yes}

Speed_level={Broadband/LAN/Modem/Custom}

Description

Either a conventional login name or a variable can be used.

Variable and Description: username — Conventional log-in name

$SN — Serial number used

$MAC — MAC address used

$IP — IP Address used

$DN — Sign-on domain name

$UN — Sign-on name used

$PW — Sign-on password used

$TN — Terminal name

Default is no.

Yes/no option is used to enable Smart Card Authentication.

Default value is LAN.

Handles the performance based on bandwidth.

SSH Connect Options

The following table contains the supported options you can use for SSH connections where defaults values are in bold:

Example:

CONNECT=SSH \

Description="SSH_Connection" \

Host=192.168.1.2 \

Reconnect=yes \

ReconnectSeconds=100 \

Username=root \

Command=/usr/X11R6/bin/xterm\ \

LocalCopy=no

Table 10. SSH Connect Parameter Options

Option

AutoConnect={no, yes}

Description

Default is no

46

Option

Command=<command >

Description=<string description>

Host=<host server name or IP address>

Description

AutoConnect option is used to start a connection automatically at sign-on.

Default is none

Specifies a command to execute remotely. For xterms, it is recommended that the -ls option be used, because it is a login shell

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION: The text must be enclosed in quotation marks if it contains spaces or punctuation characters.

These characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { }

\

Default is none

Specifies the server name or IP address to connect.

NOTE: This option is mandatory.

Icon=<bitmap file>

LocalCopy={no, yes}

Reconnect={no, yes}

ReconnectSeconds=<value in seconds>

Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW,

$TN}

Default is none

Specifies an icon to appear on the thin client desktop for this connection. The file must be an XPM file located in the FTP server wlx2/bitmap directory. If not specified, the default icon is displayed.

Default is no .

LocalCopy option is used to save the connection in the local permanent registry.

Default is no

Reconnect option is used to automatically reconnect to an application server after a disconnection.

Default is 30

Specifies the amount of time in seconds (default is 30) to wait before automatic reconnection to an application server after a disconnection. Reconnect=yes or 1 is required.

Default is none.

Specifies the name required to log in to the SSH server.

Either a conventional log-in name or a variable can be used.

Variable and Description: username — Conventional log-in name

$SN — Serial number used

$MAC — MAC address used

47

Option Description

$IP — IP Address used

$DN — Sign-on domain name

$UN — Sign-on name used

$PW — Sign-on password used

$TN — Terminal name

VMware View Connect Options

The following table contains the supported options you can use for VMware View Client connections where default values are in bold:

Example:

CONNECT=VMWARE_VIEWCLIENT \

Description="VMviewadmin" \

Host=192.168.1.2 \ useSSL=Yes \

Interactive=No \

Securemode=donotverify \

Fullscreenmode=Yes \

Disableconnectonce=Yes \

Username=$UN \

Password=$PW \

Domainname=$DN \

Ping=Yes \

Protocol=PCoIP \

Application=Calculator

Table 11. VMware View Connect Parameter Options

Option

Application=<application name>

Parameter

Use the published application name in non-interactive mode.

AutoConnect={no, yes}

Description=<string description>

Default is no

AutoConnect option is used to start a connection automatically at sign-on.

Default is none

48

Option

Desktop=<desktop name>

Desktopsize={ fullscreen, largewindow, smallwindow, useallmonitors, 1024x768, 800x600, 640x480 }

Disableconnectonce={no, yes}

Disableviewmenubar={no, yes}

DomainName=<string>

EnableNLA={yes,no}

EnableUDP={yes,no}

EnableH264={yes,no}

Fullscreenmode={no, yes}

Host=<host server name or IP address>

Icon=<image file>

Interactive={yes, no}

Parameter

Connection description provides a connection name for the

Desktop icon and the Connection Manager.

CAUTION: The text must be enclosed in quotation marks if it contains spaces or punctuation characters.

These characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { }

\

Use the published desktop name in non-interactive mode.

Default is fullscreen.

Specifies the desktop size either fullscreen, largewindow, smallwindow or use exact size in the form XxY.

Default is no.

This option disables the listing of View desktops after session logs out when an error occurs.

Default is no.

This option helps you to disable top full screen drop-down menu bar.

Specifies the domain name in a Windows network where the

VMware server is located.

Default is no.

This option initiates the authentication and prompts you to enter the login credentials when you try to add a new VMware connection.

Specifies whether UDP networking should be enabled in the session. Default is yes .

Specifies whether H.264 decoding should be enabled in the session. Default is yes .

Default is no.

This option enables full screen mode and when selected it disables the Desktopsize option.

Default is none

Specifies the server name or IP address to connect.

NOTE: This option is mandatory.

Specifies an icon to appear on the local desktop or Connection

Manager. The file must be located in the server wlx2/bitmap directory. If not specified, the default icon is displayed except in the case of a published application. A PNG, JPEG or GIF may be used. XPM is permitted for backward compatibility.

Default is yes.

49

Option

LockServerURLField={yes,no}

Monitors=<numbered list>

Password={base-64 encoded password string , $SN, $MAC,

$IP, $DN, $UN, $PW, $TN}

Ping={yes, no}

Port=<port number>

Protocol={PCOIP, RDP, Blast}

Reconnect={no, yes}

Parameter

Interactive option is used to enable interactive connection mode.

Default is yes.

This option enables the New Server option when you try to add a new VMware connection.

Enter a value to specify which subset of the monitors to use.

For Example : Monitors= 2,3 If you specify the numbered list as

2, 3 in a configuration where four monitors are set next to each other horizontally, the windows session will be displayed in the

2nd and 3rd monitors only and local session will be available in

1st and 4th monitors.

Specifies the password required to log in to the application server. Either a base-64 encoded login password or a variable can be used.

password — base-64 encoded login password.

Variable and Description: $SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

NOTE: The application server password is not encrypted; not specifying it is recommended. The user is prompted to enter the password when the connection is made. This application server password directive never starts a line, so it can be distinguished from the thin client user sign-on password which starts a line.

Default is yes .

You can enable the ping using Ping parameter. For nonpublished application connections, a ping (ICMP) is sent to the host server prior to connect, to verify that the host is reachable.

Default is 443 . Specifies a different port number other than default 443 for SSL connection.

Default is PCoIP .

Specifies the protocol to use.

Default is no .

Reconnect option is used to automatically reconnect to an application server after a disconnection.

50

Option

ReconnectSeconds=<value in seconds>

SecureMode={neverconnect, warnbefore, donotverify}

Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW,

$TN}

UsbAutoConnectOnInsert= { yes

UsbAutoConnectAtStartup= {

, no} yes , no}

Parameter

Default is 30 .

Specifies the amount of time in seconds (default is 30) to wait before automatic reconnection to an application server after a disconnection. Reconnect=yes is required.

Default is warnbefore .

Specifies how to control the connection security mode preferences.

Value and Description: neverconnect — Never connect to untrusted servers.

warnbefore — Warn before connecting to untrusted servers.

Specifies the name required to log in to the application server.

Either a conventional login name or a variable can be used.

Variable and Description: username — Conventional login name

$SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

Specifies whether the USB should be automatically connected in session on inserting the USB. Default is yes .

Specifies whether the USB should be automatically connected in session on Session Startup. Default is yes .

VNC Viewer Connect Options

The following table contains the supported options you can use for VNC Viewer connections where default values are in bold:

Example :

CONNECT=VNC_VIEWER \

Description="VNC_Connection" \

Host=192.168.0.2 \

Color=True_Color \

51

AutoConnect=Yes \

Password=xyz \

Fullscreen=Yes \

LocalCopy=No

Table 12. VNC Viewer Connect Parameter Options

Options

AutoConnect={yes, no}

Colors ={True_Color, 0, 1, 2, 16, 24}

Compression=<integer{1 to 6}>

Description=< String>

FullScreen={ yes, no}

Host= <host address>[;<host address>...]

Icon=<image file>

JpegQuality=<integer{0 - 9}>

52

Description

Default is no.

It starts the connection automatically at sign-on, if AutoConnect is set to yes.

Default is True_Color

Specifies how many colors to display. True_Color specifies full color , 0 specifies 8 colors , 1 specifies 64 colors , and 2 specifies

256 colors .

For backward compatibility, 16 and 24 values are also accepted.

In these cases, 16 is mapped to 1 (that is 64 colors) and 24 is mapped to 2 (that is 256 colors).

Default is 2

Sets compression level to the specified value, where 0 = Low and 6 = High.

Default is none.

Connection name. Provides a connection name for the Desktop icon and the Connection Manager.

CAUTION: The must be enclosed in double quotation marks if it contains spaces or punctuation characters.

The following characters are not allowed: & ‘ “ $ ? ! | ;

( ) [ ] { } \

Default is no.

VNC session will run at full screen, if FullScreen is set to yes.

Default is none

Specifies a host or lists of host values. The thin client attempts to connect to the next server on the list if the current one fails.

The list items must be separated by semicolons or commas.

NOTE: This parameter is mandatory.

Specifies an icon to appear on the local desktop or Connection

Manager. The file must be located in the server wlx2/bitmap directory. If not specified, the default icon is displayed except in the case of a published application. A PNG, JPEG or GIF may be used. XPM is permitted for backward compatibility.

Default is 8

Options

LocalCopy= {yes, no}

Password=<base-64 encoded password>

Shared= {yes, no}

ViewOnly= {yes, no}

Description

JPEG Quality levels are,

0 = Low and 9 = High.

Default is no.

LocalCopy saves the connection in the local permanent registry, if LocalCopy parameter is set to yes.

Specifies the password required to log in to the VNC server.

Either a base-64 encoded login password or a variable can be used.

password — base-64 encoded login password

$SN — Serial number

$MAC — MAC address

$IP — IP Address

$DN — Sign-on domain name

$UN — Sign-on name

$PW — Sign-on password

$TN — Terminal name

NOTE:

The VNC server password is not encrypted; not specifying it is recommended. The user is prompted to enter the password when the connection is made. This VNC server password directive never starts a line, so it can be distinguished from the thin client user sign-on password which starts a line.

Default is no

When a connection is shared, other viewers are not disconnected when a new connection is established.

Default is no .

VNC connection will be created in view only mode when this parameter is set to Yes , which means mouse and keyboard input to the remote machine will be disabled.

Ericom PowerTerm Connect Options

The following table contains the supported options you can use for Ericom PowerTerm Connect, where default values are in bold:

Example:

CONNECT=Ericom_Powerterm \

Description="Ericom_Test" \

Host=192.168.0.2 \

53

AutoConnect=Yes \

Reconnect=Yes \

ReconnectSeconds=30 \

Filename=RemoteConfigurationFileName \

Filepath=wyse/WLX2/RemoteConfigurationFilePath \

Terminal=WY50 \

TermName=Wyse 50 terminal \

Resolution=800x600 \

Fullscreen=No \

DeviceID=Wyse50 \

Echo=No \

UIConfig=menu

Table 13. Ericom PowerTerm Connect Parameter Options

Options

AutoConnect={no, yes}

Description=<string>

DeviceID=<string>

Echo={no, yes}

FileName=<name>

FilePath=<file location>

FullScreen={no, yes}

Description

Default is no.

Yes/no option allows you to start a connection automatically at sign-on.

Connection description, provides a connection name for the

Desktop icon and the Connection Manager.

NOTE: The text must be enclosed in double quotation marks if it contains spaces or punctuation characters.

These characters are not allowed: &‘“$?!;()[]{}\

Specifies the terminal identification string, that is sent as a response when a request for identification is requested to the terminal.

For serial connection only.

Default is no.

Yes/no option allows you to set the local echo option on the serial port.

FileName option provides the list of configuration file names that you want to use.

Specifies the location of the configuration files on the server.

Default is no.

Yes/no option allows you to run the session at full screen (not in a window).

54

Options

Host=<host address> [; <host address>.....]

Icon=<image file>

LocalCopy={no, yes}

Phone=<phone number>

Port= {COM1, COM2...}

Description

Mandatory option

Specifies the host. The thin client attempts to connect to the next server on the list if the current one fails. To separate the list items, use semicolons or commas.

Specifies an icon to appear on the thin client desktop for this connection. The file must be located in the server wlx2/bitmap directory. If not specified, the default icon is displayed. A PNG,

JPEG, or GIF may be used. XPM is permitted for backward compatibility.

Default is no .

LocalCopy option allows you to save the connection in the local permanent registry.

For serial connection only .

Specifies the modem dial-up number.

For serial connection only .

Default is COM1.

Designates the connection serial port.

Reconnect={no, yes}

ReconnectSeconds=<value in seconds>

Default is no .

Yes option allows you to automatically reconnect to an application server after a disconnection.

Default is 30 .

Specifies the amount of time in seconds to wait before automatic reconnection to an application server after a disconnection.

Resolution={default, 640x480, 800x600, 1024x768, 1280x1024,

1600x1200, Full Screen, <width>x<height>

Default is default .

which starts the connection using the current desktop display setting with no window frame or border. Specifies the connection display resolution. The default value starts the connection using the current desktop display setting with no window frame or border. Arbitrary widthxheight values are accepted.

{TerminalType, TerminalID ,Terminal} =<emulationtype>

Termname=<terminal ID string>

Default is Wyse50 .

Specifies the terminal emulation type.

Specifies the terminal identification string that is sent as a response when a request for identification is requested to the terminal.

UIconfig={menu, toolbar, status, buttons} Default is no .

Opens the connection window with the menu, toolbar, status bar, or buttons displayed.

55

Options Description

For Example, UIconfig=menu

56

8

Printer Parameters Option

This appendix provides the options that you can use for the following supported printer parameters:

Printer

JetDirectPrinter

NetworkPrinter

PrinterURI

SMBPrinter

Printer

The following table contains the supported options you can use for the Printer parameter, where defaults values are underlined.

NOTE: The Printer command line defines a locally attached printer connected through the noted interface.

Table 14. Printer Parameter Options

Options

Default={yes, no}

Description

Default is yes

Description=<string>

Enable={yes, no}

ModelID={<linux driver name>}

Name=<printer name>

Not used internally.

Default is yes

Identifies the printer for the purpose of choosing a Linux printer driver

For example, Dell B5465dnf Laser MFP.

Provides both the name that is given in the local printers list and the internal name of the local print queue. The name must be between 1 and 16 characters, starting with a letter and composed entirely of letters, digits, underscores, and dashes.

NOTE: This parameter is mandatory

PPD=<PPD name>

PrinterID= <Windows driver>

It directly specifies a Postscript Printer Definition filename for use, as a local printer driver.

Identifies the printer for the purpose of choosing a Windows printer driver

For example, Brother MFC-420CN Printer. Specify this parameter if you are forwarding the printer access to a Citirx or

RDESKTOP connection.

57

JetDirectPrinter

The Following Table contains the supported options you can use for the JetDirectPrinter parameter where defaults are in bold:

NOTE: The JetDirectPrinter command line defines a printer served an HP JetDirectprint server.

Table 15. JetDirectPrinter Parameter Options

Options

Default={yes, no}

Description

Default is yes

Description=<string>

Enable={yes, no}

ModelID= <linux driver name>

Name=<printer name>

Not used internally.

Default is yes

Identifies the printer for the purpose of choosing a Linux printer driver.

For example, Dell B5465dnf Laser MFP.

It provides both the name that is given in the local printers list and the internal name of the local print queue. The name must be between 1 and 16 characters, starting with a letter and composed entirely of letters, digits, underscores, and dashes.

NOTE: This parameter is mandatory

PPD=<PPD name>

PrinterID=<Windows driver>

Directly specifies a Postscript Printer Definition filename for use, as a local printer driver.

Identifies the printer for the purpose of choosing a Windows printer driver.

For example, Brother MFC-420CN Printer

Specify this parameter if you are forwarding the printer access to a Citirx or RDESKTOP connection.

NetworkPrinter

The following table contains the supported options you can use for the NetworkPrinter parameter default values are in bold:.

Table 16. NetworkPrinter Parameter Options

Options

Default={yes ,no}

Description

Default is yes

Description=<string>

Enable={yes, no}

Not used internally.

Default is yes

Host=<host address>

ModelID=<linux driver name>

It provides host of the printer server.

Identifies the printer for the purpose of choosing a Linux printer driver.

58

Options

Name=<printer name>

PPD=<PPD name>

PrinterID=<Windows driver>

Description

For example, Dell B5465dnf Laser MFP.

It provides both the name that is given in the local printers list and the internal name of the local print queue. The name must be between 1 and 16 characters, starting with a letter and composed entirely of letters, digits, underscores, and dashes.

NOTE: This parameter is mandatory

It directly specifies a Postscript Printer Definition filename for use, as a local printer driver.

Identifies the printer for the purpose of choosing a Windows printer driver.

For example, Brother MFC-420CN Printer.

Specify this parameter if you are forwarding the printer access to a Citirx or RDESKTOP connection.

It provides printer queue on the server.

Queue=<printer queue>

PrinterURI

The following table contains the supported options you can use for the PrinterURI parameter where defaults values are in bold:

Table 17. PrinterURI Parameter Options

Option

Default={yes ,no}

Description

Default is yes

Description=<string>

Enable={yes, no}

ModelID=<linux driver name>

Name=<printer name>

Not used internally.

Default is yes

It identifies the printer for the purpose of choosing a Linux printer driver.

For example, Dell B5465dnf Laser MFP.

It provides both the name that is given in the local printers list and the internal name of the local print queue. The name must be between 1 and 16 characters, starting with a letter and composed entirely of letters, digits, underscores, and dashes.

NOTE: This parameter is mandatory

PPD=<PPD name>

PrinterID=<Windows driver>

It directly specifies a Postscript Printer Definition filename for use, as a local printer driver.

It identifies the printer for the purpose of choosing a Windows printer driver.

For example, Brother MFC-420CN Printer.

59

Option Description

Specify this parameter if you are forwarding the printer access to a Citirx or RDESKTOP connection.

SMBPrinter

The following table contains the supported options you can use for the SMBPrinter parameter where default values are in bold:

Table 18. SMBPrinter Parameter Options

Option

Default={yes ,no}

Description

Default is yes

Description=<string> domain= string<domain>

Enable={yes, no}

ModelID=<linux driver name>

Name=<printer name>

Not used internally.

It provides domain to SAMBA server.

Default is yes

It identifies the printer for the purpose of choosing a Linux printer driver.

For example, Dell B5465dnf Laser MFP.

It provides both the name that is given in the local printers list and the internal name of the local print queue. The name must be between 1 and 16 characters, starting with a letter and composed entirely of letters, digits, underscores, and dashes.

NOTE: This parameter is mandatory

Password=<base64-encoded password>

PPD=<PPD name>

PrinterID=<Windows driver>

Username=<username>

It provides the password to SAMBA server.

It directly specifies a Postscript Printer Definition filename for use, as a local printer driver.

It identifies the printer for the purpose of choosing a Windows printer driver.

For example, Brother MFC-420CN Printer.

Specify this parameter if you are forwarding the printer access to a Citirx or RDESKTOP connection.

It provides the username to SAMBA server.

60

9

TimeZone Parameter: Values

The following table contains the supported values that you can use for the TimeZone parameter.

Table 19. TimeZone Parameter Options

Option

Date_time.TimeZone=<string>

Values

Africa

Or TimeZone The following values must be preceded with Africa/.

For example, Africa/Abidjan is the value for the Abidjan time zone.

Abidjan, Accra, Algiers, Bissau, Cairo, Casablanca, Ceuta, El_Aaiun,

Johannesburg, Khartoum, Lagos, Maputo, Monrovia, Nairobi, Ndjamena,

Tripoli, Tunis, Windhoek.

America

The following values must be preceded with America/. For example ,

America/Adak is the value for the Adak time zone.

Adak, Anchorage, Araguaina, Argentina/Buenos_Aires, Argentina/

Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja,

Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta,

Argentina/San_Juan, Argentina/San_Luis, Argentina/Tucuman,

Argentina/Ushuaia, Asuncion, Atikokan, Bahia, Bahia_Banderas,

Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise,

Cambridge_Bay, Campo_Grande, Cancun, Caracas, Cayenne, Cayman,

Chicago, Chihuahua, Costa_Rica, Creston, Cuiaba, Curacao,

Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Edmonton,

Eirunepe, El_Salvador, Fortaleza, Fort_Nelson, Glace_Bay, Godthab,

Goose_Bay, Grand_Turk, Guatemala, Guayaquil, Guyana, Halifax,

Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/

Marengo, Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/

Vincennes, Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/

Louisville, Kentucky/Monticello, La_Paz, Lima, Los_Angeles, Maceio,

Managua, Manaus, Martinique, Matamoros, Mazatlan, Menominee,

Merida, Metlakatla, Mexico_City, Miquelon, Moncton, Monterrey,

Montevideo, Nassau, New_York, Nipigon, Nome, Noronha,

North_Dakota/Beulah, North_Dakota/Center, North_Dakota/

New_Salem, Ojinaga, Panama, Pangnirtung, Paramaribo, Phoenix, Portau-Prince, Port_of_Spain, Porto_Velho, Puerto_Rico, Rainy_River,

Rankin_Inlet, Recife, Regina, Resolute, Rio_Branco, Santa_Isabel,

Santarem, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Sitka,

St_Johns, Swift_Current, Tegucigalpa, Thule, Thunder_Bay, Tijuana,

Toronto, Vancouver, Whitehorse, Winnipeg, Yakutat, Yellowknife.

The following values must be preceded with US/. For example, US/

Alaska is the value for the Alaska time zone:

Alaska, Aleutian, Arizona, Central, East-Indiana, Eastern, Hawaii, Indiana-

Starke, Michigan, Mountain, Pacific, Samoa.

Antarctica

61

Option Values

The following values must be preceded with Antarctica/. For example ,

Antarctica/Casey is the value for the Casey time zone.

Casey, Davis, DumontDUrville, Macquarie, Mawson, Palmer, Rothera,

Syowa, Troll, Vostok.

Asia

The following values must be preceded with Asia/. For example , Asia/

Amman is the value for the Amman time zone.

Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Baku,

Bangkok, Beirut, Bishkek, Brunei, Chita, Choibalsan, Colombo,

Damascus, Dhaka, Dili, Dubai, Dushanbe, Gaza, Hebron, Ho_Chi_Minh,

Hong_Kong, Hovd, Irkutsk, Jakarta, Jayapura, Jerusalem, Kabul,

Kamchatka, Karachi, Kathmandu, Khandyga, Kolkata, Krasnoyarsk,

Kuala_Lumpur, Kuching, Macau, Magadan, Makassar, Manila, Nicosia,

Novokuznetsk, Novosibirsk, Omsk, Oral, Pontianak, Pyongyang, Qatar,

Qyzylorda, Rangoon, Riyadh, Sakhalin, Samarkand, Seoul, Shanghai,

Singapore, Srednekolymsk, Taipei, Tashkent, Tbilisi, Tehran, Thimphu,

Tokyo, Ulaanbaatar, Urumqi, Ust-Nera, Vladivostok, Yakutsk,

Yekaterinburg, Yerevan.

Atlantic

The following values must be preceded with Atlantic/. For example ,

Atlantic/Azores is the value for the Azores time zone.

Azores, Bermuda, Canary, Cape_Verde, Faroe, Madeira, Reykjavik,

South_Georgia, Stanley.

Australia

The following values must be preceded with Australia/. For example ,

Australia/Adelaide is the value for the Adelaide time zone.

Adelaide, Brisbane, Broken_Hill, Currie, Darwin, Eucla, Hobart, Lindeman,

Lord_Howe, Melbourne, Perth, Sydney.

Europe

The following values must be preceded with Europe/. For example ,

Europe/Amsterdam is the value for the Amsterdam time zone.

Amsterdam, Andorra, Athens, Belgrade, Berlin, Brussels, Bucharest,

Budapest, Chisinau, Copenhagen, Dublin, Gibraltar, Helsinki, Istanbul,

Kaliningrad, Kiev, Lisbon, London, Luxembourg, Madrid, Malta, Minsk,

Monaco, Moscow, Oslo, Paris, Prague, Riga, Rome, Samara, Simferopol,

Sofia, Stockholm, Tallinn, Tirane, Uzhgorod, Vienna, Vilnius, Volgograd,

Warsaw, Zaporozhye, Zurich.

Indian

The following values must be preceded with Indian/. For example ,

Indian/Christmas is the value for the Christmas time zone.

Chagos, Christmas, Cocos, Kerguelen, Mahe, Maldives, Mauritius,

Reunion.

Pacific

The following values must be preceded with Pacific/. For example ,

Indian/Apia is the value for the Apia time zone.

62

Option Values

Apia, Auckland, Bougainville, Chatham, Chuuk, Easter, Efate, Enderbury,

Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam,

Honolulu, Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Nauru, Niue,

Norfolk, Noumea, Pago_Pago, Palau, Pitcairn, Pohnpei, Port_Moresby,

Rarotonga, Tahiti, Tarawa, Tongatapu, Wake, Wallis.

63

64

Keyboard.layouts Parameter: Values

The following table contains the values that you can use for the Keyboard.layouts parameter to designate the keyboard type.

Table 20. Keyboard.layouts Parameter: Values

Language

Albanian (Albania)

Keyboard layout Values al

10

Albanian (Macedonia, Republic of) Arabic

(Algeria)

Arabic ara

Albanian (Macedonia, Republic of)

Arabic

Arabic (azerty)

Arabic (Algeria)

Arabic (Bharain)

Arabic (Egypt)

Arabic (India)

Arabic (Iraq)

Arabic (Jordan)

Arabic (Kuwait)

Arabic (Lebanon)

Arabic (Libya)

Arabic (Morocco)

Arabic (Oman)

Arabic (Qatar)

Arabic (Saudi Arabia)

Arabic (South Sudan)

Arabic (Sudan)

Arabic (Syrian Arab Republic )

Arabic (Tunisia)

Arabic (United Arab Emirates)

Arabic (Yemen)

Iraqi

Arabic al ara ara+azerty

Iq ara

Language

Austrian

Bangla

Bangla(India_ Baishakhi inscript)

Belarusian (Belarus) Bengali(Bangladesh)

Bengali(India)

Bulgarian

Catalan(Andorra)

Catalan(France)

Catalan(Italy)

Catalan(Spain)

Chinese(China)

Chinese(Hong Kong)

Chinese (Taiwan)

Croatian

Czech

Keyboard layout

Austrian(Spain, with bottom-dotH and bottom-dot l)

Bangla(India)

Bangla(India, Baishaki inscript)

Bangla(India Baishaki)

Bangla(India Bornona)

Bangla(India Probhat)

Bangla(India Uni Gitanjali)

Bangla(India)

Bangla

Bangla(India, Baishaki inscript)

Bangla(India Baishaki)

Bangla(India Bornona)

Bangla(India Probhat)

Bulgarian

Bulgarian(traditional phonetic)

Catalan(Spain, with middle dot L)

Catalan(Spain, with middle dot L)

Catalan(Spain, with middle dot L)

Catalan(Spain, with middle dot L)

Chinese

Chinese

Chinese pinyin pinyin pinyin hr cz es+cat es+cat es+cat es+cat

Values

Iq es+ast es bd in+ben_inscript by bd in+ben_inscript in+ben_baishaki in+ben_borana in+ben_probhat in+ben_gitanjali in+ben bd in+ben_inscript in+ben_baishaki in+ben_borana in+ben_probhat bg

Bg+phonetic

65

Language

Danish

Dutch(Aruba)

Dzongkha

English (Antigua and Barbuda)

English (Australia)

English (Belgium)

Keyboard layout

Belgian

Dutch

English-Cameroon Multilingual (qwerty)

English-Cameroon

English-Ghana

English-India, with Rupee Sign

English-Mail, US Macintosh

English -Mail, US international

English- Nigeria

English- South Africa

English- UK

English- US

Filipino

Irish

Serbo-Croatian(us)

English-Cameroon Multilingual (qwerty)

English-Cameroon

English-Ghana

English-India, with Rupee Sign

English-Mail, US Macintosh

English -Mail, US international

English- Nigeria

English- South Africa

English- UK

English- US

Filipino

Irish

English

Values dk be nl ngbza gb gb ph le gb us+hbs cm+qwerty cm gh in+eng mt+us-mac ml+us-int za gb gb ph le us+hbs bt cm+qwerty cm gh in+eng mt+us-mac ml+us-int ng us English (United States)

66

Language

Estonian

Finnish

French (France)

Galician

German (Germany)

Keyboard layout

English-Cameroon Multilingual (qwerty)

English-Cameroon

English-Ghana

English-India, with Rupee Sign

English-Mail, US Macintosh

English -Mail, US international

English- Nigeria

English- South Africa

Filipino

Irish

Serbo-Croatian(us)

Spanish-Latin America ee fi

Values cm+qwerty cm gh in+eng mt+us-mac ml+us-int ng za ph le us+hbs latam

French-Alternative

French(

French- Belgian

French- English-International AltGR

Deadkey

French- Canada

French- Doemocratic Republic of the

Congo

French- Guinea

French- Mali, alternative

French- Morocco

French- Switzerland, Macintosh

French- Switzerland, Sun dead keys

French- Switzerland, Eliminate dead keys fr+oss fr be altgr+intl ca cd gn ml+fr-oss ma+French ch+fr_mac ch+fr_sunddeadkeys ch+fr_nodeadkeys

Spanish

German

Belgian

English(International AltGr dead keys)

Es de be us+altgr-intl

67

Hebrew

Hungarian

Icelandic

Iraqi

Irish

Italian

Kannada

Kazakh

Language

Greek

Gujarati Hindi

Korean

Latvian

Lithuanian

Macedonian

Marathi (KaGapPa phonetic)

Malayalam(KaGapPa phonetic)

Norwegian

Punjabi(India)

68

Keyboard layout

German- Austria

German- Switzerland

Greek (Modern 1453 Cyprus)

Greek (Modern 1453 Greece)

Hindi

Hindi(Bolnagari)

Hindi(Wx)

Clogaelach

Italian(Switzerland)

Italian(Italy)

Kannada

Kannada(KaGapPa phonetic)

Kazakh

Kazakh (with Russian)

Russian (Kazakhstan with Kazakh )

Punjabi(Gurmukhi Jhelum)

Values at ch gr in+kan in+kan_kagaph kz kz+kazrus rus+kaz hangul lv lt mk in+mar_kagaph in+mal_lalittha no in+jhelum

Il hu

In+gu

In+hin

In+bolnagri

In+hin-wx

Is ara

Ie+Clogaelach it it

Language

Punjabi(Pakistan)

Pakistan

Persian

Polish

Portuguese(Brazil)

Portuguese Romanian

Russia (Russian Federation)

Russian(Ukraine)

Serbian( Serbia)

Slovak

Slovenian

Spanish (Spain)

Spanish (Argentina)

Keyboard layout Values

Urdu

Moldavian

Romanian (Germany)

Romanian (Germany- eliminate dead keys)

Russian

Russian-Georgia

Russian-Kazhagstan with Kazhag

Russian-Potland, phonetic Dvorak

Russian-Sweden, eliminate dead keys

Russian-US ponetic

Serebian-Russia

Russian

Russian-Georgia

Russian-Kazhagstan with Kazhag

Russian-Potland, phonetic Dvorak

Russian-Sweden, eliminate dead keys

Russian-US ponetic

Serebian-Russia

Spanish

Spanish-Latin America

Spanish pl br pk ir pt md de+ro de+ro_nodeadkeys ru ge+ru kz+ruskaz pl+ru_phonetic_dvorak se+rus_nodeadkeys us+rus ru+srp si es latam es rs sk ru ge+ru kz+ruskaz pl+ru_phonetic_dvorak se+rus_nodeadkeys us+rus ru+srp

69

Language

Spanish (Bolivia)

Spanish (Chile)

Spanish (Colombia)

Spanish (Costa Rica)

Spanish (Cuba)

Spanish (Dominican Republic)

Spanish (Ecuador)

Spanish (El Salvador)

Spanish (Guatemala)

Spanish (Honduras)

Spanish (Mexico)

Spanish (Nicaragua)

Spanish (Panama)

Spanish (Paraguay)

Spanish (Peru) panish (Puerto Rico)

Spanish (United States)

Spanish (Uruguay)

Spanish (Venezuela)

Swedish (Finland)

Swedish(Sweden)

Tamil (India)

Tamil (Sri Lanka)

Telugu

Thai

Turkish

Uighur

Ukrainian

70

Keyboard layout

Spanish(Latin America)

Tamil

Tamil(keyboard with numerals)

Tamil

Telugu

Telugu(Kagapa phonetic)

Values latam se se in+tam in+tam_keyboard_with_numerals in+tam th tr in+tel in+tel-kagapa cn+ug un

Language

Uyghur

Uzbek

Uzbek(Latin)

Uzbek(Afghanistan)

Vietnamese

Yoruba

Yakut

Wolof

Keyboard layout Values cn+ug uz uz+latin af+uz-olpc vn ng+yoruba ru+sah sn

71

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals