mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vitalis Tiknius <vt@vt.fermentas.lt>
To: linux-kernel@vger.kernel.org
Subject: Re:2.5.70-mm4
Date: Wed, 4 Jun 2003 13:08:24 +0200	[thread overview]
Message-ID: <200306041308.24120.vt@vt.fermentas.lt> (raw)

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?

             reply	other threads:[~2003-06-04  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-04 11:08 Vitalis Tiknius [this message]
2003-06-04 10:12 ` Re:2.5.70-mm4 Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200306041308.24120.vt@vt.fermentas.lt \
    --to=vt@vt.fermentas.lt \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®