| When you say "monitor", most people in the workstation business think you mean
"the thing with the picture tube", which has no relavence at all here. I am
assuming that you are talking about the NCD X terminal.
It could certainly be a bug in the NCD server, (or perhaps you have made a real
error, and the bug is in our stuff).
There is no "param" error in the X protocol. It should be either Value or
Match. (Or perhaps the text translation in Xlib is strange, although I've never
seen this one). In any case, the problems with copy plane are:
Value: The bit-plane argument to CopyPlane must have exactly 1 bit set, and
its value must be less than 2**<number of planes>.
Match: The two drawables have to have the same screen (hard to imagine they
would not on an NCD).
Hmmm. I wonder if there is something funny about the way the NCD swaps the
bits in bitplane (assuming that it has a different bit/byte ordering from us).
Burns
|