Fix: High-Resolution Display Issue on ASUS ESC N8-E11V OOB Management & Ubuntu Server 24.04
When using the ASUS ESC N8-E11V server with Out-of-Band (OOB) Management via BMC (Baseboard Management Controller), users have reported that:
-
The remote KVM session (accessed via HTTPS GUI) defaults to an unusually high resolution (1920x1200), causing constant scrolling on standard displays.
-
This persists even though the Ubuntu Server 24.04 installation has no GUI and is configured in GRUB for a lower resolution (1024x768).
The high resolution displayed through OOB KVM is not directly governed by the OS settings but by the virtual display resolution provided by the BMC. In the ASUS ESC N8-E11V, the BMC's default KVM resolution is set high to support modern displays, which may cause issues when accessed from screens with standard or lower resolutions.
Additionally, while the OS (Ubuntu Server) boots with specified VGA settings, unless explicitly configured, it doesn't enforce the resolution persistently across all boot stages, especially for the console and KVM views.
Solution: Forcing Persistent 1024x768 Resolution
1. Update GRUB Settings
Edit the default GRUB configuration file:
sudo nano /etc/default/grub
Modify or ensure the following lines are set:
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep
Explanation:
After saving changes, update GRUB and reboot:
sudo update-grub
sudo reboot
Related Articles
Ubuntu Server 22.04 Installation Hangs on ASUS WRX80e-SAGE Series
During the installation of Ubuntu Server 22.04 on ASUS WRX80E-SAGE series motherboards, the installation process hangs during the boot phase. The issue is associated with USB disk recognition errors, particularly with devices managed by the XHCI ...
Configuring BMC in ASUS Server
To configure the Baseboard Management Controller (BMC) IP address on an ASUS server, initially access the server's BIOS/UEFI settings and then configure the BMC network settings. Here's a step-by-step instructions Server BMC Configuration preparation ...
ASUS BMC- Static IP Network Setup
ASUS BMC—Static IP Network Setup Connect Network Cable Connect a network cable to the MGMT (Management) port. If the network has DHCP enabled, the server will automatically obtain an IP address. If DHCP is not enabled, follow the manual configuration ...
Asus GPU Server ESC8000A-E12 Failing to Power On
Asus GPU Servers Failing to Power On During the assembly process, several Asus GPU servers failed to power on. The issue was identified during initial hardware setup and pre-deployment verification. Further investigation is required to determine ...
How to Configure DNS on NetApp E-Series via SANtricity Manager
Purpose This article describes how to configure DNS servers on NetApp E-Series storage enclosures using the web-based BMC interface. Proper DNS configuration ensures successful name resolution for services such as NTP, AutoSupport, SMTP, and Syslog. ...