All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.