* [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it.
@ 2011-11-11 10:23 Eric Appleman
[not found] ` <4EBCF7BF.3080600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Eric Appleman @ 2011-11-11 10:23 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
Hi, a machine with both an Intel and Nvidia GPU needs both drivers built
as modules otherwise the former will not work properly.
- Eric
[-- Attachment #2: makefile_i915_drm.patch --]
[-- Type: text/x-patch, Size: 330 bytes --]
diff --git a/nouveau/Makefile b/nouveau/Makefile
index 0a37e33..7405d43 100644
--- a/nouveau/Makefile
+++ b/nouveau/Makefile
@@ -59,7 +59,7 @@ DRMCFG := \
CONFIG_DRM_MGA=n \
CONFIG_DRM_I810=n \
CONFIG_DRM_I830=n \
- CONFIG_DRM_I915=n \
+ CONFIG_DRM_I915=m \
CONFIG_DRM_SIS=n \
CONFIG_DRM_SAVAGE=n \
CONFIG_DRM_VIA=n \
[-- Attachment #3: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <4EBCF7BF.3080600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it. [not found] ` <4EBCF7BF.3080600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2011-11-11 10:25 ` Eric Appleman [not found] ` <4EBCF80D.4050705-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Eric Appleman @ 2011-11-11 10:25 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1: Type: text/plain, Size: 234 bytes --] On 11/11/2011 05:23 AM, Eric Appleman wrote: > Hi, a machine with both an Intel and Nvidia GPU needs both drivers > built as modules otherwise the former will not work properly. > > - Eric Sorry, Thunderbird is bad with attachments. [-- Attachment #2: makefile_i915_drm.txt --] [-- Type: text/plain, Size: 330 bytes --] diff --git a/nouveau/Makefile b/nouveau/Makefile index 0a37e33..7405d43 100644 --- a/nouveau/Makefile +++ b/nouveau/Makefile @@ -59,7 +59,7 @@ DRMCFG := \ CONFIG_DRM_MGA=n \ CONFIG_DRM_I810=n \ CONFIG_DRM_I830=n \ - CONFIG_DRM_I915=n \ + CONFIG_DRM_I915=m \ CONFIG_DRM_SIS=n \ CONFIG_DRM_SAVAGE=n \ CONFIG_DRM_VIA=n \ [-- Attachment #3: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <4EBCF80D.4050705-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it. [not found] ` <4EBCF80D.4050705-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2011-11-12 8:27 ` Pekka Paalanen [not found] ` <4EBE4817.7030605@gmail.com> 0 siblings, 1 reply; 4+ messages in thread From: Pekka Paalanen @ 2011-11-12 8:27 UTC (permalink / raw) To: Eric Appleman; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Fri, 11 Nov 2011 05:25:17 -0500 Eric Appleman <erappleman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > On 11/11/2011 05:23 AM, Eric Appleman wrote: > > Hi, a machine with both an Intel and Nvidia GPU needs both > > drivers built as modules otherwise the former will not work > > properly. > > > > - Eric > Sorry, Thunderbird is bad with attachments. Sorry, I'm not going to apply this. This way of installing is meant only for nouveau, and building i915 is for most people useless. If you want both nouveau and i915, I would recommend building the whole kernel with both of these from either Nouveau linux tree, or Linus' tree. Or some other upstream tree. Thanks. -- Pekka Paalanen http://www.iki.fi/pq/ ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4EBE4817.7030605@gmail.com>]
[parent not found: <4EBE4817.7030605-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it. [not found] ` <4EBE4817.7030605-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2011-11-12 16:51 ` Pekka Paalanen 0 siblings, 0 replies; 4+ messages in thread From: Pekka Paalanen @ 2011-11-12 16:51 UTC (permalink / raw) To: Eric Appleman; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Sat, 12 Nov 2011 05:19:03 -0500 Eric Appleman <erappleman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > I agree with your rationale, but consider the following case that > has become increasingly important. Let's say a user wants to test > bleeding-edge Nouveau DRM on a Sandy Bridge laptop with Optimus > but doesn't have the knowledge or patience to roll an entire > kernel or wait for a packaged one. Building nouveau and i915 at > the same time would make for a convenient alternative and would > permit faster testing as Optimus solutions such as windump, > dma_buf, and Bumblebee continue to mature. The Makefile certainly > allows for it. Would a wiki comment be an acceptable alternative > to inclusion of this patch? Yeah, sure, documenting it in the wiki would be nice. But please do check all the i915 dependencies in the Kconfig files to make sure that i915 gets what it needs. The Makefile probably overrides many sanity checks in the kernel config system. Thanks. -- Pekka Paalanen http://www.iki.fi/pq/ ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-12 16:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 10:23 [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it Eric Appleman
[not found] ` <4EBCF7BF.3080600-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-11-11 10:25 ` Eric Appleman
[not found] ` <4EBCF80D.4050705-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-11-12 8:27 ` Pekka Paalanen
[not found] ` <4EBE4817.7030605@gmail.com>
[not found] ` <4EBE4817.7030605-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-11-12 16:51 ` Pekka Paalanen
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.