From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: "Frédéric L. W. Meunier" <0@pervalidus.tk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: matroxfb and 2.6.0-test2
Date: Tue, 29 Jul 2003 04:13:21 +0200 [thread overview]
Message-ID: <20030729021321.GA1282@vana.vc.cvut.cz> (raw)
In-Reply-To: <Pine.LNX.4.56.0307281958410.193@pervalidus.dyndns.org>
On Mon, Jul 28, 2003 at 08:34:40PM -0300, Frédéric L. W. Meunier wrote:
> The card is a Matrox Millenium G400 M4A32DG (single head).
>
> 2.6.0-test2 is the first 2.5.x I try, so I may be missing
> something.
>
> During make modules_install I noticed the following warning
> (yes, I installed the latest module-init-tools):
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.0-test2; fi
> WARNING: /lib/modules/2.6.0-test2/kernel/drivers/video/matrox/matroxfb_crtc2.ko
> needs unknown symbol matroxfb_enable_irq
Yes, I'll fix that. Arpi pointed that out to me when I backported
IRQ support to the 2.4.x. Just adding
EXPORT_SYMBOL(matroxfb_enable_irq);
at the end of drivers/video/matrox/matroxfb_base.c does the trick.
> I don't know if it's serious but then I rebooted from 2.4.21.
>
> My init script contains
>
> if lspci | grep -q 'MGA G400'; then
> modprobe matroxfb_base
> fi
>
> and /etc/modprobe.conf options matroxfb_base vesa=440
>
> After it the screen became corrupted with a dump of my last
> shutdown. All commands still worked. I don't use fbset at all.
> The logs don't have anything about matroxfb.
Try building matroxfb into the kernel. I believe that current VT system
does not take over console anymore if fbdev is loaded after fbcon, but
I never tested it myself.
Petr Vandrovec
next prev parent reply other threads:[~2003-07-29 2:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-28 23:34 matroxfb and 2.6.0-test2 Frédéric L. W. Meunier
2003-07-29 2:13 ` Petr Vandrovec [this message]
2003-07-29 5:14 ` Frédéric L. W. Meunier
2003-07-29 11:27 ` Wakko Warner
2003-07-29 17:02 ` James Simmons
-- strict thread matches above, loose matches on Subject: below --
2003-07-29 11:51 Petr Vandrovec
2003-07-29 12:53 ` Wakko Warner
2003-07-29 12:52 Petr Vandrovec
2003-07-30 15:43 ` Wakko Warner
[not found] <89B48AF68E2@vcnet.vc.cvut.cz>
2003-07-29 19:41 ` Frédéric L. W. Meunier
[not found] <8A361F82D2E@vcnet.vc.cvut.cz>
2003-07-30 3:19 ` Frédéric L. W. Meunier
2003-07-30 15:59 Petr Vandrovec
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=20030729021321.GA1282@vana.vc.cvut.cz \
--to=vandrove@vc.cvut.cz \
--cc=0@pervalidus.tk \
--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 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.