Re: 2.5.11 framebuffer kernel panic

From: James Simmons (jsimmons@transvirtual.com)
Date: Mon Apr 29 2002 - 17:52:47 EST


Try this patch and tell me if it works.

--- /usr/src/linux-2.5.11/drivers/video/aty/atyfb_base.c Mon Apr 29 10:48:07 2002
+++ atyfb_base.c Mon Apr 29 15:48:22 2002
@@ -2625,7 +2625,7 @@
 
 #ifdef CONFIG_FB_ATY_CT
     /* Erase HW Cursor */
- if (info->cursor)
+ if (info->cursor && (fb->currcon >= 0))
         atyfb_cursor(&fb_display[fb->currcon], CM_ERASE,
                      info->cursor->pos.x, info->cursor->pos.y);
 #endif /* CONFIG_FB_ATY_CT */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 22:00:18 EST