Re:2.5.70-mm4

From: Vitalis Tiknius (vt@vt.fermentas.lt)
Date: Wed Jun 04 2003 - 06:08:24 EST


re. cdrom mount problem: so far, so good with all combinations.

vesafb problem: does not work with memory >1Gb.

with patch:

--- vesafb.c.old 2003-06-04 12:12:03.000000000 +0200
+++ vesafb.c 2003-06-04 12:40:28.000000000 +0200
@@ -227,7 +227,7 @@
         vesafb_defined.xres = screen_info.lfb_width;
         vesafb_defined.yres = screen_info.lfb_height;
         vesafb_fix.line_length = screen_info.lfb_linelength;
- vesafb_fix.smem_len = screen_info.lfb_size * 65536;
+ vesafb_fix.smem_len = screen_info.lfb_width * screen_info.lfb_height *
vesafb_defined.bits_per_pixel;
         vesafb_fix.visual = (vesafb_defined.bits_per_pixel == 8) ?
                 FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
 
from http://bugs.gentoo.org/show_bug.cgi?id=19061 all is ok. it is not the
time to apply this patch?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:23 EST