*** radeonfb.c Fri Oct 17 23:43:34 2003 --- /usr/src/linux-2.6.0-test6/drivers/video/radeonfb.c Wed Oct 1 13:19:40 2003 *************** *** 2090,2096 **** --- 2090,2099 ---- } /* Update fix */ + /* info->fix.line_length = rinfo->pitch*64; + */ + info->fix.line_length = mode->xres_virtual*(mode->bits_per_pixel/8); info->fix.visual = rinfo->depth == 8 ? FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_DIRECTCOLOR; #ifdef CONFIG_BOOTX_TEXT