Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision d227101926028711e095e37ad2b5e2f5f3d340a9)
+++ kernel/arch/mips32/src/mips32.c	(revision 5f24137d560f5f077807a0a6fd458ec00e5789db)
@@ -128,5 +128,5 @@
 {
 #ifdef CONFIG_FB
-	fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
+	fb_init(0x12000000, 640, 480, 24, 1920, false); // gxemul framebuffer
 #endif
 	sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1);
