$NetBSD: patch-ak,v 1.1 1999/04/03 21:45:17 mycroft Exp $ --- src/unix/video-drivers/xf86_dga.c.orig Sat Apr 3 15:46:22 1999 +++ src/unix/video-drivers/xf86_dga.c Sat Apr 3 15:46:13 1999 @@ -243,11 +243,13 @@ XStoreColor(display,xf86ctx.cmap,&color); } +#if 0 if(!XF86DGAInstallColormap(display,xf86ctx.screen,xf86ctx.cmap)) { fprintf(stderr_file,"XF86DGAInstallColormap failed\n"); return 1; } +#endif return 0; }