Hello INX Lovers and Users,<br><div class="gmail_quote">
<br>
For those who would like larger font in INX try this:<br>
<br>
Edit the file /etc/default/grub, and find the line that<br>
looks like:<br>
<br>
#GRUB_GFXMODE=640x480<br>
<br>
Uncomment it, and change it to your desired resolution.  It should be<br>
supported by your video card.  This should cause the initial grub boot<br>
screen to be shown at that resolution, but you would need sighted<br>
assistance to verify this.  Next, find the line that looks like:<br>
<br>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"<br>
<br>
Change this to:<br>
<br>
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"<br>
<br>
Then, run 'sudo update-grub2'.  Unfortunately, there is a bug in<br>
update-grub2, and the next step requires that you edit<br>
/boot/grub/grub.cfg.  Find the line that looks like:<br>
<br>
 set gfxmode=1920x1080<br>
<br>
It should show the resolution you chose, rather than 1920x1080.  On<br>
the line directly after this, add:<br>
<br>
 set gfxpayload=keep<br>
<br>
Try a reboot and see if it works.  Here's what these things are doing<br>
in theory.  gfxmode is the resolution grub sets at the initial console<br>
screen where you select which OS to boot.  It seems to work as<br>
advertised.  Normally, this mode is not kept for use in the consoles.<br>
The gfxpayload=keep says to use the same resolution on the consoles.<br>
Unfortunately, other issues get in the way and override this<br>
resolution.  If I boot with "splash", the console video mode on my<br>
laptop gets reset to 640x480.  I added "nomodeset" boot parameter, as<br>
some video cards don't like letting the kernel control the video<br>
modes.  This may or may not help on your system.<br>
<br>
I also fooled with some other magic parameters, and at one point I<br>
actually had it fully working, but I can't seem to find that<br>
configuration now.  The good news is that I can easily get the<br>
consoles to use my preferred resolution.  The bad news for me,<br>
however, is that the display is turned off when I'm in to consoles.<br>
Since I actually prefer 640x480 resolution, I'm going to go back to my<br>
old default settings.<br>
<br>
Be well,<br>
<br>
David Ring<br>
Green Harbor, MA<br>
<br>
-30-<br>
</div><br>