How can I set the font size during Kubuntu installation? The default size is much too small.
Note 1: I tried using "Try Kubuntu" rather than "Install Kubuntu". Indeed I did have the opportunity to run xrandr by going to Konsole via the Start icon in the lower left corner. But no joy -- xrandr listed just one resolution, which was the maximum (3072x1920). It rejected my attempt to set it to 900x600. Maximizing the screen just gave me a lot of whitespace. Perhaps my hardware (a Dell Inspiron 16) has something to do with this.
Note 2: I can see a way to solve the problem, but I don't have enough knowledge to implement it. Create a program that change the resolution and then does another boot. I know that grub supports multiple stages of booting, but I don't see how to utilize that.
I tested with Kubuntu 20.04.1 LTS (and I think it works with all Kubuntu 20.04.x LTS iso files).
Quick and dirty method
Boot a live session 'Try Kubuntu' (do not select install here)
Start the installer from the icon on the desktop screen. Notice the size of the text. Make it full-screen in order to see the buttons in the bottom right corner also when the resolution is changed.
Run
xrandr
in a terminal window ('Konsole') and watch the output. Select one of the listed screen resolutions, one that is low enough to make the text big enough in the installer.I selected
but you might not have that resolution available, so select the best possible resolution. I think
800x600
is the lowest possible, that still works with the installer, but if you have a wide screen, there are probably better alternatives (for example the one I selected).Shift the focus to the installer window.
Go ahead installing and enjoy the improved size of the text.
Real modification of the font size
In computers, where you cannot select different resolutions, you can instead tweak the font size: Select
Menu - System Settings - Fonts
This method can also be applied in the installed system.