grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 915resolution doesn't work with 945GME


From: Colin Watson
Subject: Re: 915resolution doesn't work with 945GME
Date: Tue, 8 Jun 2010 10:48:26 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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                                       address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]