# HG changeset patch # User syrjala # Date 1092074412 0 # Node ID 4cffd6585cd3342fd1ab3421754d4219e5459651 # Parent 6f18105c058a4df08906ac0c5ee8940f170e25fd Don't use flicker filtering. diff -r 6f18105c058a -r 4cffd6585cd3 libvo/vo_dfbmga.c --- a/libvo/vo_dfbmga.c Mon Aug 09 15:53:10 2004 +0000 +++ b/libvo/vo_dfbmga.c Mon Aug 09 18:00:12 2004 +0000 @@ -631,7 +631,7 @@ if (use_crtc2) { dlc.flags = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS; dlc.buffermode = buffermode; - dlc.options = DLOP_FLICKER_FILTERING; + dlc.options = DLOP_NONE; #if DIRECTFBVERSION > 916 if (field_parity != -1) {