From: Willy TARREAU <willy@w.ods.org>
To: marcelo@conectiva.com.br, vandrove@vc.cvut.cz, hch@infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][2.4] was: Matrox FB problem in latest 2.4.21-rc1-BK
Date: Sun, 27 Apr 2003 10:57:11 +0200 [thread overview]
Message-ID: <20030427085711.GA181@pcw.home.local> (raw)
In-Reply-To: <20030427083232.GA171@pcw.home.local>
Hi again,
OK I found it to be a typo in cset-1.1134 (intel fb fixes) which disabled CFB8.
It now works with this patch. Christoph, you might also have the typo in your
tree.
Cheers,
Willy
--- linux-2.4.21-rc1-bk1137/drivers/video/Config.in Sun Apr 27 09:46:41 2003
+++ linux-2.4.21-rc1-fb/drivers/video/Config.in Sun Apr 27 10:41:01 2003
@@ -299,7 +299,7 @@
"$CONFIG_FB_PMAG_BA" = "y" -o "$CONFIG_FB_PMAGB_B" = "y" -o \
"$CONFIG_FB_MAXINE" = "y" -o "$CONFIG_FB_TX3912" = "y" -o \
"$CONFIG_FB_SIS" = "y" -o "$CONFIG_FB_NEOMAGIC" = "y" -o \
- "$CONFIG_FB_STI" = "y" -o "$CONFIG_FB_HP300" = "y" -o
+ "$CONFIG_FB_STI" = "y" -o "$CONFIG_FB_HP300" = "y" -o \
"$CONFIG_FB_INTEL" = "y" ]; then
define_tristate CONFIG_FBCON_CFB8 y
else
On Sun, Apr 27, 2003 at 10:32:32AM +0200, Willy TARREAU wrote:
> Hello,
>
> I just compiled 2.4.21-rc1 + bk cset-1.1137, and now the Matrox framebuffer
> always starts in 640x480 mode, whatever the mode I tell it. Moreover, fbset
> returns "ioctl: FBIOPUT_VSCREENINFO: invalid argument". This is on a G400,
> and still works correctly on 2.4.21-rc1, so the problem really is within the
> latest BK changes. I don't understand, since this cset doesn't contain matrox
> changes, and no FB changes except intel's !
>
> This is on a dual Athlon-XP 1800, Asus A7M266-D, 512 MB RAM, G400 video card.
>
> I will try to revert changes one by one, but by the time, here is my epurated
> .config (# lines removed). I append "video=matrox:vesa:0x107" to the cmdline.
next prev parent reply other threads:[~2003-04-27 8:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-27 8:32 Matrox FB problem in latest 2.4.21-rc1-BK Willy TARREAU
2003-04-27 8:57 ` Willy TARREAU [this message]
2003-04-27 9:02 ` [PATCH][2.4] was: " Christoph Hellwig
2003-04-27 9:15 ` bunk
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=20030427085711.GA181@pcw.home.local \
--to=willy@w.ods.org \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=vandrove@vc.cvut.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.