KB 758040 - Fix: High-Resolution Display Issue on ASUS ESC N8-E11V OOB Management & Ubuntu Server 24.04

KB 758040 - 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:
  1. sudo nano /etc/default/grub

Modify or ensure the following lines are set:

  1. GRUB_GFXMODE=1024x768 GRUB_GFXPAYLOAD_LINUX=keep
Explanation:
  • GRUB_GFXMODE sets the initial GRUB menu resolution.

  • GRUB_GFXPAYLOAD_LINUX=keep tells the Linux kernel to retain the resolution set by GRUB during OS boot.

After saving changes, update GRUB and reboot:

  1. sudo update-grub
  2. sudo reboot


    • Related Articles

    • KB 532001 - 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 ...
    • KB 237013 - 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 ...
    • KB 471633 - 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 ...
    • KB 754123 - 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. ...
    • KB 093001 - 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 ...
    • Recent Articles

    • KB-630208 | How to use Find and Locate to search for files in Linux

      Purpose To provide Linux administrators and Field Engineers with guidance on using the find and locate utilities to efficiently search for files and directories within a Linux filesystem based on criteria such as name, type, size, timestamps, ...
    • KB-630164 | How to use rsync to Synchronize Files

      Purpose To provide a clear and practical procedure for using the rsync utility to synchronize files and directories between local systems and remote hosts, including push and pull operations, while preserving file attributes and optimizing data ...
    • KB-630107 | How to create a Linux swap file

      Purpose To provide Field Engineers and Linux administrators with a standardized procedure for creating, configuring, and validating a Linux swap file. This procedure helps ensure sufficient virtual memory is available when physical RAM is exhausted ...
    • MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims

      MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims MSI's standard warranty does not cover physical or accidental damage to an All-in-One (AIO) PC. If the damage is determined to be caused by external factors rather than a ...
    • KB 134833 - Troubleshooting NVSM Alert NV-CPU-XX – Unrecoverable CPU Internal Error

      Purpose This document provides a general troubleshooting procedure for the NVIDIA System Management (NVSM) alert NV-CPU-XX, which indicates that a CPU has reported an internal error. The article outlines how to verify whether the alert represents an ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • KB 775235 - Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • KB 692001 - Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • KB 298031 - M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...