From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Appleman Subject: [PATCH] master-compat: Compile i915 DRM for out-of-tree. Optimus laptops need it. Date: Fri, 11 Nov 2011 05:23:59 -0500 Message-ID: <4EBCF7BF.3080600@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000206060201080703000609" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org This is a multi-part message in MIME format. --------------000206060201080703000609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, a machine with both an Intel and Nvidia GPU needs both drivers built as modules otherwise the former will not work properly. - Eric --------------000206060201080703000609 Content-Type: text/x-patch; name="makefile_i915_drm.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="makefile_i915_drm.patch" 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 \ --------------000206060201080703000609 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --------------000206060201080703000609--