From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Console Resolution with GRUB2
Date: Thu, 21 Feb 2013 16:19:14 -0600 [thread overview]
Message-ID: <51269D62.4050604@gmail.com> (raw)
In-Reply-To: <CADO5Rbhh27+AzN3ZdPeokPWHfwRO179n7LpytYz7rgAgfd-CiA@mail.gmail.com>
D.J.J. Ring, Jr. wrote:
> Hello Peter and the rest of the group.
>
> I appreciate Peter's efforts to help.
>
> However, nothing so far works as needed.
>
> With the old grub users who needed larger size characters simply added a
> vga= line to the boot code. It was simple.
>
> Now it seems to be very complex.
>
> In fact all the answers I can find on the various newsgroups no longer
> work. Also there is no one answer, but many answers, and then there are
> comments like "this no longer works".
> font
> Would someone make it so that users can make large fonts in the console?
> There are those of us who are nearly blind but still like to see the
> characters on the screen. We are comfortable using 640 x 480 configuration.
>
> Completely blind people of course have no need to change the font size. I
> understand and have changed the font size in the grub menu, but unless I
> can keep that resolution in the console, it is not what I want and need.
>
> If I could keep that character size in console while running the screen at
> high resolution it would be perfect.
>
> However, the problem still remains: It is very difficult to do for a new
> user who wishes to use a console only system as many blind users wish to.
>
> I am disappointed that I cannot find an answer to this question, if there
> is a better place to ask, I would be most happy to know of it, and I will
> ask there.
I don't know what others may say, but I just use a custom grub.cfg file.
Avoid the scripts in /etc/grub.d. After all the only thing really
needed in grub.cfg is:
### grub.cfg
set default=0
set timeout=5
insmod ext2
set root=(hd0,1)
menuentry "entry1" {}
menuentry "entry2" {}
etc. Adjust values to need.
Using this simple configuration, grub never changes the screen
resolution. Any other changes are OS specific.
-- Bruce
next prev parent reply other threads:[~2013-02-21 22:19 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-05 4:35 Console Resolution with GRUB2 D.J.J. Ring, Jr.
2013-02-05 5:32 ` Chris Murphy
2013-02-05 7:36 ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-02-05 15:10 ` D.J.J. Ring, Jr.
2013-02-05 15:18 ` D.J.J. Ring, Jr.
2013-02-06 4:02 ` D.J.J. Ring, Jr.
2013-02-06 5:28 ` Chris Murphy
2013-02-06 15:27 ` D.J.J. Ring, Jr.
2013-02-06 22:44 ` Pete Appleton
2013-02-07 21:49 ` D.J.J. Ring, Jr.
2013-02-21 21:59 ` D.J.J. Ring, Jr.
2013-02-21 22:19 ` Bruce Dubbs [this message]
2013-02-28 23:44 ` D.J.J. Ring, Jr.
2013-03-01 0:13 ` Bruce Dubbs
2013-03-01 1:31 ` D.J.J. Ring, Jr.
2013-03-01 1:48 ` Bruce Dubbs
2013-03-01 2:30 ` Gerard Butler
2013-03-01 2:42 ` Andrey Borzenkov
2013-03-01 2:42 ` Andrey Borzenkov
2013-03-01 18:25 ` Chris Murphy
2013-03-01 18:47 ` D.J.J. Ring, Jr.
2013-03-02 0:43 ` Jordan Uggla
2013-03-02 4:03 ` Andrey Borzenkov
2013-02-05 6:47 ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-02-05 7:29 ` David J. J. Ring, Jr.
2013-02-05 7:32 ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-02-05 7:35 ` Chris Murphy
-- strict thread matches above, loose matches on Subject: below --
2013-03-02 4:07 Gerard Butler
2013-03-02 6:08 ` D.J.J. Ring, Jr.
2013-03-02 6:20 ` D.J.J. Ring, Jr.
2013-03-02 6:41 ` Chris Murphy
2013-03-02 6:56 ` D.J.J. Ring, Jr.
2013-03-02 8:14 ` Jordan Uggla
2013-03-06 20:00 ` D.J.J. Ring, Jr.
2013-03-07 9:38 ` Jordan Uggla
2013-03-02 8:34 ` Andrey Borzenkov
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=51269D62.4050604@gmail.com \
--to=bruce.dubbs@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.