06-22-2023, 01:31 PM
I figured it out! I needed to change the terminal font and font size with:
The VGA font supports two large sizes (the ones that state they require framebuffer support).
And then to increase the screen brightness:
With these in place, I now have a pleasantly readable console experience.
Code:
sudo dpkg-reconfigure console-setup
The VGA font supports two large sizes (the ones that state they require framebuffer support).
And then to increase the screen brightness:
Code:
sudo apt install brightnessctl
sudo brightnessctl set 10
With these in place, I now have a pleasantly readable console experience.