On Mon, 13 Dec 2010 00:27:06 +0100, Ole Tange <[email protected]> wrote:
> I just upgraded a Debian system.
> 
> After the upgrade X refuses to use the intel driver but insists on using VESA.

The -intel driver no longer uses UMS and relies on Kernel Mode Setting
instead. In order to activate KMS it needs to be either enabled when
compiled into your kernel, or you need to add i915.modeset=1 to your
module options, e.g.:

$ echo options i915 modeset=1 > /etc/modprobe.d/i915-kms.conf

This should have been taken care of during a debian upgrade.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
[email protected]: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: [email protected]

Reply via email to