--- linux-2.6.8/drivers/video/aty/mach64_cursor.c 2004-10-15 22:25:16.000000000 +0200 +++ linux-2.6.head/drivers/video/aty/mach64_cursor.c 2004-10-16 22:57:34.434688080 +0200 @@ -198,7 +198,7 @@ int atyfb_cursor(struct fb_info *info, s } } - if (cursor->enable) { + if (info->cursor.enable) { wait_for_fifo(1, par); aty_st_le32(GEN_TEST_CNTL, aty_ld_le32(GEN_TEST_CNTL, par) | HWCURSOR_ENABLE, par);