Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63436 - kernel module i915 missing (causes no DRI in xorg-x11-6.8.0)
Summary: kernel module i915 missing (causes no DRI in xorg-x11-6.8.0)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 08:50 UTC by Matteo Settenvini
Modified: 2004-09-28 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
i915 patch for inclusion in gentoo-dev-sources (i915.diff,49.36 KB, patch)
2004-09-09 09:06 UTC, Matteo Settenvini
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Settenvini 2004-09-09 08:50:32 UTC
Starting xorg 6.8.0 is painfully slow. This could probably be caused by the lack of DRI (that in 6.7.x worked well).

Xorg, in fact, uses i810 as a driver for most Intel8x0 cards. However, when starting 6.8.0, it is now said that kernel module i915 is missing.

I haven't been able to find any module with that name in latest gentoo-dev-sources (2.6.8-r4). The only reference to i915 i have in kernel sources is in intel-agp, but modprobing it doesn't solve the issue.

Surfing the web, I found some references to a patch for the kernel. However, I don't think it is included in kernel sources yet.

If I understood right, it would be better to have it as a patch in gentoo-dev-sources until official inclusion in the kernel by linus.

Some links I saw:
http://www.faqchest.com/linux/KERNEL/kern-04/kern-0408/kern-0408174/kern04082905_08953.html
and a message from Dave Airlie:
http://www.ussg.iu.edu/hypermail/linux/kernel/0408.3/1296.html
Comment 1 Matteo Settenvini 2004-09-09 09:06:36 UTC
Created attachment 39256 [details, diff]
i915 patch for inclusion in gentoo-dev-sources

I tried manually applying the attached patch, it worked well and solved the
issue reported in the bug.

Xorg is still _really_ slow on startup (>2min versus 15-20sec in xorg 6.7), but
that has to be another issue. The patch solves the problem stated in this bug.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-09 17:16:24 UTC
forwarding your request to the kernel team
Comment 3 Bryan Stine (RETIRED) gentoo-dev 2004-09-09 17:35:29 UTC
The newest x11-drm (20040827) does have an i915 module.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-09 17:52:42 UTC
seeing as we provide it in the ~x86 x11-drm package, taking x11 off this bug.  I leave it to the kernel team to decide if they want it in the kernel or not.
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2004-09-26 07:09:34 UTC
Nope, we'll leave it to the DRM guys to get into the mainstream kernel. For now, please use the ~arch x11-drm package.
Comment 6 Matteo Settenvini 2004-09-28 08:00:06 UTC
(marginal note) it seems i915 has been accepted as a part of the mainstream kernel and will be inside 2.6.9 vanilla sources.