(This would also apply to Proxmox Backup Server, as it's a Linux issue.)
My server hardware is just strange enough that Linux is not correctly detecting the resolution of my monitor. I've got a 1440x900 display, and PVE is stuck outputting at 640x480, with several columns of the left side of the screen cut off... which has resulted in a rather unusable TTY console when directly connected to the server.
I know it's got something to do with Linux itself, as the boot splash and BIOS screens render perfectly.
I've tried researching how to manually set/force a specific console TTY resolution, but all the results I've found are ancient. They either recommend using
I'm using UEFI with SystemD, so Grub-based solutions won't help.
Does anyone have any advice? I can SSH in, but in the event of trouble it's really useful to be able to actually hook a keyboard and monitor up to the server.
My server hardware is just strange enough that Linux is not correctly detecting the resolution of my monitor. I've got a 1440x900 display, and PVE is stuck outputting at 640x480, with several columns of the left side of the screen cut off... which has resulted in a rather unusable TTY console when directly connected to the server.
I know it's got something to do with Linux itself, as the boot splash and BIOS screens render perfectly.
I've tried researching how to manually set/force a specific console TTY resolution, but all the results I've found are ancient. They either recommend using
fbset
(which is so old it doesn't work and just throws an error), or modifying your GRUB config.I'm using UEFI with SystemD, so Grub-based solutions won't help.

Does anyone have any advice? I can SSH in, but in the event of trouble it's really useful to be able to actually hook a keyboard and monitor up to the server.