From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: linux-fbdev-devel@lists.sourceforge.net,
Sylvain Meyer <sylvain.meyer@worldonline.fr>,
"Buttchereit, Axel (XLsigned)" <XL@XLsigned.net>
Subject: Re: Re: Added 915G to intelfb of 2.6.10-kernel-sources
Date: Sat, 29 Jan 2005 05:54:24 +0800 [thread overview]
Message-ID: <200501290554.24649.adaplas@hotpop.com> (raw)
In-Reply-To: <41FA6B64.6090506@worldonline.fr>
On Saturday 29 January 2005 00:42, Sylvain Meyer wrote:
> Hi Axel,
>
> Thanks for your patch but could you format it as described in this
> document
> http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
>
> and resend it.
>
> The best is to use these tools to maintain and send kernel patches
> http://www.zip.com.au/~akpm/linux/patches/
>
> Also you should subscribe and send fbdev-related mails to
> linux-fbdev-devel@lists.sourceforge.net
>
> Regards
> Sylvain
>
> Buttchereit, Axel (XLsigned) a écrit:
> > Hi,
> >
> > though I'm quite sure that the attached patch (intelfb-...) is far
> > from complete
> > I think that someone/you (guessing from the comments that you are
> > maintaining
> > the code) might be interested in my work.
Can you resend the patch that touches only intelfb? Also, there are a lot
of XLSigned with the printk's, what is that?
> >
> > Having no technical documentation (from Intel) I had to "develop" the
> > patch by
> > looking at the xfree/xorg-code that already supports I915G and by using
> > trial-and-error (My ThinkCentre's internal graphics device is an I915G
> > and that made me start working on this subject).
> >
> > During development and testing I've discovered that the way "intelfb"
> > and maybe
> > other framebuffer-drivers are using "modedb" does not work, if
> > compiled as a
> > module. The initial "modedb entries" are lost (overwritten?) when
> > "fb_find_mode"
> > is called from the module. Linking "intelfb" into the kernel works as
Because the modedb array is marked __init. You can however pass
the vesa_modes array instead to fb_find_mode().
> > expected.
> >
> > ByTheWay: Why isn't the framebuffer module (intelfb) automatically
> > loaded, if
> > "video=intelfb:..." is specified as kernel-parameter?
If you want it loaded automatically, compile the driver statically. If you don't
want to load a compiled-in driver, use:
video=intelfb:off
Tony
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
next prev parent reply other threads:[~2005-01-28 22:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <41F9BEA6.2030300@XLsigned.net>
2005-01-28 16:42 ` Added 915G to intelfb of 2.6.10-kernel-sources Sylvain Meyer
2005-01-28 21:54 ` Antonino A. Daplas [this message]
2005-01-28 22:41 ` Buttchereit, Axel (XLsigned)
2005-01-29 0:19 ` Antonino A. Daplas
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=200501290554.24649.adaplas@hotpop.com \
--to=adaplas@hotpop.com \
--cc=XL@XLsigned.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=sylvain.meyer@worldonline.fr \
/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;
as well as URLs for NNTP newsgroup(s).