Jump to content

LucasM

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Try change the disp_mode option in the file /boot/armbianEnv.txt to the resolution of the screen If it doesn't work: - ls /sys/class/drm/ - cat /sys/class/drm/*/modes The first one is to discovery the exact name of your display connection. In my case (orange pi pc connected via hdmi) it appears card0-HDMI-A-1, so the name of display connection is HDMI-A-1. The second one is to check the available resolutions from your display device. In addition to change disp_mode, add a line with extraargs to the file /boot/armbianEnv.txt. Here is my example, adapt it to your case: extraargs=video=HDMI-A-1:1920x1080@60 Note: the refresh rate does not appears in the command "cat /sys/class/drm/*/modes"
  2. Here's the link to the PR: https://github.com/armbian/documentation/pull/169
  3. Sure! Many things was extracted from there (armbian docs), I will put some uncovered topics there.
  4. Hello Everyone This is my first topic here. To help myself in the future I did a guide to adjust armbian configuration and settings. This guide contains topics like: Maintaining the board updated Adjusting personal settings (keyboard, timezone, locale) Setting the sound output (default sound output to HDMI) Disable the desktop environment Setting the numlock to "ON" at start up Dealing with 4k video resolution It was based on my experience dealing with Orangepi PC (H3), but many things could be reused to others boards. I hope this guide may be helpful: https://github.com/lbmendes/armbian-settings/blob/main/README.md
  5. Hi thanks for the excellent job with armbian. I don't have much experience but I want to learn and colaborate as board maintainer. My board is an orangepipc. github: https://github.com/lbmendes
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines