AVWorks® Software Release Notes Version 3.1.0.164 April 3, 2007 This document outlines: 1. AVWorks Firmware Version and Compatibility 2. Important Installation Guidelines for Windows 3. Important Installation Guidelines for Linux and Solaris 4. Enhancements 5. Fixes 6. Known Issues =============================================================================== AVWorks Software Version and Compatibility =============================================================================== This release contains the following files: 1. Avocent AVWorks installers for Windows. 2. Avocent AVWorks installers for Linux. You can install AVWorks software on any of the following operating systems: 1. Windows® 2000 2. Windows 2003 3. Windows XP 4. Windows Vista™ Enterprise and Windows Vista Business 5. Redhat® 3.0 6. Redhat 4.0 7. SUSE® 9.3 8. SUSE 10 =============================================================================== Important Installation Guidelines for Windows =============================================================================== After downloading the installation package from the web site, customers need to execute the setup program. 1. Choose Start, Run, then type c:/temp\setup.exe in the Run dialog box (replace C:\temp with the location of the downloaded file). 2. Follow the on-screen instructions. =============================================================================== Important Installation Guidelines for Linux =============================================================================== After downloading the installation package from the web site, customers need to execute the setup program. 1. Type the following in the directory of the downloaded file sh. /setup.bin 2. Follow the on-screen instructions. =============================================================================== Enhancements =============================================================================== This release contains the following enhancements: 1. Added language screen to OSCAR® interface; language can be changed “on-the-fly”. 2. Support for Windows Vista Enterprise and Windows Vista Business =============================================================================== Fixes =============================================================================== This release contains the following fixes: 1. Various fixes, made over the past 2 years to the core product. =============================================================================== Known Issues =============================================================================== This release contains the following known issues: 1. Solaris Keyboard Mapping The number-pad keys may be reported incorrectly while running on a Solaris client. This is due to the default key mappings not reporting the correct virtual keys. The xev utility, included with Solaris, can be used to verify whether or not your default key mapping is properly configured. The following procedure can be used to verify this on your Solaris client machine: 1. 2. 3. 4. Open a terminal window and invoke the xev command. When xev is executed, it will display an input window. Set focus on this window and press the number-pad right arrow key. The xev utility will display the key code and virtual key information for the key you pressed. 5. The appropriate virtual key for number-pad right arrow is KP_RIGHT. If you see something else (typically a RIGHT virtual key), your X-server's key mappings are incorrect. The work-around for this issue is to alter the X key mapping so that it reports the correct virtual keys. One way to accomplish this is using the xmodmap utility and a file containing key mappings to be altered. The new mappings can be installed with the following command “xmodmap filename” where filename is the name of the file containing the new key mappings. The following is an example of such a file, and can be used as a starting point. The actual key codes may be different for your keyboard. You can use the xev utility to determine the key codes for your keyboard and modify this listing as needed. keycode keycode keycode keycode keycode keycode keycode keycode 91 = F25 F25 KP_Divide 92 = F26 F26 KP_Multiply 93 = F24 F24 KP_Subtract 94 = KP_Add 95 = KP_Enter 96 = KP_End KP_End KP_1 KP_End 97 = KP_Down KP_Down KP_2 98 = KP_Page_Down KP_Page_Down KP_3 KP_Page_Down keycode 99 = KP_Left KP_Left KP_4 keycode 100 = KP_Space KP_Space KP_5 keycode 101 = KP_Right KP_Right KP_6 keycode 102 = KP_Home KP_Home KP_7 KP_Home keycode 103 = KP_Up KP_Up KP_8 keycode 104 = KP_Page_Up KP_Page_Up KP_9 KP_Page_Up keycode 105 = KP_Insert KP_Insert KP_0 keycode 106 = KP_Delete KP_Delete KP_Decimal