On Tue, May 18, 2010 at 06:33:28PM +0200, Sergio Perticone wrote:
> 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:

This seems reasonable to me, but I don't know 915resolution at all well.
grub-devel, does this look OK to apply?

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to