Skip to content

Upgrade NVIDIA driver to 545+ for DRM framebuffer console #5

@eshork

Description

@eshork

Context

Current driver is nvidia-kernel-dkms 535.x. Driver 545+ adds nvidia-drm.fbdev=1 parameter which creates a proper DRM framebuffer that fbcon can use for a full-resolution console.

Current State

Using vga=792 kernel parameter for vesafb at 1024x768. This works but is limited to a fixed VESA resolution rather than the display's native resolution.

Suggested Fix

  1. Upgrade from nvidia-kernel-dkms 535.x to 545+ in config/package-lists/gpu-nvidia.list.chroot
  2. Add nvidia-drm.modeset=1 nvidia-drm.fbdev=1 to kernel cmdline in grub.cfg
  3. Consider installing console-setup package with appropriate font for high-DPI displays

Note

This is an enhancement, not required for functionality. The current vesafb console works with scrollback at 1024x768.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions