home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13049 < prev    next >
Encoding:
Text File  |  1992-08-30  |  2.4 KB  |  52 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!sgigate!odin!sgihub!zola!zuni!anchor!olson
  3. From: olson@anchor.esd.sgi.com (Dave Olson)
  4. Subject: Re: gamma w
  5. Message-ID: <p7vdqs0@zuni.esd.sgi.com>
  6. Sender: news@zuni.esd.sgi.com (Net News)
  7. Organization:  Silicon Graphics, Inc.  Mountain View, CA
  8. References: <1992Aug30.153510.92@gems.vcu.edu>
  9. Date: Sun, 30 Aug 92 20:52:05 GMT
  10. Lines: 40
  11.  
  12. In <1992Aug30.153510.92@gems.vcu.edu> jscarsdale@gems.vcu.edu writes:
  13.  
  14. | We're having an interesting and annoying problem with our iris 4d/35, 
  15. | irix 4.04.  Twice in the past week system.glgammaval in the /etc/config
  16. | directory has become corrupted with the result that no one can log
  17. | into the console (user logs in, but gets bumped out before any windows
  18. | come up, no info in the /usr/adm/SYSLOG file), and that pandora doesn't
  19. | come up, but instead we get the login screen that one gets when one
  20. | sets noiconlogin to TRUE.  Both times this has happened, a user has
  21. | been doing some development work involving BIOSYM's open interface
  22. | and INSIGHTII software packages; this of course is quite a large
  23. | image for our 16 Meg 4d/35G system, but the application running
  24. | may simply be coincidental and have nothing to do with the problem.
  25. | So, the question is--have any other users experienced similar 
  26. | problems on their SGI systems, what caused the problem and is
  27. | there a workaround; I thought I'd check the collective net.wisdom
  28. | before we logged a call to the TAC.
  29.  
  30. Far and away the most common cause of this is somebody logging
  31. out (as opposed to shutting down), and then turning the power off,
  32. or hitting the reset button.  In 4.0.5 both the X login scripts,
  33. and the gamma program have been beefed up to make this more 
  34. unlikely to happen.  I'd check to see if somebody isn't shutting
  35. the system down properly...
  36.  
  37. Change the gamma lines in /usr/lib/X11/xdm/{Xlogin,Xstartup}
  38. and /usr/bin/X11/X to look like this to help the situation some:
  39.  
  40.     glGammaFile=/etc/config/system.glGammaVal
  41.     glGammaDefault="1.7"
  42.     if [ -r $glGammaFile -a -s $glGammaFile ];  then
  43.             glGammaVal=`cat $glGammaFile`
  44.     else
  45.             glGammaVal=$glGammaDefault
  46.     fi
  47. --
  48. Let no one tell me that silence gives consent,  |   Dave Olson
  49. because whoever is silent dissents.             |   Silicon Graphics, Inc.
  50.     Maria Isabel Barreno                        |   olson@sgi.com
  51.