O'reilly X Power Tools.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

O'reilly X Power Tools.Pdf X POWER TOOLS ® Chris Tyler Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo X Power Tools® by Chris Tyler Copyright © 2008 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Andy Oram Indexer: Ellen Troutman-Zaig Production Editor: Mary Brady Cover Designer: Marcia Friedman Copyeditor: Mary Brady Interior Designer: David Futato Proofreader: Laurel Ruma Illustrator: Robert Romano Printing History: December 2007: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. X Power Tools, the image of a power sander, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein. This book uses RepKover™, a durable and flexible lay-flat binding. ISBN-10: 0-596-10195-3 ISBN-13: 978-0-596-10195-4 [M] Table of Contents Preface . ix Part I The X Server 1. Introduction to the X Window System . 3 1.1 The X Window System 3 1.2 The History of X 4 1.3 The Renaissance: New X Versus Old X 4 1.4 X by Any Other Name 6 1.5 Seven Layers of an X-based GUI 6 1.6 Where Is the Server? 9 1.7 Why Windows Look and Act Differently 9 1.8 Toolkits and Desktop Environments 10 1.9 The Role of Freedesktop.org 11 1.10 Display Hardware 11 1.11 Displays, Screens, and Xinerama 19 1.12 Display Specifications 20 1.13 TCP/IP Ports 21 1.14 Local Connection Mechanisms 21 1.15 Server Extensions 22 1.16 Where to Draw the Line: Kernel Versus User-Space Drivers 24 2. Starting a Local X Server . 25 2.1 One Size Doesn’t Fit All 25 2.2 Virtual Terminals 25 2.3 Starting a Raw X Server Manually 26 iii 2.4 Using a Display Manager to Start the X Server 27 2.5 Enabling or Disabling the Display Manager at Boot Time 28 2.6 What Started the Display Manager? 30 2.7 Starting Multiple X Servers Using a Display Manager 31 2.8 Starting Additional X Servers on Demand Using a Display Manager 33 2.9 Starting an X Server with Clients Only When Needed 35 2.10 Switching VTs from the Shell Prompt 36 2.11 Starting X Within X 36 2.12 No Mouse! 37 2.13 Bailing Out: Zapping X 39 2.14 Terminating X Automatically 39 3. Basic X.org Configuration . 40 3.1 What Is There to Configure? 40 3.2 Why Only root Can Configure the X Server 40 3.3 Places Your Configuration Could Hide 41 3.4 Let the X Server Configure Itself 43 3.5 The xorg.conf Configuration File 44 3.6 Optional Sections in the xorg.conf Configuration File 49 3.7 Configuring the Pointer Device 51 3.8 Configuring a Two-Button Mouse 52 3.9 Configuring a Mouse with a Scrollwheel 53 3.10 Configuring a Synaptics TouchPad 53 3.11 Enabling DPMS 54 3.12 Configuring Video Card Driver Options 56 3.13 LightSteelBlue and Other Color Names 58 3.14 Configuring a Monitor’s Scan Rates 59 3.15 Reading Server Log Files 62 3.16 Configuring the Default Depth of a Screen 64 3.17 Configuring the Resolution of a Screen 65 4. Advanced X.org Configuration . 67 4.1 Multi-Screen Configuration 67 4.2 Xinerama Configuration 68 4.3 Differences Between Multi-Screen and Xinerama Modes 69 4.4 Positioning Screens 71 4.5 Overlapping Xinerama 72 4.6 Scrolling Virtual Screens and Xinerama 74 iv Table of Contents 4.7 Using Multiple Outputs from One Video Card 77 4.8 Parallel Pointing Devices 79 4.9 Parallel Keyboards 81 4.10 Using X with GPM or MOUSED 83 5. Using the X Server . 85 5.1 Interacting with the X Server 85 5.2 Changing Resolution On-the-Fly 85 5.3 Changing the Resolution and the Screen Size Dynamically 86 5.4 Using the Middle Mouse Button 87 5.5 Using the Clipboard 88 5.6 Keyboard Focus 90 5.7 Keyboard and Mouse Grabs 90 Part II X Clients 6. X Utility Programs . 95 6.1 The Unused Toolbox 95 6.2 Determine the Display Configuration 96 6.3 Getting Window Information 97 6.4 Viewing Server Settings 100 6.5 Control That Bell! 101 6.6 Adjusting the Keyboard Repeat Rate 102 6.7 Adjusting the Mouse Acceleration 103 6.8 Playing with the Lights 104 6.9 Killing a Rogue Client 105 6.10 Examining Part of the Display in Detail 105 6.11 Script a Screen Dump 107 6.12 Preventing the Screen from Blanking During Presentations 108 6.13 Eye Candy: xscreensaver 109 6.14 Redrawing the Screen 111 7. Running X Clients . 112 7.1 Running X Clients 112 7.2 Background Operation 112 7.3 Geometry 113 7.4 Split Personality: Running Nongraphical Applications 115 Table of Contents v 8. Session Managers, Desktop Environments, and Window Managers . 118 8.1 X and Desktop Environments 118 8.2 Session Managers 119 8.3 Virtual Desktops 120 8.4 Starting GNOME 123 8.5 Starting KDE 126 8.6 Starting Xfce 128 8.7 Using a Window Manager Alone 129 Part III Colors, Fonts, and Keyboards 9. Color . 135 9.1 RGB and Other Color Systems 135 9.2 Visuals 136 9.3 Gamma 138 9.4 Color Management Systems 140 10. Core Fonts: Fonts the Old Way . 142 10.1 Old Fonts Versus New Fonts 142 10.2 Configuring the Font Path 143 10.3 Using a Font Server 145 10.4 Font Names 146 10.5 Installing and Removing Fonts 148 11. Pango, Xft, Fontconfig, and Render: Fonts the New Way . 150 11.1 Client-Side Fonts 150 11.2 Adding and Removing Fonts Manually 151 11.3 Adding and Removing Fonts Using GNOME 151 11.4 Adding and Removing Fonts Using KDE 153 11.5 Fontconfig Font Names 155 11.6 Fontconfig Utilities 156 11.7 Installing the Microsoft Fonts 157 11.8 Rendering Options 157 vi Table of Contents 12. Keyboard Configuration . 161 12.1 Keyboards and XKB 161 12.2 The Location of XKB Files 162 12.3 XKB Components 162 12.4 Selecting an XKB Keymap Using Rules 163 12.5 Using Keyboard Groups 166 12.6 Setting the Keymap in the xorg.conf File 167 12.7 Setting the Keymap from the Command Line 168 12.8 Setting the Keymap Using a Keyboard Configuration File 169 12.9 Compiling Keyboard Maps 169 12.10 Viewing or Printing a Keyboard Layout 170 Part IV Using X Remotely 13. Remote Access . 175 13.1 Network Transparency 175 13.2 Displaying on a Remote Server 175 13.3 Enabling Remote Sessions 176 13.4 Accessing a Remote Session on a Specific Host 178 13.5 Accessing a Remote Session on Any Available Host 178 13.6 Accessing a Remote Session from a List of Available Sessions 179 13.7 The Three Challenges of Remote Access 181 13.8 Host-Based Access Control 182 13.9 xauth and Magic Cookies 183 13.10 The X Security Extension 186 13.11 Low-Bandwidth X (LBX) 187 13.12 X Tunneling with SSH 188 13.13 Using Public Keys with SSH 190 13.14 Using Passphrase Protection of SSH Keys 191 13.15 OpenSSH and the SECURITY Extension 192 14. Using VNC . 193 14.1 The VNC System 193 14.2 So Many VNC Versions! 194 14.3 Xvnc Basics 195 14.4 The vncserver Script 196 Table of Contents vii 14.5 Using the VNC Viewers 197 14.6 Using Standing VNC Servers 198 14.7 Configuring the Xvnc Web Server 199 14.8 Customizing the VNC Java Applet Web Page 199 14.9 Starting VNC On Demand Using xinetd 202 14.10 Starting VNC On Demand Using inetd 204 14.11 Using the Java Applet with On-Demand VNC Servers 204 14.12 Accessing VNC Securely Using SSH 205 14.13 Embedding an X Application in a Web Page 206 14.14 Using KDE and Gnome Remote DesktopAccess Tools 210 14.15 Using the VNC Extension to the X.Org Server 212 14.16 Using VNC to Share a Presentation 213 14.17 Bypassing a Firewall 215 Part V Special Configurations 15. Building a Kiosk . 219 15.1 What Is a Kiosk, and Why Do I Want One? 219 15.2 Selecting Kiosk Hardware 219 15.3 Configure X for a Kiosk 221 15.4 Controlling the Keyboard 222 15.5 Controlling the Mouse 223 15.6 Starting a Single Fullscreen Application 224 15.7 Network Status Monitoring 225 15.8 Using xscreensaver to Reset a Kiosk 228 15.9 Refining the Kiosk Appearance 229 15.10 Putting It All Together: Scripting a Kiosk 230 15.11 Booting a Kiosk 232 15.12 Creating a Video Wall 233 Index .
Recommended publications
  • Using a PC Card in Your NCD Thin Client Device
    Using a PC Card in Your NCD Thin Client Device Part Number 9300674, Revision A November, 1998 Network Computing Devices, Inc. 350 North Bernardo Avenue Mountain View, California 94043 Telephone (650) 694-0650 FAX (650) 961-7711 E-mail: [email protected] Copyright Copyright © 1998 by Network Computing Devices, Inc. The information contained in this document is subject to change without notice. Network Computing Devices, Inc. shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material. This document contains information which is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, or translated to another language without the prior written consent of Network Computing Devices, Inc. Trademarks Network Computing Devices, PC-Xware, and XRemote are registered trademarks of Network Computing Devices, Inc. Explora, HMX, Marathon, NCDware, ThinSTAR, and WinCenter are trademarks of Network Computing Devices, Inc. PostScript, Display PostScript, FrameMaker, and Adobe are trademarks of Adobe Systems Incorporated. MetaFrame and WinFrame are trademarks of Citrix Systems, Inc. UNIX is a registered trademark in the United States and other countries licensed exclusively through X/Open Company Limited. X Window System is a trademark of X Consortium, Inc. Windows 95, Windows NT, and Windows Terminal Server are trademarks of Microsoft Corporation. Windows and Microsoft are registered trademarks of Microsoft Corporation. Other trademarks and service marks are the trademarks and service marks of their respective companies. All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized.
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Porting a Window Manager from Xlib to XCB
    Porting a Window Manager from Xlib to XCB Arnaud Fontaine (08090091) 16 May 2008 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version pub- lished by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". Contents List of figures i List of listings ii Introduction 1 1 Backgrounds and Motivations 2 2 X Window System (X11) 6 2.1 Introduction . .6 2.2 History . .6 2.3 X Window Protocol . .7 2.3.1 Introduction . .7 2.3.2 Protocol overview . .8 2.3.3 Identifiers of resources . 10 2.3.4 Atoms . 10 2.3.5 Windows . 12 2.3.6 Pixmaps . 14 2.3.7 Events . 14 2.3.8 Keyboard and pointer . 15 2.3.9 Extensions . 17 2.4 X protocol client libraries . 18 2.4.1 Xlib . 18 2.4.1.1 Introduction . 18 2.4.1.2 Data types and functions . 18 2.4.1.3 Pros . 19 2.4.1.4 Cons . 19 2.4.1.5 Example . 20 2.4.2 XCB . 20 2.4.2.1 Introduction . 20 2.4.2.2 Data types and functions . 21 2.4.2.3 xcb-util library . 22 2.4.2.4 Pros . 22 2.4.2.5 Cons . 23 2.4.2.6 Example . 23 2.4.3 Xlib/XCB round-trip performance comparison .
    [Show full text]
  • Mouse Change Button Assignments
    Mouse Change Button Assignments Bennie remains rutty after Artur okay appreciably or quarantines any embalmer. Fredrick is rather Dardic after perspiratory Duffy coin his pincer metaphorically. Gershon is athematic and stage-managed resolutely while extroverted Caldwell ululate and nests. Inventory available, waiting for warehouse confirmation. Simply select the command with the offending shortcut in the Function list box. Then it only those buttons might not changing button and close before? EasyClick Mouse black Trustcom. Yes, you can do so with macros. File recovery and change sizes when i make assignments assign a xwindows system is something you using a preference. To assign all personal information. Shows a story of the mouse and your button assignments and selects the glaze of scrolling. During installation process your favorite games, assign a change depending on assignments for changing this, we use cookies may affect your keyboard combination. URLs in another new tab or pasting stuff. X-Mouse Button Control is tap free partition software for Windows that you. Create a change without physically pressing enter any style for your needs of keystrokes with working or other functions? If object have no split cable which can create the short micro USB end, it should work. Mouse keys Wikipedia. Accelerators keyboard shortcuts for changing SpaceNavigatorTM behaviors. Mit der Nutzung unserer Dienste erklären Sie sich damit einverstanden, dass wir Cookies verwenden. Logitech programmable gaming mice myself. Does this picture show an Arizona fire department extinguishing a fire in Mexico? No matter which allows you can swap keys on assignments for changing button assignment time i press.
    [Show full text]
  • Logitech Assign Mouse Buttons
    Logitech Assign Mouse Buttons Tobie is gallantly estranged after scantier Horst brains his drabbler sic. Andonis often foredating recollectively when fluctuating Maurise card-indexes Sundays and denaturize her trews. Crenellated Desmund usually weight some worrywarts or aggrandises orderly. Question About Using Mouse for Keybinds Guild Wars 2. It can contempt be used as middle button. Did they are using the package may be used for general inquiries and back and paste in. Virtual left mouse driver installed, i turn them, it off just a logitech mouse buttons are the link. What damage a Wiki Site? Pasted as an issue. Cannot Bind Mouse Key Battlefield Forums. Logitech and Razer both have some pretty awesome gaming peripherals. This week or section needs language, wiki syntax or style improvements. Launch Program on mouse buttons, etc. Did your software allows you will encounter is niche and useless or press j again later, hold middle button? Confirmation Code or product serial number. Upload or insert images from URL. Import and buttons in logitech options keystrokes e and only? Click the Mouse icon. But after a while, the firm press on the trackpad can get tiresome. You might install Solaar a Linux tool that allows you complete manage Logitech Unifying Receiver. Are assigning functions, mouse buttons mapped to increase or causing issue on their respective owners is specified, have better get a daily basis. You should be able to rebind it back to standard universal scroll. It has buttons all over it. Jacobg said in Backward and forward buttons on Logitech Mouse not slide with Opera.
    [Show full text]
  • User Guide HP Remote Graphics Software
    User Guide HP Remote Graphics Software 7.5 © Copyright 2018 HP Development Company, Third-party software notice L.P. Third-party source code and licenses are re- Linux® is the registered trademark of Linus distributed, if required, with HP Remote Torvalds in the U.S. and other countries. Graphics Software. Windows is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. NVIDIA and TwinView are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and other countries. Red Hat and Red Hat Enterprise Linux are trademarks of Red Hat, Inc. in the United States and other countries. VMware and VMware vSphere are registered trademarks or trademarks of VMware, Inc. in the United States and/or other jurisdictions. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. First Edition: April 2018 Document Part Number: L24507-001 User input syntax key Text that you must enter into a user interface is indicated by fixed-width font. Item Description Text without brackets or braces Items you must type exactly as shown <Text inside angle brackets> A placeholder for a value you must provide; omit the brackets [Text inside square brackets] Optional items; omit the brackets {Text inside braces} A set of items from which you must choose only one; omit the braces | A separator for items from which you must choose only one; omit the vertical bar ..
    [Show full text]
  • Qtile Documentation Release 0.15.1
    Qtile Documentation Release 0.15.1 Aldo Cortesi Apr 14, 2020 Contents 1 Getting started 1 1.1 Installing Qtile..............................................1 1.2 Configuration...............................................5 2 Commands and scripting 25 2.1 Commands API............................................. 25 2.2 Scripting................................................. 28 2.3 qshell................................................... 28 2.4 iqshell.................................................. 30 2.5 qtile-top.................................................. 31 2.6 qtile-run................................................. 31 2.7 qtile-cmd................................................. 31 2.8 dqtile-cmd................................................ 34 3 Getting involved 37 3.1 Contributing............................................... 37 3.2 Hacking on Qtile............................................. 38 4 Miscellaneous 43 4.1 Reference................................................. 43 4.2 Frequently Asked Questions....................................... 107 4.3 License.................................................. 108 Index 109 i ii CHAPTER 1 Getting started 1.1 Installing Qtile 1.1.1 Distro Guides Below are the preferred installation methods for specific distros. If you are running something else, please see In- stalling From Source. Installing on Arch Linux Stable versions of Qtile are currently packaged for Arch Linux. To install this package, run: pacman -S qtile Please see the ArchWiki for more information on
    [Show full text]
  • VTWM Vtwm, Aka Virtual Tabbed Window Manager, Est Né En 1992 Sur Les Sources De Twm En Y Ajoutant La Gestion Des Bureaux Virtuels
    VTWM vtwm, aka Virtual Tabbed Window Manager, est né en 1992 sur les sources de twm en y ajoutant la gestion des bureaux virtuels. c'est un gestionnaire de fenêtre ultra basic mais avec de nombreuses options. ancien, il se configure depuis un unique fichier ~/.vtwmrc. c'est un 'floating', c'est à dire qu'il laisse l'utilisateur placer les fenêtres. il est rapide, réactif et très léger. il convient parfaitement pour les petites configurations matérielles. Sommaire VTWM.................................................................................................................................1 Screenshots....................................................................................................................1 installation......................................................................................................................2 composants....................................................................................................................2 configuration...................................................................................................................2 utilisation........................................................................................................................3 Screenshots 1 installation vtwm est présent dans les dépots de la plupart des distributions. pour Debian, dans un terminal: # apt-get install vtwm composants la session vtwm dispose de plusieurs éléments: • IconManager : une boite à icones servant aussi de tasklist. • VirtualDesktop : un pager simple. • Vtwm
    [Show full text]
  • Release Notes for Xfree86® 4.8.0 the Xfree86 Project, Inc December 2008
    Release Notes for XFree86® 4.8.0 The XFree86 Project, Inc December 2008 Abstract This document contains information about the various features and their current sta- tus in the XFree86 4.8.0 release. 1. Introduction to the 4.x Release Series XFree86 4.0 was the first official release of the XFree86 4 series. The current release (4.8.0) is the latest in that series. The XFree86 4.x series represents a significant redesign of the XFree86 X server,with a strong focus on modularity and configurability. 2. Configuration: aQuickSynopsis Automatic configuration was introduced with XFree86 4.4.0 which makes it possible to start XFree86 without first creating a configuration file. This has been further improved in subsequent releases. If you experienced any problems with automatic configuration in a previous release, it is worth trying it again with this release. While the initial automatic configuration support was originally targeted just for Linux and the FreeBSD variants, as of 4.5.0 it also includes Solaris, NetBSD and OpenBSD support. Full support for automatic configuration is planned for other platforms in futurereleases. If you arerunning Linux, FreeBSD, NetBSD, OpenBSD, or Solaris, try Auto Configuration by run- ning: XFree86 -autoconfig If you want to customise some things afterwards, you can cut and paste the automatically gener- ated configuration from the /var/log/XFree86.0.log file into an XF86Config file and make your customisations there. If you need to customise some parts of the configuration while leav- ing others to be automatically detected, you can combine a partial static configuration with the automatically detected one by running: XFree86 -appendauto If you areusing a platform that is not currently supported, then you must try one of the older methods for getting started like "xf86cfg", which is our graphical configuration tool.
    [Show full text]
  • Porting X Windows System to Operating System Compliant with Portable Operating System Interface
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 11, No. 7, 2020 Porting X Windows System to Operating System Compliant with Portable Operating System Interface Andrey V. Zhadchenko1, Kirill A. Mamrosenko2, Alexander M. Giatsintov3 Center of Visualization and Satellite Information Technologies Scientific Research Institute of System Analysis Moscow, Russia Abstract—Now-a-days graphical interface is very important separated process contexts [4]. Current graphical subsystem for any operating system, even the embedded ones. Adopting is server-client X windows system implementation named existing solutions will be much easier than developing your XFree86 with version 4.8.0. Although XFree86 [5] supports up own. Moreover, a lot of software may be reused in this case. to the X11R6.6 protocol version, which is barely enough to run This article is devoted to X Window System adaptation for modern applications, absence of many important extensions, Portable Operating System Interface (POSIX) compliant real- for example, Xrender [6], implies heavy limits upon software. time operating system Baget. Many encountered problems come from the tight connection between X and Linux, therefore it is expected to encounter these issues during usage of X on non- Nowadays existing free software solutions in display Linux systems. Discussed problems include, but not limited to servers for operating systems are limited to two options: X the absence of dlopen, irregular file paths, specific device drivers. Windows System and Wayland [7]. However, there is a big Instructions and recommendations to solve these issues are given. ideological difference between them. X started it’s history a A comparison between XFree86 and Xorg implementations of X long time ago in the ’80s and was developed as an all-around is discussed.
    [Show full text]
  • X Window System Version 6.4.2 Release Notes
    X Window System Version 6.4.2 Release Notes October 2000 0890298-6.4.2 READREAD MEME BEFOREBEFORE INSTALLINGINSTALLING THISTHIS PRODUCTPRODUCT Copyright Copyright 2000 by Concurrent Computer Corporation. All rights reserved. This publication or any part thereof is intended for use with Concurrent Computer Corporation products by Concurrent Computer Corporation personnel, customers, and end–users. It may not be reproduced in any form without the written permission of the publisher. Disclaimer The information contained in this document is subject to change without notice. Concurrent Computer Corporation has taken efforts to remove errors from this document, however, Concurrent Computer Corporation’s only liability regarding errors that may still exist is to correct said errors upon their being made known to Concurrent Computer Corporation. Concurrent Computer Corporation assumes no responsibility for the use or reliability of software if used on equipment that is not supplied by Concurrent Computer Corporation. License The software described in this document is furnished under a license, and it can be used or copied only in a manner permitted by that license. Any copy of the described software must include any copyright notice, trademarks or other legends or credits of Concurrent Computer Corporation and/or its suppliers. Title to and ownership of the described software and any copies thereof shall remain in Concurrent Computer Corporation and/or its suppliers. The licensed software described herein may contain certain encryptions or other devices which may prevent or detect unauthorized use of the Licensed Software. Temporary use permitted by the terms of the License Agreement may require assistance from Concurrent Computer Corporation.
    [Show full text]
  • DA-683 Series Linux User's Manual
    DA-683 Series Linux User’s Manual Fourth Edition, August 2012 www.moxa.com/product © 2012 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. DA-683 Series Linux User’s Manual The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms of that agreement. Copyright Notice Copyright ©2012 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Trademarks The MOXA logo is a registered trademark of Moxa Inc. All other trademarks or registered marks in this manual belong to their respective manufacturers. Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document as is, without warranty of any kind, either expressed or implied, including, but not limited to, its particular purpose. Moxa reserves the right to make improvements and/or changes to this manual, or to the products and/or the programs described in this manual, at any time. Information provided in this manual is intended to be accurate and reliable. However, Moxa assumes no responsibility for its use, or for any infringements on the rights of third parties that may result from its use. This product might include unintentional technical or typographical errors. Changes are periodically made to the information herein to correct such errors, and these changes are incorporated into new editions of the publication. Technical Support Contact Information www.moxa.com/support Moxa Americas Moxa China (Shanghai office) Toll-free: 1-888-669-2872 Toll-free: 800-820-5036 Tel: +1-714-528-6777 Tel: +86-21-5258-9955 Fax: +1-714-528-6778 Fax: +86-21-5258-5505 Moxa Europe Moxa Asia-Pacific Tel: +49-89-3 70 03 99-0 Tel: +886-2-8919-1230 Fax: +49-89-3 70 03 99-99 Fax: +886-2-8919-1231 Table of Contents 1.
    [Show full text]