Comment 42 for bug 398188

Revision history for this message
In , yakuizhao (yakui-zhao) wrote :

(In reply to comment #33)
> Again, switching CONFIG_DRM_I915 yields the error "This This feature depends on
> another which has been configured as a module. As a result, this feature will
> be built as a module." when trying to switch from 'm' to 'y' within 'make
> menuconfig'. Could you give detailed instructions?
>
> I do not know how to "confirm that the test is based on the drm-dave/drm-next
> tree". Could you give detailed instructions?
please use the following command to get the Dave's drm-2.6 tree and then switch to drm-next.
   git clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
>
> I do not know how to apply the patch on xserver. I have fetched the xserver
> source with "apt-get source xserver-xorg", but the source does not contain the
> file to be patched (xf86Crtc.c). Could you give detailed instructions?
>
You can download the xorg-xserver source code from
http://cgit.freedesktop.org/xorg/xserver/commit/?id=xorg-server-1.6.3
and then apply the patch on it.
And from the xorg log it seems that the patch is already applied. And it confirms that the mode(0x0) is related with the linux kernel.

In fact when patch set in comment #13 is applied, the issue will be fixed.
Thanks.
>