home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / 18413 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!munnari.oz.au!sgiblab!sgigate!odin!news
  3. From: ib@ivan.asd.sgi.com (Ivan Bach)
  4. Subject: Re: How to Determine Model
  5. Message-ID: <1993Jan1.164019.6501@odin.corp.sgi.com>
  6. Keywords: SGI, model, getinvent 
  7. Sender: news@odin.corp.sgi.com (Net News)
  8. Nntp-Posting-Host: ivan.asd.sgi.com
  9. Organization: Silicon Graphics, Inc., Mountain View, CA
  10. References: <AJ3U.93Jan1102020@larch.cs.virginia.edu> 
  11. Date: Fri, 1 Jan 1993 16:40:19 GMT
  12. Lines: 20
  13.  
  14. In article <AJ3U.93Jan1102020@larch.cs.virginia.edu> aj3u@larch.cs.virginia.edu
  15. (Asim Jalis) writes:
  16. > Is there a way to determine online what the version of my SGI
  17. > machine is?
  18. If by 'online' you mean within a program, your program can call getinvent
  19. to get information on hardware, and it can call getgdesc to get information
  20. on graphics.  
  21.  
  22. You can use commands such as:
  23.  
  24.     hinv
  25.     /usr/gfx/gfxinfo
  26.     xdpyinfo
  27.     uname -a
  28.  
  29. to display the information about hardware and graphics on your SGI machines.
  30. The command uname can be used to display, among other things, the type of CPU
  31. board installed in your SGI machine, such as IP6.
  32.  
  33. Ivan Bach, ib@sgi.com
  34.