|
From: James S. <jsi...@tr...> - 2002-04-29 22:53:01
|
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 */
|