| Title: | DIGITAL UNIX (FORMERLY KNOWN AS DEC OSF/1) | 
| Notice: | Welcome to the Digital UNIX Conference | 
| Moderator: | SMURF::DENHAM | 
| Created: | Thu Mar 16 1995 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 10068 | 
| Total number of notes: | 35879 | 
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 8555.1 | mangled metaphors | NETRIX::"[email protected]" | Jarkko Hietaniemi | Thu Jan 23 1997 07:58 | 4 | 
| 8555.2 | look at the obvious | SEPPLT::MARK | Mark Garrett | Tue Jan 28 1997 06:10 | 5 | 
| You will probably find that the Screen save has started in the screen with the user logged in which does heaps of IO to the Xserver! Cheers Mark :) | |||||
| 8555.3 | Sorry, not so easy. | NETRIX::"[email protected]" | Jarkko Hietaniemi | Tue Jan 28 1997 10:02 | 4 | 
| Nothing so obvious I am afraid. This happens when the screen saver most definitely is not on. [Posted by WWW Notes gateway] | |||||
| 8555.4 | DECWIN::MCCARTNEY | Tue Jan 28 1997 16:36 | 5 | ||
|     Are you using the font server?  If so, has it been stopped for any
    reason?
    
    Irene
    
 | |||||
| 8555.5 | Check fontpath for fontserver | NETRIX::"[email protected]" | Madeline T. Asmus | Wed Jan 29 1997 14:42 | 25 | 
| Two possibilities. 1. If you add a fontsever to the fontpath and then remove it, (fp+ tcp/##.##.##.##:7100 ; fp- tcp/##.##.##.##) this will cause the Xserver to consume 99% of the CPU very quickly. 2. If a fontserver is specified in the fontpath, and that fontserver disconnects once, the 99% CPU consumption occurs. This turned out to be a bug direct from the XConsortium. Specifically font rendering code no longer properly cleaned up fontserver connections. A workaround is to comment out the font_renderer from the server config file. As root edit /var/X11/Xserver.conf comment out this line. ! < fr_fs libfr_fs.so fs_register_fpe_functions > or keep a watch out on the ups and downs of a referenced fontserver. Good Luck, Madeline [Posted by WWW Notes gateway] | |||||