Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Apr 2002 18:53:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Apr 2002 18:53:10 -0400 Received: from www.transvirtual.com ([206.14.214.140]:14092 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Mon, 29 Apr 2002 18:53:10 -0400 Date: Mon, 29 Apr 2002 15:52:47 -0700 (PDT) From: James Simmons To: "Ivan G." cc: LKML , LFB Subject: Re: 2.5.11 framebuffer kernel panic In-Reply-To: <02042914382500.00843@cobra.linux> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/