From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: Intel i3 / 945GM/ KMS / Debian Date: Sun, 20 Mar 2011 16:08:59 +0000 Message-ID: References: <20110320175207.GA28328@namak> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1113896490==" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 533529E75C for ; Sun, 20 Mar 2011 09:09:02 -0700 (PDT) In-Reply-To: <20110320175207.GA28328@namak> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Christophe Gallaire , Intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org --===============1113896490== Content-Type: text/plain On Sun, 20 Mar 2011 18:52:07 +0100, Christophe Gallaire wrote: > My machine, a Lenovo U160, running with an Intel i3, Debian, testing stage. I > tried everything to exploit the graphics capabilities with the driver > xserver-xorg-vidéo-intel from all branches of Debian. Activated with the KMS, > black screen at boot. Without KMS, black screen at GDM login. The U160 requires this hack: diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios index fb5b4d4..53ff16f 100644 --- a/drivers/gpu/drm/i915/intel_bios.c +++ b/drivers/gpu/drm/i915/intel_bios.c @@ -267,7 +267,7 @@ static int intel_bios_ssc_frequency(struct drm_device *dev, case 4: return alternate ? 100 : 96; default: - return alternate ? 100 : 120; + return alternate ? 120 : 100; } } When I work out why, I'm liable to get very angry. -Chris -- Chris Wilson, Intel Open Source Technology Centre --===============1113896490== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx --===============1113896490==--