Hello Lee, > However, only garbled pixels get rendered to my Pixmap. I've attached > the simplest test case I could write that demonstrates this. It seems like you never draw anything into the pixmap, notice how you you draw into the `win' in the CreateBigPixmap instead of rendering into the drawable. So the drawable contains garbage, when you try to draw on it. Miguel