Terje, What you may try is to force GCompris to not zoom itself. This way we will see if the rescaling causes the slowlyness. To do this, you must hack gcompris.c at line 284, replace: zoom_factor = MIN(xratio, yratio); into; zoom_factor = 1.0; Let me know what it does. Bruno.