--- linux-2.6.33/drivers/gpu/drm/radeon/r100.c 2010-02-28 09:31:55.000000000 +0000 +++ linux-2.6.33-as/drivers/gpu/drm/radeon/r100.c 2010-02-28 15:57:19.000000000 +0000 @@ -2815,6 +2815,9 @@ unsigned u, i, w, h; int ret; + /* XXX: Disable texture check until R200 fake texture enable supported */ + return 0; + for (u = 0; u < track->num_texture; u++) { if (!track->textures[u].enabled) continue;