SetFrameBuffer
status_t SetFrameBuffer(int32 width, int32 height);
if (SetSpace(B_8_BIT_640x480) < B_OK || SetFrameBuffer(640, 2048) < B_OK) {