home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / maillis / xwindow / 17486 < prev    next >
Encoding:
Text File  |  1992-11-15  |  3.0 KB  |  79 lines

  1. Path: sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
  2. From: sinkwitz@ifi.unizh.ch (Rainer Sinkwitz)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: Re: XView 3 on SGI running IRIX 4.0.5 - Help please
  5. Message-ID: <1992Nov16.011145.12192@sm.sony.co.jp>
  6. Date: 16 Nov 92 01:11:45 GMT
  7. Sender: daemon@sm.sony.co.jp (The devil himself)
  8. Distribution: fj
  9. Organization: University of Zurich, Department of Computer Science
  10. Lines: 66
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: Tue, 10 Nov 92 09:48:57 GMT
  14. Message-Id: <1992Nov10.094857.457@ifi.unizh.ch>
  15. Newsgroups: comp.windows.x
  16. References: <74211@hydra.gatech.EDU>
  17. Sender: xpert-request@expo.lcs.mit.edu
  18.  
  19.  
  20. In article <74211@hydra.gatech.EDU>, gw18@prism.gatech.EDU (Greg Williams) writes:
  21. > I have gotten the sgi-unofficial-patch for xview and applied it on an SGI
  22. > running IRIX 4.0.5.  The main program comes up fine, but when I press any
  23. > buttons that aren't menus, the console freezes.  The code never reaches the
  24. > PANEL_NOTIFY_PROC, so it's locking up somewhere in the xview code.  Has anyone
  25. > encountered this, and if so, how did they fix it?  I did apply Patch-01 and
  26. > Patch-02 before the sgi patches.
  27. > Things are kinda desperate right now, so I'd really appreciate any help I can
  28. > get.  Please respond via email.
  29.  
  30.  
  31. For all of you still struggling...
  32.  
  33. Since some of you have been asking, here is how to circumvent the
  34. XView-4.0.5 bug:
  35.  
  36. THE BUG:
  37.    Any XView application run under the IRIX 4.0.5 Xsgi X11-server
  38.    will lock the Server on first mouse click and no more release
  39.    it until killed from somewhere else.
  40.    
  41. SOLUTIONS:
  42.   a) Run the application with '-Wfsdb' on the command line. Alternatively
  43.      you could use '-fullscreendebug'. 
  44.      
  45.   b) If you have the sources, add
  46.   
  47.          extern int fullscreendebug; 
  48.      
  49.      e.g. before main() and 
  50.      
  51.          fullscreendebug = 1;
  52.          
  53.      after the xv_init(...) call. This forces the program to set this
  54.      flag in any case - also when run with non-xview-buggy servers. But
  55.      it releases you of the danger of omitting -Wfsdb and locking your
  56.      screen.
  57.      
  58.   c) ONLY, if the program uses the 'fullscreen' package, you might add
  59.         
  60.         Fullscreen.Debug: True
  61.         
  62.       in $HOME/.Xresources or specify this resource on the command
  63.       line.  This flag currently disables grabs in both the 'window'
  64.       and the 'fullscreen' package, but is only set from resources
  65.       in the 'fullscreen' package.
  66.  
  67.  
  68. oooooo    oooo  Rainer Sinkwitz, Multimedia Lab         sinkwitz@ifi.unizh.ch
  69.  $   $   $   "  University of Zurich, Switzerland        VOICE +41-1-257-4346
  70.  $"$$    """"$  Inst.f.Informatik, Winterthurerstr. 190   FAX +41-1-363-00-35
  71. o$o "$o  $ooo"  CH-8057-Z\"urich
  72. -- 
  73. oooooo    oooo  Rainer Sinkwitz, Multimedia Lab         sinkwitz@ifi.unizh.ch
  74.  $   $   $   "  University of Zurich, Switzerland        VOICE +41-1-257-4346
  75.  $"$$    """"$  Inst.f.Informatik, Winterthurerstr. 190   FAX +41-1-363-00-35
  76. o$o "$o  $ooo"  CH-8057-Z\"urich
  77.