This commit is contained in:
Michel Le Cocq 2020-06-22 07:06:51 +02:00
parent 75d953c8eb
commit 815bebf3f4

View File

@ -135,7 +135,7 @@ Best way to address this would be to have GRUB automatically select the right fo
Workaround: let the default GRUB terminal driver, gfxterm, switch to a supported mode such as 1600x1200 (NB to list video modes, disable secure mode in the BIOS and run the videoinfo command in the GRUB shell accessed by pressing "c" from the GRUB menu): Workaround: let the default GRUB terminal driver, gfxterm, switch to a supported mode such as 1600x1200 (NB to list video modes, disable secure mode in the BIOS and run the videoinfo command in the GRUB shell accessed by pressing "c" from the GRUB menu):
~~~ ~~~
GRUB_GFXMODE=2048x1152 GRUB_GFXMODE=1280x1024
~~~ ~~~
~~~ ~~~
@ -148,7 +148,9 @@ Plymouth has logic to detect the proper scaling to apply, but it's still too sma
Add to GRUB_CMDLINE_LINUX in /etc/default/grub. Add to GRUB_CMDLINE_LINUX in /etc/default/grub.
~~~
plymouth.force-scale=3 plymouth.force-scale=3
~~~
~~~ ~~~
update-grub update-grub
@ -158,7 +160,13 @@ Console terminal uses too small fonts.
Note that the package shipping the Ubuntu Monospace font for the terminal, fonts-ubuntu-console, is not installed by default and only ships 8x16 fonts. Note that the package shipping the Ubuntu Monospace font for the terminal, fonts-ubuntu-console, is not installed by default and only ships 8x16 fonts.
Change the font by running dpkg-reconfigure console-setup, select a font face that supports a larger font size, for instance the Terminus font, and select a large font size such as 16x32; you need to reboot for the new font to be set. Change the font by running :
~~~
dpkg-reconfigure console-setup
~~~
select a font face that supports a larger font size, for instance the Terminus font, and select a large font size such as 16x32; you need to reboot for the new font to be set.
# activate hibernation in system # activate hibernation in system
Disable secure boot in bios to permit Hibernate. Disable secure boot in bios to permit Hibernate.