Comment 5 for bug 583462

Revision history for this message
Anthony Liguori (anthony-codemonkey) wrote :

This is now fixed by:

commit 111f8ec99b67aeef152c71a5db12f0c0cb2422bd
Author: Jan Kiszka <email address hidden>
Date: Sun May 23 10:29:34 2010 +0200

    sdl: Do not disable screensaver by default

    Unless we are running in full-screen mode, QEMU's SDL window should not
    disable the host's screensaver. The user can still change this behaviour
    by setting the environment variable SDL_VIDEO_ALLOW_SCREENSAVER as
    desired.

    Signed-off-by: Jan Kiszka <email address hidden>
    Signed-off-by: Anthony Liguori <email address hidden>