diff --git a/XPS-13-7390-2-in-1--.md b/XPS-13-7390-2-in-1--.md index a0cee99..d39ce5e 100644 --- a/XPS-13-7390-2-in-1--.md +++ b/XPS-13-7390-2-in-1--.md @@ -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): ~~~ -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. +~~~ plymouth.force-scale=3 +~~~ ~~~ 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. -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 Disable secure boot in bios to permit Hibernate.