Reference Guide Wyse Enhanced Ubuntu Linux INI Files ® Issue: 040414 PN: 883933-11 Rev.
Copyright Notices © 2014, Dell Inc. All Rights Reserved. This manual and the software and firmware described in it are copyrighted. You may not reproduce, transmit, transcribe, store in a retrieval system, or translate into any language or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise, any part of this publication without express written permission.
Contents Summary of Revisions v 1 Introduction 1 About this Guide 2 Finding the Information You Need in this Guide Dell Technical Support 2 Related Documentation and Services 2 Dell Online Community 2 2 2 Getting Started: Learning INI File Basics 3 Supported INI Files You can Construct 3 Working with wlx.ini Files 3 Working with $MAC.ini Files 3 Working with {username}.
Contents iv C TimeZone Parameter: Values 59 D Keyboard.
Summary of Revisions Dell Inc. 883933-11 Rev. E The following changes were made to this document since revision D Reference Description AudioBandwidthLimit New INI parameter to ensure quality audio added to Table 9 "ICA Connect Options." EnableUDPAudio New INI parameter to enable the transport of audio data as UDP added to Table 9 "ICA Connect Options." H264Enabled New INI parameter to enable deep compression codec support added to Table 9 "ICA Connect Options.
Summary of Revisions vi Dell Inc. 883933-11 Rev. D The following changes were made to this document since revision C Reference Description Updated URLs Updated various Wyse Web site URLs. Bootorder New INI parameter to set the boot order in the BIOS added to Table 5 "General Settings: wlx.ini files, $MAC.ini files, and {username}.ini files." Citrix ICA Connect Options New Citrix naming for ICA connect options in "Citrix (ICA) Connect Options.
Summary of Revisions vii Reference Description VMWareViewExcludeUSBID New parameter to specify the USB devices that are excluded from the VMWare View session (comma separated vendor Ids and product Ids of USB devices that are excluded from the VMWare View session) added to Table 4 "Connection Settings (wlx.ini and $MAC.ini Files Only).
viii Summary of Revisions This page intentionally blank.
1 Introduction Wyse Enhanced Ubuntu Linux combines the security, flexibility, and market-leading usability of Ubuntu™ (trademark of Canonical Group Limited) with Dell’s cloud computing optimizations in management and user experience. 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 non-standard Linux distribution.
2 Chapter 1 About this Guide This guide is intended for administrators of Dell thin clients running Wyse Enhanced Ubuntu Linux. It provides the detailed information you need to help you understand and use the Wyse Enhanced Ubuntu Linux 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 working examples) to get the most out of your INI files.
2 Getting Started: Learning INI File Basics In this chapter you will learn how to construct and use the supported INI files. It includes: • "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.
4 Chapter 2 in both the wlx.ini file and the $MAC.ini file but is defined differently (different values for the same parameter). For example, if the wlx.ini file has parameterA=valueB, and the $MAC.ini file has the same parameterA=valueC, then: - If the include=wlx.ini parameter is included in the $MAC.ini file before the parameterA=valueC statement, then the wlx.ini parameterA=valueB is discarded and parameterA=valueC (from the $MAC.ini file) is the final value used. - If the include=wlx.
Getting Started: Learning INI File Basics 5 3. Blank Lines Make Files Easy to Read Using blank lines is recommended for making code easier to read. 4. Comment with 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. 5.
6 Chapter 2 Placing the INI Files into the Folder Structure on the Server If you have set up your environment to provide your thin clients running Wyse Enhanced Ubuntu Linux with automatic configurations (as described in Administrators Guide: Dell® Wyse Enhanced Ubuntu™ Linux), you can use the following folder structure on your server under the C:/inetpub/ftproot folder (for FTP) or C:/inetpub/wwwroot folder (for HTTP or HTTPS) and place your INI files and other necessary files inside the structure as not
3 Parameters for WLX INI and $MAC INI Files Only This chapter provides the supported parameters that you can use in a wlx.ini file and in a $MAC.ini file. TIP: For information to help you construct and use the supported INI files, see "Getting Started: Learning INI File Basics." CAUTION: Parameters in Tables 2 through Table 2 can only be used in a wlx.ini file or $MAC.ini file; they cannot be used in a {username}.ini file.
8 Chapter 3 General Settings (wlx.ini and $MAC.ini Files Only) Table 2 contains parameters used for configuring general settings (bold values are defaults). Table 2 General Settings: wlx.ini files and $MAC.ini files only Parameter Description AudioMute={no, yes} Yes/no option to mute the audio. AudioVolume= {0 to 100} Determines the audio volume level. Values of 0 to 100 provide more exact volume level.
Parameters for WLX INI and $MAC INI Files Only 9 Table 2 General Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description DefaultBrowser={yes, no} Yes/no option to display the default terminal connection icon on the home screen of the desktop for the high privilege users. NOTE: In cases of autologin, the user must logout/ reboot to see the changes take effect. The boot-up time is faster than the time to execute the INI file (completes before fetching INI file from the server).
10 Chapter 3 Table 2 General Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description IniAptUrl="deb your_deb_pkg_repo" Install="pkg_name" or Upgrade={yes,no} or DistUpgrade={yes, no} IniAptUrl — Specifies a new APT URL which is the deb package repository server. APT URL should be in double quotes and include keyword: 'deb'.
Parameters for WLX INI and $MAC INI Files Only 11 Table 2 General Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description MgmtDiscoveryMethod={SRV, CNAME, HOSTNAME, UI, DHCP, STATIC, DEFAULT} Default is the following order SRV, CNAME, HOSTNAME, UI, DHCP (if any of the methods specified in the INI file fails). Specifies the automatic discovery methods you want to use for the automatic discovery of a thin client after failure of thin client discovery.
12 Chapter 3 Table 2 General Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description RepoConfigFile = {Default or } RepoConfigFile = {Default or } where is the file that is expected to contain content in the format seen on regular sources.list and should be placed in the root directory where the corresponding wnos.ini/wlx.ini reside. Example: RepoConfigFile=Default : restore back to factory default RepoConfigFile=my_file.list : use my_file.
Parameters for WLX INI and $MAC INI Files Only 13 Table 2 General Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description TimeServer=host[;host] Specifies the SNTP time servers to use for time retrieval. You can designate one or two Network Time Protocol servers (separated by a semicolon). The client synchronizes the time of day to the servers at boot time, and keeps the time in sync with the servers during operation.
14 Chapter 3 Peripheral Settings (wlx.ini and $MAC.ini Files Only) Table 3 contains parameters used for configuring peripheral settings (such as keyboard, monitor, mouse, printer, and so on). Table 3 Peripheral Settings: wlx.ini files and $MAC.ini files only Parameter Description ForwardPrinters={yes, no} Yes/no option to enable the forwarding and use of all available printers to/with the RDP session. Any direct RDP connection is supported (not supported through VMware View broker).
Parameters for WLX INI and $MAC INI Files Only 15 Connection Settings (wlx.ini and $MAC.ini Files Only) Table 4 contains parameters used for configuring connection settings. Table 4 Connection Settings: wlx.ini files and $MAC.ini files only Parameter Description AddtoEtcHosts="ip1 FQDN1 aliases1;ip2 FQDN2 aliases2;..." Adds entries to the /hosts file where aliases are an optional space-separated list of host names.
16 Chapter 3 Table 4 Connection Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description EthernetSpeed={Auto, 100M-F, 100M-H, 10M-F, 10M-H} Specifies the NIC speed. Auto - auto-negotiates speed with peer (default). 100M-F is 100 Mbps Full Duplex. 100M-H is 100 Mbps Half Duplex. 10M-F is 10 Mbps Full Duplex. 10M-H is 10 Mbps Half Duplex. NOTE: Gigabit ethernet (1000Mbps) is available on hardware that supports it via the Auto value.
Parameters for WLX INI and $MAC INI Files Only 17 Table 4 Connection Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description VMWareViewExcludeUSBFamily=,... Specifies the USB family of devices that are excluded from the VMWare View session (comma separated USB device families that are excluded from the VMWare View session). The format must be the following: VMWareViewExcludeUSBFamily=,...
18 Chapter 3 Table 4 Connection Settings: wlx.ini files and $MAC.ini files only, Continued Parameter Description VNCPasswd={base-64 encoded password} If the VNC-Server Add-on is installed, the password to be entered for the remote VNC connection. If no VNCPasswd is specified, the default password is Wyse. You can use any third party base-64 encoder/ decoder.
Parameters for WLX INI and $MAC INI Files Only 19 Table 4 Connection Settings: wlx.ini files and $MAC.
20 Chapter 3 This page intentionally blank.
4 Parameters for WLX INI, $MAC INI, and {username} INI Files This chapter provides the supported parameters that you can use in a wlx.ini file, a $MAC.ini file, and in a {username}.ini file. TIP: For information to help you construct and use the supported INI files, see "Getting Started: Learning INI File Basics." To increase usability (such as relation to thin client dialog box equivalents), the supported parameters are separated into the following categories: • "General Settings (wlx.ini, $MAC.
22 Chapter 4 General Settings (wlx.ini, $MAC.ini, and {username}.ini Files) Table 5 contains parameters used for configuring general settings. Table 5 General Settings: wlx.ini files, $MAC.ini files, and {username}.ini files Parameter Description DesktopTaskBar={bottom, top, left, right} DesktopTaskBar — Specifies the position of the taskbar. For example: DesktopTaskBar=left Include=path/filename Includes another .ini file at the position of this command.
Parameters for WLX INI, $MAC INI, and {username} INI Files Table 5 23 General Settings: wlx.ini files, $MAC.ini files, and {username}.ini files , Parameter Description PasswordEncryptionCode={0, 1} Specifies whether to use Plain text password or a Base64 encoded password. 0 — Plain text password. 1 — (default) Base64 encoded password. If PasswordEncryptionCode is not defined in the INI file, the passwords are processed as base64 encoded strings.
24 Chapter 4 Peripheral Settings (wlx.ini, $MAC.ini, and {username}.ini Files) Table 6 contains parameters used for configuring peripheral settings (such as keyboard, monitor, mouse, printer, and so on). Table 6 Peripheral Settings: wlx.ini files, $MAC.ini files, and {username}.ini files Parameter Description Desktop=={None, Default, } Specifies the image file to be used as wallpaper for the local desktop. None — Sets the logo to the Wyse default image file.
Parameters for WLX INI, $MAC INI, and {username} INI Files 25 Table 6 Peripheral Settings: wlx.ini files, $MAC.ini files, and {username}.ini files , Parameter Description Keyboard.layouts={Keyboard.layouts value} Keyboard.layout parameter replaces prior Keyboard=value parameter. For a list of supported keyboard layout values, see Appendix D, "Keyboard.layouts Parameter: Values." Example: Keyboard.layouts=us (for United States) Keyboard.
26 Chapter 4 Connection Settings (wlx.ini, $MAC.ini, and {username}.ini Files) Table 7 contains parameters used for configuring connection settings. Table 7 Connection Settings: wlx.ini files, $MAC.ini files, and {username}.ini files Parameter Description Alternate={no, yes} For ICA only. Yes/no option to use an alternate IP address returned from an ICA master browser to get through firewalls. Browser.Homepage=URL If the browser add-on is installed, this is the URL to the home page for the browser.
Parameters for WLX INI, $MAC INI, and {username} INI Files 27 Table 7 Connection Settings: wlx.ini files, $MAC.ini files, and {username}.ini files, Parameter Description ICADrives=”drive letter”={floppy, cdrom, disk}, {rw, ro}, basedir [drive letter=...] For ICA only.
28 Chapter 4 Table 7 Connection Settings: wlx.ini files, $MAC.ini files, and {username}.ini files, Parameter Description NFuseServer=host[:port][;host [:port]] Specifies a list of PN-Agent servers. If not specified, port depends on the browsing protocol. Default=Empty. or PNAgentServer=host[:port][;host [:port]] or PNLiteServer=host[:port][;host [:port]] PNAgentServer See NFuseServer. PNLiteServer See NFuseServer. RdpClipBoard={yes, no} For RDP only.
A Connect Parameter: Options This appendix provides the options that you can use for the Connect parameter in the following supported connections: • "Chromium Connect Options" • "Citrix (ICA) Connect Options" • "Custom Connect Options" • "Ericom PowerTerm® TEC Connect Options" • "RDP Connect Options" • "SSH Connect Options" • "VMware View Client Connect Options" • "VNC Viewer Connect Options" • "Web Browser (Mozilla Firefox) Connect Options" TIP: You can use the Connect parameter in wlx.ini, $MAC.
30 Appendix A Chromium Connect Options Table 8 contains the supported options you can use for Chromium connections. Example: CONNECT=BROWSER \ Description="Wyse Home Page" \ URL=http://www.wyse.com \ Resolution=FullScreen \ LocalCopy=no Table 8 Chromium Connect Options Option Description AutoConnect={no, yes} Yes/no option to start a connection automatically at sign-on. AutoLogin={no, yes} Yes/no option to automatically log the user in as DefaultUser.
Connect Parameter: Options 31 Citrix (ICA) Connect Options Table 9 contains the supported options you can use for ICA connections. Example: CONNECT=ICA \ BrowserIP=10.150.123.
32 Appendix A Table 9 ICA Connect Options, Continued Option Description DisablePanelInFullscreen={yes, no} Yes/no option to disable the panel on the local system when the ICA connection is launched in fullscreen. This values of this parameter will be applied if the connection is set to Fullscreen=yes.
Connect Parameter: Options 33 Table 9 ICA Connect Options, Continued Option Description NoReducer={no, yes} Yes/no option to turn off compression. Password={password, $SN, $MAC, $IP, $UN, $PW, $TN} Specifies the password to log in to the application server. Either a conventional log-in password or a variable can be used.
34 Appendix A Table 9 ICA Connect Options, Continued Option Description UDPAudioPortLow= Default is 16500. Specifies the minimum port number for UDP audio on the user device. Username={username, $SN, $MAC, $IP, $UN, $PW, $TN} Specifies the name to log in to the application server. Either a conventional log-in name or a variable can be used.
Connect Parameter: Options 35 Custom Connect Options Table 10 contains the supported options you can use for Custom connections (underlined values are defaults). Example: CONNECT=Custom \ Description="Custom_Connection" \ AutoConnect=Yes \ Reconnect=Yes \ ReconnectSeconds=100 \ Command=/usr/bin/xterm\ \ Table 10 Custom Connect Options Option Description AutoConnect={no, yes} Default is no. Yes/no option to start a connection automatically at sign-on.
36 Appendix A Ericom PowerTerm® TEC Connect Options Table 11 contains the supported options you can use for Ericom PowerTerm® TEC connections (underlined values are defaults). Example: CONNECT=Ericom_Powerterm \ Description="Ericom_Test" \ Host=192.168.0.
Connect Parameter: Options Table 11 37 Ericom PowerTerm® TEC Connect Options, Continued Option Description LocalCopy={no, yes} Default is no. Yes/no option to save to the permanent registry (or saves the Ericom — PowerTerm® TEC settings locally after reboot). Phone= Specifies the modem dial-up number. For serial connection only. Ping={yes, no} Default is yes. Yes/no option to enable ping.
38 Appendix A RDP Connect Options Table 12 contains the supported options you can use for RDP connections. Example: CONNECT=RDP \ Host=10.150.123.35 \ Description="RDP_Server" \ AutoConnect=yes \ Colors=16m \ Username=Administrator \ Password=Password \ Domainname=$DN \ Resolution=800x600 \ Directory=C:\Windows \ Command="C:\Windows\system32\cmd.
Connect Parameter: Options 39 Table 12 RDP Connect Options, Continued Option Description Drives=drive letter={floppy, cdrom, disk} [, basedir] drive letter=... Maps drives on the server to USB mass storage devices attached to the thin client, where: drive letter=A to Z floppy=USB floppy cdrom=USB CDROM disk= USB drive or memory stick rw=read/write ro=read only basedir=an optional directory on the USB device to use NOTE: Be sure each drive command is separated by a space.
40 Appendix A Table 12 RDP Connect Options, Continued Option Description Password={password, $SN, $MAC, $IP, $UN, $PW, $TN} Specifies the password to log in to the application server. Either a conventional log-in password or a variable can be used.
Connect Parameter: Options 41 Table 12 RDP Connect Options, Continued Option Description Resolution={default, seamless, 640x480, 800x600, 1024x768, 1280x1024, 1600x1200} Specifies the connection display resolution. The default value starts the connection using the current desktop display setting. SameLoginForRD={yes, no} For RDP only.
42 Appendix A SSH Connect Options Table 13 contains the supported options you can use for SSH connections. Example: CONNECT=SSH \ Description="SSH_Connection" \ Host=192.168.0.2 \ Reconnect=Yes \ Username=root \ Command=/usr/X11R6/bin/xterm\ \ LocalCopy=no Table 13 SSH Connect Options Option Description AutoConnect={no, yes} Yes/no option to start a connection automatically at sign-on. * Command=command line Specifies a command to execute remotely.
Connect Parameter: Options 43 VMware View Client Connect Options Table 14 contains the supported options you can use for VMware View Client connections. Example: Connect=VMWARE_VIEWCLIENT \ Description="VMview" \ Host=192.168.0.2 \ DomainName=$DN \ AutoConnect=Yes \ Username=Administrator \ Password=Password \ Fullscreen=yes \ Ping=yes \ LocalCopy=yes Example: Connect=VMWARE_VIEWCLIENT \ Description="VMview" \ Host=192.168.0.
44 Appendix A Table 14 VMware View Client Connect Options, Continued Option Description Domain=string Specifies the domain name in a Windows network where the VMware server is located. FullScreen={no, yes} Runs the session at full screen (not in a window). Default = No. * Host=host[;host...] 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. List items must be separated by semicolons or commas.
Connect Parameter: Options 45 VNC Viewer Connect Options Table 15 contains the supported options you can use for VNC Viewer connections. Example: CONNECT=VNC_VIEWER \ Description="VNC_Connection" \ Host=192.168.0.2 \ Color=24 \ AutoConnect=Yes \ Display=0 \ Password=xyz \ Fullscreen=Yes \ LocalCopy=No Table 15 VNC Viewer Connect Option List Option Description AutoConnect={no, yes} Yes/no option to start a connection automatically at sign-on.
46 Appendix A Table 15 VNC Viewer Connect Option List, Continued Option Description Password={password, $SN, $MAC, $IP, $UN, $PW, $TN} Specifies the password to log in to the application server. Either a conventional log-in password or a variable can be used.
Connect Parameter: Options 47 Web Browser (Mozilla Firefox) Connect Options Table 8 contains the supported options you can use for Mozilla Firefox connections (underlined values are defaults). Example: CONNECT=BROWSER \ Description="Wyse Home Page" \ URL=http://www.wyse.com \ Resolution=FullScreen \ Mode=Normal \ LocalCopy=no Table 16 Mozilla Firefox Connect Options Option Description AutoConnect={no, yes} Default is no. Yes/no option to start a connection automatically at sign-on.
48 Appendix A This page intentionally blank.
B Printer Parameters: Options This appendix provides the options that you can use for the following supported printer parameters: • "JetDirectPrinter" • "NetworkPrinter" • "Printer" • "PrinterURI" • "SMBPrinter" TIP: You can use supported printer parameters in wlx.ini, $MAC.ini, and {username}.ini files.
50 Appendix B JetDirectPrinter Table 17 contains the supported options you can use for the JetDirectPrinter parameter. TIP: The JetDirectPrinter command line defines a printer served by an HP JetDirect print server. CAUTION: Only the Name option is required for all supported printer parameters; other options you can use for the printer parameter are optional.
Printer Parameters: Options 51 Table 17 JetDirectPrinter Options , Continued Options Description [PPD=PPD name] Directly specifies a Postscript Printer Definition filename for use as a local printer driver. NOTE: The PPD option can be useful when attaching a local printer for which you already have a CUPS configuration on another system. ThinPrintClass= PrinterName1=Class1[;PrinterName2 =Class2] Sets the class name for a printer.
52 Appendix B NetworkPrinter Table 17 contains the supported options you can use for the NetworkPrinter parameter. TIP: The NetworkPrinter command line defines a printer that uses traditional Unix Line Printer Daemon protocols. CAUTION: Only the Name option is required for all supported printer parameters; other options you can use for the printer parameter are optional.
Printer Parameters: Options 53 Printer Table 17 contains the supported options you can use for the Printer parameter. TIP: The Printer command line defines a locally attached printer connected through the noted interface. CAUTION: Only the Name option is required for all supported printer parameters; other options you can use for the printer parameter are optional.
54 Appendix B PrinterURI Table 17 contains the supported options you can use for the PrinterURI parameter. TIP: The PrinterURI command line defines a printer using a URI supported by the Common Unix Printing System (CUPS). This command is useful when you want the thin client to access a printer for which you already have a working CUPS client because you can simply copy the URI from the /cups/printers.conf file on the existing client.
Printer Parameters: Options 55 Table 20 PrinterURI Options , Continued Options Description [PrinterID=Windows 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. [printers.autolocate={no, yes}] Yes/no option to automatically locate and register available printers. Default is no.
56 Appendix B SMBPrinter Table 17 contains the supported options you can use for the SMBPrinter parameter. TIP: The SMBPrinter command line defines a network printer shared through the Windows Sever Message Block protocols. CAUTION: Only the Name option is required for all supported printer parameters; other options you can use for the printer parameter are optional.
Printer Parameters: Options This page intentionally blank.
58 Appendix B
C TimeZone Parameter: Values Table 22 contains the supported values that you can use for the TimeZone parameter. TIP: You can use the TimeZone parameter in wlx.ini and $MAC.ini files only. CAUTION: The TimeZone parameter must be followed by the ManualOverride=true option. Example: TimeZone=“US/Pacific” ManualOverride=true \ Table 22 TimeZone Values Continent/ Country Africa Value The following values must be preceded with Africa/. For example, Africa/Abidjan is the value for the Abidjan time zone.
60 Appendix C Table 22 TimeZone Values, Continued Continent/ Country Americas (see also Brazil, Canada, Chile, Mexico, United States) Value The following values must be preceded with America/. For example, America/Adak is the value for the Adak time zone.
TimeZone Parameter: Values 61 Table 22 TimeZone Values, Continued Continent/ Country Value Asia (see also Mideast) The following values must be preceded with Asia/. For example, Asia/Aden is the value for the Aden time zone.
62 Appendix C Table 22 TimeZone Values, Continued Continent/ Country Europe Value The following values must be preceded with Europe/. For example, Europe/Amsterdam is the value for the Amsterdam time zone.
D Keyboard.layouts Parameter: Values Table 23 contains the values that you can use for the Keyboard.layouts parameter (to designate the keyboard type). TIP: You can use the Keyboard.layouts parameter in wlx.ini, $MAC.ini, and {username}.ini files. CAUTION: All values listed in Table 23 work on the thin client locally. However, the values marked with an x are also supported on ICA and RDP connections only.
Appendix D 64 Table 23 Keyboard.
Keyboard.layouts Parameter: Values 65 Table 23 Keyboard.
Appendix D 66 Table 23 Keyboard.
Keyboard.layouts Parameter: Values 67 Table 23 Keyboard.
Appendix D 68 Table 23 Keyboard.
Keyboard.layouts Parameter: Values 69 Table 23 Keyboard.layouts Values , Continued Country ICA RDP Value Notes Turkey x x tr *Turkish (Q) tr_alt Alt-Q tr_f *Turkish (F) ua_phonetic Phonetic ua_rstu Standard RSTU ua_rstu_ru Standard RSTU on Russian layout ua_typewriter Typewriter ua_winkeys Winkeys gb *British English gb_intl International (with dead keys) gb_dvorak Dvorak us *U.S. English us_alt-intl Alternative international (former us_intl) x x Ukraine U.K. U.S.
70 Appendix D This page intentionally blank.
Tables 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 System Variables 5 General Settings: wlx.ini files and $MAC.ini files only 8 Peripheral Settings: wlx.ini files and $MAC.ini files only 14 Connection Settings: wlx.ini files and $MAC.ini files only 15 General Settings: wlx.ini files, $MAC.ini files, and {username}.ini files 22 Peripheral Settings: wlx.ini files, $MAC.ini files, and {username}.ini files 24 Connection Settings: wlx.ini files, $MAC.ini files, and {username}.
Reference Guide Dell® Wyse Enhanced Ubuntu Linux INI Files Issue: 040414 Written and published by: Dell Inc.