From: Colin Watson <cjwatson@ubuntu.com>
To: grub-devel@gnu.org
Cc: Sergio Perticone <g4ll0ws@gmail.com>, 582142-forwarded@bugs.debian.org
Subject: Re: 915resolution doesn't work with 945GME
Date: Tue, 8 Jun 2010 10:48:26 +0100 [thread overview]
Message-ID: <20100608094826.GA23950@riva.ucam.org> (raw)
In-Reply-To: <20100518163328.13011.58043.reportbug@localhost>
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 [cjwatson@ubuntu.com]
next parent reply other threads:[~2010-06-08 9:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100518163328.13011.58043.reportbug@localhost>
2010-06-08 9:48 ` Colin Watson [this message]
2010-06-08 12:39 ` 915resolution doesn't work with 945GME BVK Chaitanya
2010-06-08 13:21 ` Colin Watson
2010-06-08 13:25 ` Vladimir 'φ-coder/phcoder' Serbinenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100608094826.GA23950@riva.ucam.org \
--to=cjwatson@ubuntu.com \
--cc=582142-forwarded@bugs.debian.org \
--cc=g4ll0ws@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.