User Guide HP Remote Graphics Software

Total Page:16

File Type:pdf, Size:1020Kb

User Guide HP Remote Graphics Software User Guide HP Remote Graphics Software 7.6 © Copyright 2019 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: January 2019 Document Part Number: L53029-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 ... Items that can or must repeat; omit the ellipsis iii iv User input syntax key Table of contents 1 RGS overview ................................................................................................................................................ 1 Features ................................................................................................................................................................. 2 Interoperability between different versions of RGS .............................................................................................. 3 Software compatibility with RGS ........................................................................................................................... 3 RGS Sender licensing ............................................................................................................................................. 4 Finding more information ...................................................................................................................................... 4 2 Getting started ............................................................................................................................................. 5 3 Installation ................................................................................................................................................... 6 Installing RGS Receiver (Windows) ........................................................................................................................ 6 Performing a custom RGS Receiver installation using the installer wizard ....................................... 6 Performing a custom RGS Receiver installation on the command line .............................................. 7 Installing RGS Sender (Windows) .......................................................................................................................... 8 Installer wizard installation ................................................................................................................ 9 Command-line installation .................................................................................................................. 9 Installing RGS Receiver (Linux) ............................................................................................................................ 11 Installing RGS Sender (Linux) .............................................................................................................................. 11 Installing RGS Receiver (Mac OS) ......................................................................................................................... 11 Installer wizard installation .............................................................................................................. 11 Command-line installation ............................................................................................................... 12 4 RGS Receiver overview ................................................................................................................................. 13 Opening RGS Receiver .......................................................................................................................................... 13 RGS Receiver GUI (Windows/Linux) ..................................................................................................................... 14 RGS Receiver GUI (Mac OS) ................................................................................................................................... 14 Starting an RGS session ....................................................................................................................................... 15 RGS Receiver window GUI (Windows/Linux) ........................................................................................................ 15 RGS Receiver toolbar GUI (Windows/Linux) ...................................................................................... 16 RGS Receiver window GUI (Mac OS) ..................................................................................................................... 17 Setup Mode .......................................................................................................................................................... 18 Changing the Setup Mode hotkey sequence ..................................................................................... 18 RGS Receiver settings .......................................................................................................................................... 19 Connection ......................................................................................................................................... 19 Performance ...................................................................................................................................... 20 Gestures (Windows touch-capable devices only) ............................................................................. 20 v Audio .................................................................................................................................................. 21 Network ............................................................................................................................................. 21 Hotkeys .............................................................................................................................................. 21 Logging .............................................................................................................................................. 22 Statistics (Windows/Linux only) ........................................................................................................ 22 RGS Receiver command-line options .................................................................................................................. 23 5 RGS Sender overview ................................................................................................................................... 24 RGS Sender overview (Windows) ......................................................................................................................... 24 RGS Sender overview (Linux) ............................................................................................................................... 24 RGS Sender command-line options (Windows) ................................................................................................... 24 RGS Sender command-line options (Linux) ........................................................................................................ 25 RGS Sender notification icon (Windows only) ..................................................................................................... 25 RGS Sender event logging (Windows only) ......................................................................................................... 26 Filtering access to RGS Senders ........................................................................................................................... 26 6 Configuring certificates ................................................................................................................................ 27 Sender verification ..............................................................................................................................................
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]
  • 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]
  • NCD Thin Client Xware User's Guide
    NCD NCD Thin Client Xware User’s Guide Part Number 5401612 June 1998 Network Computing Devices, Inc. 350 North Bernardo Avenue Mountain View, CA 94043-5207 Technical support: 503/641-2200 Technical support FAX: 503/641-2959 Email: [email protected] World Wide Web: http://www.ncd.com Copyright Copyright © 1998 by Network Computing Devices, Inc. The information contained in this document is subject to change without notice. NCD SHALL NOT BE LIABLE FOR ERRORS CONTAINED HEREIN OR FOR ANY DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, ANY 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. Made in the U.S.A. No part of this document may be photocopied, reproduced, or translated to another language without the prior written consent of NCD. Title to and ownership of the Software, and all copies thereof, shall at all times reside with NCD and its licensors, and is protected by United States copyright laws and international treaty provisions. Trademarks Network Computing Devices is a registered trademark of Network Computing Devices, Inc. NCDnet, NCDware, and Thin Client Xware FTP are trademarks of Network Computing Devices, Inc. Apple and LaserWriter are registered trademarks of Apple Computer, Inc. Citrix, WinFrame, and ICA are registered trademarks of Citrix Systems, Inc. DECnet, DECwindows, VMS, VT, and ULTRIX are trademarks of Digital Equipment Corporation. Ethernet is a trademark of Xerox Corporation. Hewlett-Packard and LaserJet are registered trademarks of Hewlett-Packard Corporation. HP-UX is a trademark of Hewlett-Packard Corporation.
    [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]
  • Gnome Display Manager Reference Manual Martin K
    Gnome Display Manager Reference Manual Martin K. Petersen [email protected] George Lebl [email protected] Brian Cameron [email protected] Bill Haneman [email protected] Table of Contents Terms and Conventions Used in This Manual ...............................................................3 Overview ................................................................................................................................3 Configuration.........................................................................................................................8 Controlling GDM ...............................................................................................................32 GDM Commands................................................................................................................38 Graphical Greeter Themes................................................................................................42 Accessibility.........................................................................................................................49 Example Configurations ....................................................................................................50 License...................................................................................................................................52 Terms and Conventions Used in This Manual This manual describes version 2.6.0.4 of the GNOME Display Manager. It was last updated on 7/14/2004. GDM - Gnome Display Manager. Used to describe the software package as
    [Show full text]
  • Remote X Apps Mini-HOWTO
    Remote X Apps mini−HOWTO Remote X Apps mini−HOWTO Table of Contents Remote X Apps mini−HOWTO.........................................................................................................................1 Vincent Zweije, zweije@xs4all.nl.........................................................................................................1 1. Introduction..........................................................................................................................................1 2. Related Reading...................................................................................................................................1 3. The Scene.............................................................................................................................................1 4. A Little Theory....................................................................................................................................1 5. Telling the Client.................................................................................................................................1 6. Telling the Server.................................................................................................................................1 7. X Applications from Another User−id................................................................................................1 8. Running a Remote Window Manager..................................................................................................1 9. Setting Up an X Terminal....................................................................................................................1
    [Show full text]
  • 2. Avaya System Products with Kdebase Installed: None 3
    kdebase security update (RHSA-2006-0548) Original Release Date: June 15, 2006 Last Revised: June 15, 2006 Number: ASA-2006-127 Risk Level: None Advisory Version: 1.0 Advisory Status: Final 1. Overview: Kdebase is a core software package collection for the K Desktop Environment (KDE). One of the many software packages it provides is the KDE display manager (KDM). The KDE display manager was found to contain a flaw which could possibly allow a user read access to an arbitrary file it would not normally have permissions to read using a symlink attack. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CVE-2006-2449 to this issue. No Avaya System products are vulnerable, as kdebase is not installed by default. More information about these vulnerabilities can be found in the security advisory issued by RedHat Linux: · https://rhn.redhat.com/errata/RHSA-2006-0548.html 2. Avaya System Products with kdebase installed: none 3. Avaya Software-Only Products Avaya software-only products operate on general-purpose operating systems. Occasionally vulnerabilities may be discovered in the underlying operating system or applications that come with the operating system. These vulnerabilities often do not impact the software-only product directly but may threaten the integrity of the underlying platform. In the case of this advisory Avaya software-only products are not affected by the vulnerability directly but the underlying Linux platform may be. Customers should determine on which Linux operating system the product was installed and then follow that vendors guidance: 4. Software-Only Products: Affected Risk Product: Actions: Version(s): Level: Depending on the Operating System provided by customers, the affected Avaya packages may be installed on the underlying Interactive All None Operating System supporting the IR Response(IR) application.
    [Show full text]
  • Op E N So U R C E Yea R B O O K 2 0
    OPEN SOURCE YEARBOOK 2016 ..... ........ .... ... .. .... .. .. ... .. OPENSOURCE.COM Opensource.com publishes stories about creating, adopting, and sharing open source solutions. Visit Opensource.com to learn more about how the open source way is improving technologies, education, business, government, health, law, entertainment, humanitarian efforts, and more. Submit a story idea: https://opensource.com/story Email us: [email protected] Chat with us in Freenode IRC: #opensource.com . OPEN SOURCE YEARBOOK 2016 . OPENSOURCE.COM 3 ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ OPENSOURCE.COM...... ........ .. .. .. ... .... ........ WRITE FOR US ..... .. .. .. ... .... 7 big reasons to contribute to Opensource.com: Career benefits: “I probably would not have gotten my most recent job if it had not been for my articles on 1 Opensource.com.” Raise awareness: “The platform and publicity that is available through Opensource.com is extremely 2 valuable.” Grow your network: “I met a lot of interesting people after that, boosted my blog stats immediately, and 3 even got some business offers!” Contribute back to open source communities: “Writing for Opensource.com has allowed me to give 4 back to a community of users and developers from whom I have truly benefited for many years.” Receive free, professional editing services: “The team helps me, through feedback, on improving my 5 writing skills.” We’re loveable: “I love the Opensource.com team. I have known some of them for years and they are 6 good people.” 7 Writing for us is easy: “I couldn't have been more pleased with my writing experience.” Email us to learn more or to share your feedback about writing for us: https://opensource.com/story Visit our Participate page to more about joining in the Opensource.com community: https://opensource.com/participate Find our editorial team, moderators, authors, and readers on Freenode IRC at #opensource.com: https://opensource.com/irc .
    [Show full text]
  • 3D Graphics for Virtual Desktops Smackdown
    3D Graphics for Virtual Desktops Smackdown 3D Graphics for Virtual Desktops Smackdown Author(s): Shawn Bass, Benny Tritsch and Ruben Spruijt Version: 1.11 Date: May 2014 Page i CONTENTS 1. Introduction ........................................................................ 1 1.1 Objectives .......................................................................... 1 1.2 Intended Audience .............................................................. 1 1.3 Vendor Involvement ............................................................ 2 1.4 Feedback ............................................................................ 2 1.5 Contact .............................................................................. 2 2. About ................................................................................. 4 2.1 About PQR .......................................................................... 4 2.2 Acknowledgements ............................................................. 4 3. Team Remoting Graphics Experts - TeamRGE ....................... 6 4. Quotes ............................................................................... 7 5. Tomorrow’s Workspace ....................................................... 9 5.1 Vendor Matrix, who delivers what ...................................... 18 6. Desktop Virtualization 101 ................................................. 24 6.1 Server Hosted Desktop Virtualization directions ................... 24 6.2 VDcry?! ...........................................................................
    [Show full text]
  • Fedora: Una Distribuzione GNU/Linux Al Passo Coi Tempi Pag
    Fedora Una distribuzione GNU/Linux al passo coi tempi Fedora: Una distribuzione GNU/Linux al passo coi tempi Pag. 1 di 16 Introduzione • Leggendo di qui e di la, parlando con sviluppatori e amici che bazzicano nel settore GNU/Linux & C. ho avuto la percezione che le informazioni su Fedora siano, come minimo, superficiali. • Questo perché, a mio avviso (IMHO si direbbe nel gergo digitale), spesso non si ha il tempo o l’occasione di approfondire l’argomento. • E allora ecco perché ho colto l’occasione di questo GNU/Linux Day per parlare un po della distribuzione che personalmente utilizzo come Sistema Operativo di lavoro e casalingo, Fedora, appunto. Fedora: Una distribuzione GNU/Linux al passo coi tempi Pag. 2 di 16 Fedora: chi la fa e quale è il suo scopo • Iniziamo subito col capire chi la fa e quale è il suo scopo, in modo da poterne comprendere e forse apprezzare le sue caratteristiche, comprendendo in questo modo alcune scelte effettuate dalla comunità Fedora per il confezionamento e distribuzione. • Per semplificare al massimo,si può dire che Fedora è la beta di RedHat Enterprise che è il sistema operativo, Open Source, commerciale di RedHat. • In cambio RedHat fornisce supporto in termini di denaro, strutture e risorse umane al progetto Fedora e a tutta la comunità Open Source mondiale. • Un altra caratteristica di Fedora è che è totalmente Open, quindi Fedora, appena installata, sarà composta al 100% da software Open Source aggiornato all’ultima versione, non saranno presenti in quel caso driver e applicazioni basati su sorgenti “chiusi” e proprietari.
    [Show full text]
  • HPE High Performance Remote Visualization Solution High-Performance, Density-Optimized, and Scalable Solutions for Scientific and Engineering Applications
    HPE High Performance Remote Visualization Solution High-performance, density-optimized, and scalable solutions for scientific and engineering applications Technical white paper Technical white paper Contents Executive summary ................................................................................................................................................................................................................................................................................................................................3 Value creation with remote visualization .....................................................................................................................................................................................................................................................................3 HPE remote visualization strength ...................................................................................................................................................................................................................................................................................4 HPE solutions for remote visualization .........................................................................................................................................................................................................................................................................4 Technology overview ...........................................................................................................................................................................................................................................................................................................................5
    [Show full text]
  • NET Live Taking Business to the Next Level These Case Studies Are for Informational Purposes Only
    Series 4 .NET live Taking business to the next level These case studies are for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. Microsoft, Windows, .NET, Windows NT and Visual Studio are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners. No part of this publication may be reproduced or transmitted in any form or by any means, electronic, digital or mechanical, including scanning, photocopying, recording or any information storage and retrieval system, without first obtaining permission in writing from the publisher. © 2003 Microsoft Corporation. All rights reserved. CONTENTS .NET live Introduction .................................................................... 2 Financial Services JPMorgan Chase .................................................................... 9 PayHound ............................................................................ 13 Willis Group Holdings ........................................................... 17 Retail Services Benjys .................................................................................. 23 Dial-a-Phone ........................................................................ 27 Sainsbury’s ........................................................................... 31 Scottish and Southern Energy .............................................. 37 Industry Adecco
    [Show full text]