Lenovo U160, Debian, Intel...
Christophe Gallaire <[email protected]>
| Newsgroups | gmane.linux.debian.devel.french |
|---|---|
| Message-ID | <20110320203443.GA8380@namak> |
Bonjour, Comme je ne sais pas trop où me tourner je vous soumets le problème et la réponse de Chris Wilson de chez Intel : On Sun, 20 Mar 2011 18:52:07 +0100, Christophe Gallaire <[email protected]> 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-video-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 @+ Christophe -- Christophe Gallaire Attention ! Suppression des mails entrants dont la taille est supérieure à 2Mo ! N'envoyez, s'il vous plaît, que des pièces jointes en formats ouverts. --------------- Nouveau carnet de route : http://www.road2mayotte.org/blook --------------- Clé de chiffrement : 7803AAAA
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBAgAGBQJNhmTjAAoJECFQ+AF4A6qqjtEIAI0s534alGnrj6MnKMjfnRRg 6YQ/mdJ4cXu7KHroMbVEfTnjvzj1IZW7qm8fk64f+P5YRjha2DWG9Ryixjn1H6wt sFD6CQ5siSFESzosDHCOZZ8eaq/b+c4OomItzq82kqwMhi0ddiki+rZBGPr+Xe0N kOVFypH6M48dBqjS7q3wqfCPcIIL+DqCyI0PM4UI46RdKul74HomwUCALFwvqLu1 cAfOhT2DfTCGC1nQHdoyjKb7sgfwF2urSC8ytDTWDHZfj7DEV3Q8KhBxJNte5byW EEa1+lfzFYe4E/6h0z/6FOZNXbhHBSqdZaEpJHw8Dun6d2XT5Xn7q65lQHD9sHE= =fTcX -----END PGP SIGNATURE-----