Bug#582142: 915resolution doesn't work with 945GME

Sergio Perticone g4ll0ws at gmail.com
Tue May 18 16:33:28 UTC 2010


Package: grub2
Version: 1.98-1
Severity: normal
Tags: sid patch

There's a problem with 915resolution module.
When I try to set a video mode with 945GME chipset, grub just hangs up.
The problem is in unlock_vbios(), here's the fix:

--- a/915resolution.c   2010-05-18 18:05:32.965790414 +0200
+++ b/915resolution.c   2010-05-18 18:05:49.674790137 +0200
@@ -518,6 +518,7 @@
     case CT_915GM:
     case CT_945G:
     case CT_945GM:
+    case CT_945GME:
     case CT_946GZ:
     case CT_G965:
     case CT_Q965:





More information about the Pkg-grub-devel mailing list