Index: trunk/Ohana/src/kii/setup/CheckVisual.c
===================================================================
--- trunk/Ohana/src/kii/setup/CheckVisual.c	(revision 2890)
+++ trunk/Ohana/src/kii/setup/CheckVisual.c	(revision 5700)
@@ -1,5 +1,5 @@
 # include "Ximage.h"
 # define NPIXELS 64
-# define DEBUG 0
+# define DEBUG 1
 
 /* DirectColor doesn't seem to work, even though it is available:
@@ -143,4 +143,5 @@
 
   if (!def) {
+    if (DEBUG) fprintf (stderr, "allocated private colormap\n");
     graphic[0].colormap = XCreateColormap (graphic[0].display, RootWindow (graphic[0].display, graphic[0].screen), graphic[0].visual, AllocNone);
   }
