Your message dated Tue, 8 Jun 2010 10:48:26 +0100
with message-id <20100608094826.ga23...@riva.ucam.org>
has caused the report #582142,
regarding 915resolution doesn't work with 945GME
to be marked as having been forwarded to the upstream software
author(s) grub-de...@gnu.org
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
582142: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582142
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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]
--- End Message ---