I have a spare desktop with dietpi installed.
I have a spare 4K TV on this desktop.
I can’t change the resolution of the TV to something lower, so how can I change the resolution of the terminal locally? Is there a way to force it to run at 1080 or 720?
I’ve tried adding
framebuffer_width=1280
framebuffer_height=720
to /boot/dietpi.txt
There are settings for xorg and VPN, but nothing for HDMI or terminal resolution.
TIA
Daz.
Do you want to change really the resolution of the display or the font size of the terminal?
And I’m assuming correctly you don’t run a desktop environment, but a headless installation?
I’d prefer resolution, force 1080P. But font size might do just as well.
Yes it’s headless, though I do use need local access a couple of times a week.
I was able to set the resolution with a bootparameter in /etc/default/grub but when the tty loads, it gets overriden by something.
Then I found this: https://github.com/MichaIng/DietPi/issues/1227#issuecomment-368846000 and I added / changed this:
(sudo nano /etc/default/grub)