odroid-m1:os_images:ubuntu:20220926

Release Date 2022-10-18
Release Type New Image
  • None, includes fixes in earlier version.
  • Introducing new ROS2 ready image for a developer.
Username Password
odroid odroid
target
sudo apt update
sudo apt upgrade

Changing console resolution and refresh rate

Console resolution and refresh rate can be changed with the environment variable 'resolution' and 'resolution' respectively in /boot/config.ini. The values for 'resolution' and 'refresh' must follow the VESA standard.

'resolution' - width and height of display resolution in a form of <width>x<height>.

  • 640×480
  • 800×600
  • 1024×768
  • 1280×1024
  • 1920×1080
  • 2560×1440

'refresh' - display refresh rate, 60 will be applied by default if 'refresh' is missing.

  • 30
  • 60
/boot/config.ini
[generic]
...
resolution=1024x768
refresh=60
...
  • odroid-m1/os_images/ubuntu/20220926.txt
  • Last modified: 2022/10/18 17:20
  • by steve.jeong