Index: libvo/x11_common.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v retrieving revision 1.176 diff -u -r1.176 x11_common.c --- libvo/x11_common.c 8 Aug 2004 23:22:04 -0000 1.176 +++ libvo/x11_common.c 13 Oct 2004 13:23:04 -0000 @@ -371,7 +371,10 @@ WinID = 0; // use root win if (vo_depthonscreen) + { + saver_off(mDisplay); return 1; // already called + } XSetErrorHandler(x11_errorhandler);