Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Hello all again, Can anyone tell me what the error message: " Xflush: server wakeup failed, operation blocked" means. Here is the context: The customer is trying to display a client window on a VS2000 (11Mb) from a DS3100 (8Mb) both running UWS 2.0. He gets this after about 28 minutes of sending the output window to the VS2000. If he recompiles the code on the VS2000 and sends the display to the DS3100, it responds in about 1 minute with a window on the DS3100 screen. Can anyone also help me to solve the problem, will upgrading both systems to 2.1 aleviate it, or do we have a bug (sorry, feature) in the Xqdsg server. Both are colour (or color to our American friends) systems and both are Ultrix. HELP! ... Les
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1716.1 | More windows? | KERNEL::CARLETONL | Hold a chicken in the air ... | Thu Dec 07 1989 05:01 | 14 |
Hi again guys, It appears that my customer is coming up against the limit on the number of windows he can create on the VS2000, so I now ask the question ... Is it possible to increase the max number of displayable windows on a X system (VS2000) by changing a parameter somewheres. Many thanks to all who repond Les UK/CSC/Ultrix/Group | |||||
1716.2 | idea...'virtual memory' | FUEL::graham | Gimme what you can get back... | Thu Dec 07 1989 20:54 | 7 |
> Is it possible to increase the max number of displayable windows >on a X system (VS2000) by changing a parameter somewhere. Up the swap variables. Also, get more memory if there is still space. Kris.. | |||||
1716.3 | Good idea! | KERNEL::CARLETONL | Hold a chicken in the air ... | Fri Dec 08 1989 08:36 | 6 |
> Up the swap variables. Any particular swap variables? Les | |||||
1716.4 | DECwin*woes Tuning 101... | SICVAX::GRAHAM | if ya want home cookin, stay home | Sat Dec 09 1989 20:44 | 38 |
re .3 >> Up the swap variables. > Any particular swap variables? The default swap partition on a VS 2000 is 'b'. You are always better off swapping on two separate disks, or, a bigger swap partition. Also, avoiding some of the colossal dx* clients should help. Dxterm can be replaced with xterm, dxsession with xdm, shutting off dxue on startup, etc.. Use 'chpt(8)' and 'newfs(8)' with great care. A more thorough discussion on altering disk partitions is at NAC::ULTRIX From the ULTRIX man pages... >NAME > chpt - change a disk partition table >SYNTAX > /etc/chpt [ -a ] [ -d ] [ -q ] [ -v ] [ [ -px offset size ] > ... ] device >DESCRIPTION > The chpt command lets you alter the partition sizes of a > disk pack. Using chpt, you can tailor your system disks and > their partitions to suit your system's individual needs. > If you want to create a file system on a partition that has > been modified, you must use newfs(8). Kris.. |