diff -urN ../linux-2.6.19-orig/drivers/video/tdfxfb.c drivers/video/tdfxfb.c --- ../linux-2.6.19-orig/drivers/video/tdfxfb.c 2006-11-30 06:57:37 +0900 +++ drivers/video/tdfxfb.c 2006-12-05 01:16:07 +0900 @@ -498,7 +498,7 @@ var->xres = (var->xres + 15) & ~15; /* could sometimes be 8 */ lpitch = var->xres * ((var->bits_per_pixel + 7)>>3); - if (var->xres < 320 || var->xres > 2048) { + if (var->xres < 256 || var->xres > 2048) { DPRINTK("width not supported: %u\n", var->xres); return -EINVAL; }