> As it turns out (I think??), Haiku app_server seems to not respect the > framebuffer adress given to it (GET_FRAME_BUFFER_CONFIG) by the driver. > It really should: it's no requirement of any driver to pinpoint it's > framebuffer at offset zero in the cardram. It only gets the address by using GET_FRAME_BUFFER_CONFIG. > Could one of you tell me if app_server uses fbc for the buffer location > or not? And if not, fix it? It sure does. How would it even work if it didn't? See src/servers/app/drawing/AccelerantBuffer.cpp. Best regards, -Stephan