X-Windows on SGI 1

Total Page:16

File Type:pdf, Size:1020Kb

X-Windows on SGI 1 This manual describes features of the X-windows environ- ment on SGI and Aspect Station I. Functions of the SGI toolchest are described as well as several ways to set up your personal X-environment. For a full description of X- windows we refer to the books and WWW pages written on this subject. This manual is available in: - PDF format -> unix-xwindows.pdf - FRAMEVIEWER format -> unix-xwindows.doc The latest update can be found on the Bruker FTP servers: on ftp.bruker.de in the directories: /pub/nmr/courses+manuals/pdf /pub/nmr/courses+manuals/doc on ftp.bruker.com in the directories: /pub/nmr/mirror.bruker.de/courses+manuals/pdf /pub/nmr/mirror.bruker.de/courses+manuals/doc The README file describes its installation and usage. It is also delivered as XWIN-NMR online help: click Help -> Other topics -> Unix-Xwindows Please send your comments to: [email protected] Index X-windows on SGI 1 Functions of the Toolchest 2 Customize your X-environment - configuration files 5 - function keys in X-windows 8 - how to change the font of a UNIX shell 10 - how to start applications by mouse click 12 X-windows on Aspect Station 14 Appendix A: the command Editres 17 1 X-windows on SGI After successful login on an SGI workstation you have at least one window on your screen, the so called Toolchest. The Toolchest offers you the possibility to start applications by mouse click. One of these applications is a UNIX shell or UNIX window. In a UNIX shell you can enter UNIX commands like pwd, ls, cd etc. or you can start other applications. Operating system: IRIX Default window manager: 4Dwm User specific resources files: .xsession .Xresources .sgisession .4Dwmrc .auxchestrc UNIX shells: - xterm - winterm Useful X commands: xlsfonts, xdpyinfo, xfontsel, xman, xhost, xterm, winterm, xwininfo, xprop, editres. Manual Pages: - man X - man 4Dwm - man <command> (see commands above) 2 Functions of the Toolchest The Toolchest is a small window on the desktop of an SGI workstation. The Toolchest: - automatically appears when you log in at a terminal which is directly connected to the workstation - offers you a list of system tools and applications - allows you to start tools and applications by mouse click - can be customized in your personal file .auxchestrc - can be started with the command toolchest when you are logged in over the network The Toolchest usually contains the following buttons: * Desktop - open a UNIX shell, log out, customize * Selected - handle files and directories graphically * Find - find tools and applications on the local host - find files, hosts, printers etc. network wide * System - start the system management tools for disks, printers, network, system software, users etc. - restart the window manager, restart the host * Help - the SGI online books and manual pages 3 examples * Open a UNIX window (a UNIX shell) Desktop -> Unix Shell * log out Desktop -> Log Out or type endsession [-f] in a UNIX shell * Switch window auto placement on/off Desktop -> Customize -> Windows * Enable remote display permanently IRIX >= 6.3 Desktop -> Customize -> Desktop -> Enable remote .. or enter xhost + in your .profile or .cshrc * Change the UNIX default editor (SGI default is jot) Desktop -> Customize -> Desktop [-> Utilities] or type desktop in a UNIX shell * Open a window with icons for several applications find -> applications * General system information and setup System -> System Manager * Install a new user System -> User Manager 1 1.For IRIX >= 6.3: System -> System Manager -> Security and Access Control -> User manager 4 * Install a new printer System -> Printer manager We recommend to install a printer with cfpp in XWIN-NMR (see XWIN-NMR manual) 1. * Install system software System -> Software Manager - can be used to install SGI software - cannot be used to install Bruker software * Restart the 4Dwm window manager System [-> Utilities] -> Restart Window Manager * Shutdown the computer System -> System Shutdown or type init 0 in a UNIX shell * Reboot the computer System -> Restart System or type init 6 in a UNIX shell * The online books; help on various SGI topics Help -> Online Books - you can search for keywords in all books - corresponds to the UNIX command insight * A list of all UNIX commands and their manual pages. Help -> Man Pages - each manual pages corresponds to the output of the command man <command> 1.Network printer installation is described in the XWIN-NMR online help; click help -> other topics. 5 Customize your X-environment configuration files Each time you log in on an SGI, a series of files is executed: 1) the file /usr/lib/X11/xdm/Xsession is executed: this file executes the file /$HOME/.xsession 1, if it exists All further steps are performed by the file .xsession, if it exists, or else by its master file /usr/lib/X11/xdm/Xsession: 2) load the file /$HOME/.Xresources, if it exists 3) set the search path for X-resources 4) enable the hosts display access (xhost +) 5) start the window manager -> interpret the file: /$HOME/.4Dwmrc, if it exists, or else /usr/lib/X11/system.4Dwmrc 6) execute the file /$HOME/.sgisession, if it exists 7) start a toolchest window -> execute the file: /usr/lib/X11/system.chestrc and /$HOME/.auxchestrc, if it exists The files .xsession and .4Dwmrc replace their master files, the contents of .auxchestrc is added to system.chestrc. The file .xsession - you can create a .xsession by copying the file Xsession: cp /usr/lib/X11/xdm/Xsession /$HOME/.xsession - edit this .xsession (e.g. vi) and make your changes, e.g.: * always remove the line xsession=$HOME/.xsession 2 * you can change the display access, e.g. xhost -host1 * you can start a different window manager, e.g. twm 1.HOME is a system environment variable which, by default, is set to your home directory 2.you can also remove the entire if-then-fi structure containing the command "exec $xsession" 6 The file .Xresources The file .Xresources can be used to set resources (names, fonts, positions, sizes, colours) of various applications. Many applications have their own default resource file, which usually resides in a directory app-defaults, e.g.: /u/prog/app-defaults/XWinNmr /usr/lib/X11/app-defaults/XClock /usr/lib/X11/app-defaults/Toolchest You can change or extend these default resources in the file .Xresources in your home directory, e.g.: XWinNmr*background: green XClock*geometry: 200x200+50+50 Toolchest*fontList: 9x15bold for the applications xwinnmr, xclock and toolchest. Entries in your .Xresources usually start with the name of the corresponding file in app-defaults. 1 To activate the change in your .Xresources you can: - log out and log in again or - type: xrdb -load .Xresources Resources of UNIX applications can also be set with com- mand line arguments, e.g.: xclock -g 200x200+50+50 toolchest -fn 9x15bold A powerful tool to set up your .Xresources interactively is editres. An example of this is described in Appendix A. 1.This is usually the name of the application with the first letter capitalized. When the application starts with an "x", the first and second letter are capitalized. 7 The file .4Dwmrc This file is a resource file for the 4Dwm window manager. If it exists, it is used instead of /usr/lib/X11/system.4Dwmrc. The file .4Dwmrc can be used to add or change: - menus - key bindings - mouse button bindings Additional menus allow you to start your own application by mouse click from the background screen. This will be discussed on page 12 of this document. The file .sgisession This file can be used to automatically start applications upon login. You can just enter the names of the applications as they would be entered in a UNIX shell, e.g.: insight & xclock & netscape The ’&’ starts the application in background. If you don’t do this, applications might wait for each other to finish. 1 The file .auxchestrc This file can be used to add functions to the Toolchest. The application toolchest will interpret the two files: /usr/lib/X11/system.chestrc and /usr/people/<user>/.auxchestrc This will be discussed on page 12 of this in document. 1.This only counts for applications that do not return the UNIX prompt after start up. 8 Function keys in X-windows set function keys for an "xterm" UNIX shell - type cd to change to your home directory - edit (e.g. vi) the file .Xresources; enter your personal choice of function keys, e.g.: XTerm*VT100.Translations: #override \ Shift<Key>F1: string("ftp ftp.bruker.de") \n\ Ctrl<Key>F1: string("cd /pub/nmr/xwinnmr/patches") \n\ <Key>F1: string("cd /pub/nmr/courses+manuals") \n\ Shift<Key>F2: string("netscape") \n\ Ctrl<Key>F2: string("http://www.bruker.de") \n\ <Key>F2: string("http://www.bruker.com") \n\ To include a carriage return, add string(0x0a), e.g.: Shift<Key>F1: string("ftp ftp.bruker.de") string(0x0a) \n\ - edit (e.g. vi) the file .auxchestrc; enter the following lines: Menu Desktop { "Xkey" f.exec "xterm" } - log out and log in again - click on Desktop -> Xkey, which will open a new xterm, in which you can use the function keys. Each key can be used for three different commands by using the Shift and Control modifiers. Note that the order of the lines is important: Shift<key>, Ctrl<key>, <key>. Type man xterm for more information on xterm. 9 set function keys for a "winterm" UNIX shell - type cd to change to your home directory - edit (e.g. vi) the file keymap - enter your personal key functions e.g.: F1(shift): send("lpstat -t") F1(control): send("ps -fulp") F1(): send("ps -ef | grep xwin") F2(shift): send("cd ‘curd -a‘") F2(control): send("/etc/init.d/bruker_lmgr stop") F2(): send("/etc/init.d/bruker_lmgr start") - edit (e.g.
Recommended publications
  • Ebook - Informations About Operating Systems Version: August 15, 2006 | Download
    eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org AIX Internet: AIX AmigaOS Internet: AmigaOS AtheOS Internet: AtheOS BeIA Internet: BeIA BeOS Internet: BeOS BSDi Internet: BSDi CP/M Internet: CP/M Darwin Internet: Darwin EPOC Internet: EPOC FreeBSD Internet: FreeBSD HP-UX Internet: HP-UX Hurd Internet: Hurd Inferno Internet: Inferno IRIX Internet: IRIX JavaOS Internet: JavaOS LFS Internet: LFS Linspire Internet: Linspire Linux Internet: Linux MacOS Internet: MacOS Minix Internet: Minix MorphOS Internet: MorphOS MS-DOS Internet: MS-DOS MVS Internet: MVS NetBSD Internet: NetBSD NetWare Internet: NetWare Newdeal Internet: Newdeal NEXTSTEP Internet: NEXTSTEP OpenBSD Internet: OpenBSD OS/2 Internet: OS/2 Further operating systems Internet: Further operating systems PalmOS Internet: PalmOS Plan9 Internet: Plan9 QNX Internet: QNX RiscOS Internet: RiscOS Solaris Internet: Solaris SuSE Linux Internet: SuSE Linux Unicos Internet: Unicos Unix Internet: Unix Unixware Internet: Unixware Windows 2000 Internet: Windows 2000 Windows 3.11 Internet: Windows 3.11 Windows 95 Internet: Windows 95 Windows 98 Internet: Windows 98 Windows CE Internet: Windows CE Windows Family Internet: Windows Family Windows ME Internet: Windows ME Seite 1 von 138 eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org Windows NT 3.1 Internet: Windows NT 3.1 Windows NT 4.0 Internet: Windows NT 4.0 Windows Server 2003 Internet: Windows Server 2003 Windows Vista Internet: Windows Vista Windows XP Internet: Windows XP Apple - Company Internet: Apple - Company AT&T - Company Internet: AT&T - Company Be Inc. - Company Internet: Be Inc. - Company BSD Family Internet: BSD Family Cray Inc.
    [Show full text]
  • System Administration
    System Administration Varian NMR Spectrometer Systems With VNMR 6.1C Software Pub. No. 01-999166-00, Rev. C0503 System Administration Varian NMR Spectrometer Systems With VNMR 6.1C Software Pub. No. 01-999166-00, Rev. C0503 Revision history: A0800 – Initial release for VNMR 6.1C A1001 – Corrected errors on pg 120, general edit B0202 – Updated AutoTest B0602 – Added additional Autotest sections including VNMRJ update B1002 – Updated Solaris patch information and revised section 21.7, Autotest C0503 – Add additional Autotest sections including cryogenic probes Applicability: Varian NMR spectrometer systems with Sun workstations running Solaris 2.x and VNMR 6.1C software By Rolf Kyburz ([email protected]) Varian International AG, Zug, Switzerland, and Gerald Simon ([email protected]) Varian GmbH, Darmstadt, Germany Additional contributions by Frits Vosman, Dan Iverson, Evan Williams, George Gray, Steve Cheatham Technical writer: Mike Miller Technical editor: Dan Steele Copyright 2001, 2002, 2003 by Varian, Inc., NMR Systems 3120 Hansen Way, Palo Alto, California 94304 1-800-356-4437 http://www.varianinc.com All rights reserved. Printed in the United States. The information in this document has been carefully checked and is believed to be entirely reliable. However, no responsibility is assumed for inaccuracies. Statements in this document are not intended to create any warranty, expressed or implied. Specifications and performance characteristics of the software described in this manual may be changed at any time without notice. Varian reserves the right to make changes in any products herein to improve reliability, function, or design. Varian does not assume any liability arising out of the application or use of any product or circuit described herein; neither does it convey any license under its patent rights nor the rights of others.
    [Show full text]
  • Indigo Magic™ User Interface Guidelines
    Indigo Magic™ User Interface Guidelines Document Number 007-2167-001 CONTRIBUTORS Written by Jackie Neider, Deb Galdes, John C. Stearns, and Arthur Evans Illustrated by John C. Stearns, Arthur Evans, Delle Maxwell, and Doug O’Morain Edited by Christina Cary Style Card designed and illustrated by Kay Maitz Principal architects of the Silicon Graphics Style: Deb Galdes, Mike Mohageg, Michael Portuesi, Rob Myers, and Betsy Zeller Special thanks to Donna Davilla, Debbie Myers, Dave Ciemiewicz, Steve Yohanan, and Kim Rachmeler Other contributions by Dave Story, Eva Manolis, Susan Dahlberg, Doug Young, Josie Wernecke, Susan Angebranndt, Roger Powell, Dave Mott, Tom Davis, David Curley, Ken Jones, Richard Wright, Ron Edmark, Victor Riley, Ashmeet Sidana, Ken Kershner, Joel Tesler, Bob Brown, Dan Miley, Greg Ferguson, Jerry Granucci, Ed Immenschuh, Grace Pariante, Delle Maxwell, Rebecca Underwood, James Raby, Pete Sullivan, Mike Chow, Tony Wong, Jamie Schein, Mike Keeler, Anna Wichansky, Beth Fryer, Robert Reimann © Copyright 1994, Silicon Graphics, Inc.— All Rights Reserved This document contains proprietary and confidential information of Silicon Graphics, Inc. The contents of this document may not be disclosed to third parties, copied, or duplicated in any form, in whole or in part, without the prior written permission of Silicon Graphics, Inc. RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure of the technical data contained in this document by the Government is subject to restrictions as set forth in subdivision (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS 52.227-7013 and/ or in similar or successor clauses in the FAR, or in the DOD or NASA FAR Supplement.
    [Show full text]
  • Retrocomputer Magazine
    JRetrocomputerur Magazineassic AnnoN 5 - Numero 27e - Gennaiow 2010s In prova: Atari 800 Jurassic News - Anno 5 - numero 27 - gennaio 2010 Jurassic News In allegato il compilatore PL/Bit per Apple II Rivista aperiodica di Retro-computing Gennaio 2010 Coordinatore editoriale Tullio Nicolussi [Tn] Editoriale Signori, si cambia!, 3 Redazione Sonicher [Sn] [email protected] Retrocomputing Hanno collaborato a Quello che ci siamo persi, 4 questo numero: Tullio Nicolussi [Tn] Retro Riviste Salvatore Macomer [Sm] Super Apple, 30 Lorenzo 2 [L2] Le prove di JN Besdelsec [Bs] Silicon Graphics - Indigo, 8 Lorenzo Paolini [Lp] Mario Raspanti [Mr] Retro Linguaggi Lisp (parte 2), 38 Il Racconto Impaginazione e grafica Automatik (3) - La bisca, 18 Anna [An] Diffusione Edicola Abandoned Time, 42 [email protected] Come eravamo Storia dell’interfaccia utente (2) La rivista viene diffusa in formato PDF via Internet , 24 agli utenti registrati sul SAP Corner sito Biblioteca www.jurassicnews.com. After the Software War, 28 SAP Netweaver 7.0 trial ed., 44 la registrazione è gratuita e anonima; si gradisce comunque una registrazione nominativa. TAMC Apple Club Algoritmi di Sort (5), 34 Tutti i linguaggi dell’Apple (12), Contatti 48 [email protected] Copyright I marchi citati sono di copyrights dei rispettivi proprietari. La riproduzione con qualsiasi mezzo di In Copertina illustrazioni e di articoli pubblicati sulla rivista, Il menù di start-up di un sistema Indigo della Computer nonché la loro traduzione, è riservata e non può Graphics, una workstation UNIX di alto livello che ha puntato avvenire senza espressa sulla grafica la sua offerta di sistemi ad alte prestazioni.
    [Show full text]
  • SGI® Opengl Multipipe™ User's Guide
    SGI® OpenGL Multipipe™ User’s Guide Version 2.3 007-4318-012 CONTRIBUTORS Written by Ken Jones and Jenn Byrnes Illustrated by Chrystie Danzer Production by Karen Jacobson Engineering contributions by Craig Dunwoody, Bill Feth, Alpana Kaulgud, Claude Knaus, Ravid Na’ali, Jeffrey Ungar, Christophe Winkler, Guy Zadicario, and Hansong Zhang COPYRIGHT © 2000–2003 Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission is granted to copy, distribute, or create derivative works from the contents of this electronic documentation in any manner, in whole or in part, without the prior written permission of Silicon Graphics, Inc. LIMITED RIGHTS LEGEND The electronic (software) version of this document was developed at private expense; if acquired under an agreement with the USA government or any contractor thereto, it is acquired as "commercial computer software" subject to the provisions of its applicable license agreement, as specified in (a) 48 CFR 12.212 of the FAR; or, if acquired for Department of Defense units, (b) 48 CFR 227-7202 of the DoD FAR Supplement; or sections succeeding thereto. Contractor/manufacturer is Silicon Graphics, Inc., 1600 Amphitheatre Pkwy 2E, Mountain View, CA 94043-1351. TRADEMARKS AND ATTRIBUTIONS Silicon Graphics, SGI, the SGI logo, InfiniteReality, IRIS, IRIX, Onyx, Onyx2, OpenGL, and Reality Center are registered trademarks and GL, InfinitePerformance, InfiniteReality2, IRIS GL, Octane2, Onyx4, Open Inventor, the OpenGL logo, OpenGL Multipipe, OpenGL Performer, Power Onyx, Tezro, and UltimateVision are trademarks of Silicon Graphics, Inc., in the United States and/or other countries worldwide. MIPS and R10000 are registered trademarks of MIPS Technologies, Inc.
    [Show full text]
  • AVS on UNIX WORKSTATIONS INSTALLATION/ RELEASE NOTES
    _________ ____ AVS on UNIX WORKSTATIONS INSTALLATION/ RELEASE NOTES ____________ Release 5.5 Final (50.86 / 50.88) November, 1999 Advanced Visual Systems Inc.________ Part Number: 330-0120-02 Rev L NOTICE This document, and the software and other products described or referenced in it, are con®dential and proprietary products of Advanced Visual Systems Inc. or its licensors. They are provided under, and are subject to, the terms and conditions of a written license agreement between Advanced Visual Systems and its customer, and may not be transferred, disclosed or otherwise provided to third parties, unless oth- erwise permitted by that agreement. NO REPRESENTATION OR OTHER AFFIRMATION OF FACT CONTAINED IN THIS DOCUMENT, INCLUDING WITHOUT LIMITATION STATEMENTS REGARDING CAPACITY, PERFORMANCE, OR SUI- TABILITY FOR USE OF SOFTWARE DESCRIBED HEREIN, SHALL BE DEEMED TO BE A WARRANTY BY ADVANCED VISUAL SYSTEMS FOR ANY PURPOSE OR GIVE RISE TO ANY LIABILITY OF ADVANCED VISUAL SYSTEMS WHATSOEVER. ADVANCED VISUAL SYSTEMS MAKES NO WAR- RANTY OF ANY KIND IN OR WITH REGARD TO THIS DOCUMENT, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PUR- POSE. ADVANCED VISUAL SYSTEMS SHALL NOT BE RESPONSIBLE FOR ANY ERRORS THAT MAY APPEAR IN THIS DOCUMENT AND SHALL NOT BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMI- TATION INCIDENTAL, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR RELATED TO THIS DOCUMENT OR THE INFORMATION CONTAINED IN IT, EVEN IF ADVANCED VISUAL SYSTEMS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. The speci®cations and other information contained in this document for some purposes may not be com- plete, current or correct, and are subject to change without notice.
    [Show full text]
  • IRIX® Admin System Configuration and Operation
    IRIX® Admin System Configuration and Operation 007-2859-017 COPYRIGHT © 1992-2001 Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission is granted to copy, distribute, or create derivative works from the contents of this electronic documentation in any manner, in whole or in part, without the prior written permission of Silicon Graphics, Inc. LIMITED RIGHTS LEGEND The electronic (software) version of this document was developed at private expense; if acquired under an agreement with the USA government or any contractor thereto, it is acquired as "commercial computer software" subject to the provisions of its applicable license agreement, as specified in (a) 48 CFR 12.212 of the FAR; or, if acquired for Department of Defense units, (b) 48 CFR 227-7202 of the DoD FAR Supplement; or sections succeeding thereto. Contractor/manufacturer is Silicon Graphics, Inc., 1600 Amphitheatre Pkwy 2E, Mountain View, CA 94043-1351. TRADEMARKS AND ATTRIBUTIONS Challenge, Indigo, IRIS, IRIX, Octane, and Onyx are registered trademarks and SGI, Crimson, Indigo2, IRIS FailSafe, IRIS InSight, IRIS WorkSpace, IRIX Networker, NUMAlink, Origin, Performance Co-Pilot, Power Challenge, Power Indigo2, Power Onyx, the SGI logo, and XFS are trademarks of Silicon Graphics, Inc. Indy is a registered trademark, used under license in the United States and owned by Silicon Graphics, Inc., in other countries worldwide. Centronics is a trademark of Centronics Data Computer Corporation. Cray is a registered trademark of Cray, Inc. Documenter’s Workbench is a trademark of Novell, Inc. FrameMaker, Illustrator, and PostScript are trademarks of Adobe Systems, Incorporated.
    [Show full text]
  • Dual Channel Display Guide for Silicon Graphics Octane2™ And
    Dual Channel Display Guide for Silicon Graphics Octane2™ and Silicon Graphics Fuel™ Workstations 007-4209-003 CONTRIBUTORS Written by Alan Stein and Eric Zamost Illustrated by Dan Young Production by Karen Jacobson Contributions by Darren Au, Marc Hannah, Matt Hoy, Matt Humphreys, Niaz Khan, Jim Pagura, Ken Williams, and Zao Yang COPYRIGHT © 2002, Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission is granted to copy, distribute, or create derivative works from the contents of this electronic documentation in any manner, in whole or in part, without the prior written permission of Silicon Graphics, Inc. LIMITED RIGHTS LEGEND The electronic (software) version of this document was developed at private expense; if acquired under an agreement with the USA government or any contractor thereto, it is acquired as "commercial computer software" subject to the provisions of its applicable license agreement, as specified in (a) 48 CFR 12.212 of the FAR; or, if acquired for Department of Defense units, (b) 48 CFR 227-7202 of the DoD FAR Supplement; or sections succeeding thereto. Contractor/manufacturer is Silicon Graphics, Inc., 1600 Amphitheatre Parkway 2E, Mountain View, CA 94043-1351. TRADEMARKS AND ATTRIBUTIONS Silicon Graphics, SGI, the SGI logo, Octane, and IRIX are registered trademarks, and Silicon Graphics Fuel, Octane2, and VPro are trademarks, of Silicon Graphics, Inc. UNIX is a registered trademark of The Open Group in the United States and other countries. Envi-Ro-Tech is a trademark of Tech Spray, L.P. For regulatory and compliance information, see your Octane or Octane2 Workstation Owner’s Guide.
    [Show full text]
  • SGI® Opengl Vizserver™ Administrator's Guide
    SGI® OpenGL Vizserver™ Administrator’s Guide Version 3.5.1 007-4481-011 CONTRIBUTORS Written by Jenn McGee and Ken Jones Illustrated by Chrystie Danzer Engineering contributions by Younghee Lee and Yochai Shefi-Simchon COPYRIGHT © 2002–2005 Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission is granted to copy, distribute, or create derivative works from the contents of this electronic documentation in any manner, in whole or in part, without the prior written permission of Silicon Graphics, Inc. LIMITED RIGHTS LEGEND The software described in this document is “commercial computer software” provided with restricted rights (except as to included open/free source) as specified in the FAR 52.227-19 and/or the DFAR 227.7202, or successive sections. Use beyond license provisions is a violation of worldwide intellectual property laws, treaties and conventions. This document is provided with limited rights as defined in 52.227-14. TRADEMARKS AND ATTRIBUTIONS Silicon Graphics, SGI, the SGI logo, IRIX, InfiniteReality, Octane, Onyx, Onyx2, OpenGL and Tezro are registered trademarks and InfinitePerformance, InfiniteReality2, InfiniteReality3, InfiniteReality4, Octane2, Onyx4, OpenGL Vizserver, Performance Co-Pilot, SGI ProPack, Silicon Graphics Fuel, Silicon Graphics Prism, and UltimateVision are trademarks of Silicon Graphics, Inc., in the United States and/or other countries worldwide. AMD is a registered trademark of Advanced Micro Devices, Inc. Fedora and Red Hat are registered trademarks of Red Hat, Inc. Linux is a registered trademark of Linus Torvalds, used with permission by Silicon Graphics, Inc. Intel is a registered trademark of Intel Corporation.
    [Show full text]
  • IRIX® Interactive Desktop User Interface Guidelines
    IRIX® Interactive Desktop User Interface Guidelines Document Number 007-2167-006 CONTRIBUTORS Written by Jackie Neider, Deb Galdes, and Wendy Ferguson Part III by Renate Kempf, Deb Galdes, and Mike Mohageg Updated by Max Anderson Illustrated by Dany Galgani, Delle Maxwell, and Doug O’Morain Edited by Susan Wilkening Production by Karen Jacobson Principal architects of the IRIX Interactive Desktop Style: Deb Galdes, Delle Maxwell, Mike Mohageg, Michael Portuesi, Rob Myers, and Betsy Zeller. Principal architects of the 3D Style: Rikk Carey, Deb Galdes, Paul Isaacs, Mike Mohageg, and Rob Myers. Special thanks to Donna Davilla, Debbie Myers, Peter Sullivan, and Dave Ciemiewicz. © Copyright 1998, 2001 Silicon Graphics, Inc.— All Rights Reserved This document contains proprietary and confidential information of Silicon Graphics, Inc. The contents of this document may not be disclosed to third parties, copied, or duplicated in any form, in whole or in part, without the prior written permission of Silicon Graphics, Inc. RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure of the technical data contained in this document by the Government is subject to restrictions as set forth in subdivision (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS 52.227-7013 and/or in similar or successor clauses in the FAR, or in the DOD or NASA FAR Supplement. Unpublished rights reserved under the Copyright Laws of the United States. Contractor/manufacturer is Silicon Graphics, Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94043-1389. Silicon Graphics, the Silicon Graphics logo, IRIS, and IRIX are registered trademarks of Silicon Graphics, Inc.
    [Show full text]
  • MSC Patran® 2006
    MSC Patran® 2006 Installation and Operations Guide Corporate MSC.Software Corporation 2 MacArthur Place Santa Ana, CA 92707 USA Telephone: (800) 345-2078 Fax: (714) 784-4056 Europe MSC.Software GmbH Am Moosfeld 13 81829 Munich, Germany Telephone: (49) (89) 43 19 87 0 Fax: (49) (89) 43 61 71 6 Asia Pacific MSC.Software Japan Ltd. Shinjuku First West 8F 23-7 Nishi Shinjuku 1-Chome, Shinjuku-Ku Tokyo 160-0023, JAPAN Telephone: (81) (3)-6911-1200 Fax: (81) (3)-6911-1201 Worldwide Web www.mscsoftware.com Disclaimer This documentation, as well as the software described in it, is furnished under license and may be used only in accordance with the terms of such license. MSC.Software Corporation reserves the right to make changes in specifications and other information contained in this document without prior notice. The concepts, methods, and examples presented in this text are for illustrative and educational purposes only, and are not intended to be exhaustive or to apply to any particular engineering problem or design. MSC.Software Corporation assumes no liability or responsibility to any person or company for direct or indirect damages resulting from the use of any information contained herein. User Documentation: Copyright 2006 MSC.Software Corporation. Printed in U.S.A. All Rights Reserved. This notice shall be marked on any reproduction of this documentation, in whole or in part. Any reproduction or distribution of this document, in whole or in part, without the prior written consent of MSC.Software Corporation is prohibited. The software described herein may contain certain third-party software that is protected by copyright and licensed from MSC.Software suppliers.
    [Show full text]
  • Opengl® on Silicon Graphics® Systems
    OpenGL® on Silicon Graphics® Systems About This Guide What This Guide Contains What You Should Know Before Reading This Guide Background Reading OpenGL and Associated Tools and Libraries X Window System: Xlib, X Toolkit, and OSF/Motif Other Sources Conventions Used in This Guide Typographical Conventions Function Naming Conventions Changes in this Version of the Manual Chapter 1 OpenGL on Silicon Graphics Systems Using OpenGL With the X Window System GLX Extension to the X Window System Libraries, Tools, Toolkits, and Widget Sets Note to IRIS GL Users Extensions to OpenGL Debugging and Performance Optimization Debugging Your Program Tuning Your OpenGL Application Maximizing Performance With IRIS Performer Location of Example Source Code Chapter 2 OpenGL and X: Getting Started Background and Terminology X Window System on Silicon Graphics Systems X Window System Concepts Libraries, Toolkits, and Tools Widgets and the Xt Library Other Toolkits and Tools Integrating Your OpenGL Program With IRIS IM Simple Motif Example Program Looking at the Example Program Integrating OpenGL Programs With XSummary Compiling With OpenGL and Related Libraries Link Lines for Individual Libraries Link Lines for Groups of Libraries Chapter 3 OpenGL and X: Examples Using Widgets About OpenGL Drawing−Area Widgets Drawing−Area Widget Setup and Creation Input Handling With Widgets and Xt Creating Colormaps Widget Troubleshooting Using Xlib Simple Xlib Example Program Creating a Colormap and a Window Xlib Event Handling Using Fonts and Strings Chapter 4 OpenGL and
    [Show full text]