From: Pontus Fuchs I need the following patch for radeonfb to work on my Asus L5. See http://bugs.xfree86.org/show_bug.cgi?id=561 for more info. drivers/video/radeonfb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/radeonfb.c~asus-L5-fix drivers/video/radeonfb.c --- 25/drivers/video/radeonfb.c~asus-L5-fix 2003-10-01 01:37:14.000000000 -0700 +++ 25-akpm/drivers/video/radeonfb.c 2003-10-01 01:37:14.000000000 -0700 @@ -1099,7 +1099,7 @@ static int radeon_get_dfpinfo_BIOS(struc printk("radeonfb: detected DFP panel size from BIOS: %dx%d\n", rinfo->panel_xres, rinfo->panel_yres); - for(i=0; i<20; i++) { + for(i=0; i<21; i++) { tmp0 = rinfo->bios_seg + readw(tmp+64+i*2); if (tmp0 == 0) break; _