Results 1 to 2 of 2

Thread: Custom resolution for the TTY console for raspberry pi ubuntu latest 22.04

  1. #1
    Join Date
    Oct 2019
    Beans
    1

    Custom resolution for the TTY console for raspberry pi ubuntu latest 22.04

    I just got a small LCD screen. The resolution is 1920x500 over hdmi.

    I have installed ubuntu server with no GUI. On my 1080p monitor, the resolution appears normal, but when i plug it into this monitor, its at 640x480 stretched.

    When I plugin my windows pc into this monitor I am able to get 1920x500.

    I tried to modify the /boot/firmware/config.txt to include the following lines,

    Code:
    hdmi_cvt=1920 500 60 6
    hdmi_group=2
    hdmi_mode=65
    hdmi_drive=2
    It still looks the same. I have attached what it looks like.

    Just to be clear, I am trying to change the resolution of the TTY console. How do I change the resolution?
    Attached Images Attached Images
    Last edited by anarchy89; June 21st, 2022 at 03:55 PM.

  2. #2
    Join Date
    Dec 2014
    Beans
    2,683

    Re: Custom resolution for the TTY console for raspberry pi ubuntu latest 22.04

    Not surprising that it doesn't work. According to the reference for config.txt at raspberrypi.com mode 65 is the custom mode in group 1. For group 2 you could try mode 87.

    Holger

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •