Jump to content

How to change screen console resolution ROCK64 Armbian Ubuntu 18.04?


Recommended Posts

Posted (edited)

I've read many tutorials and tried many tips on how to change console resolution in Armbian Ubuntu 18.04 on ROCK64 but couldn't find any solution. I'm stuck with 4K resolution and can't reconfigure it down to 1920x1080. armbian-config tool lacks such basic functionality. Is there any way to do resolution change or do I have to get 1080p monitor?

It's fucked up doing such simple thing is so complicated. Wasted over 2 hours now researching and no solution yet.

Edited by fluoxethine
Posted

I was able to set screen resolution on OrangePi4 by appending this line:

extraargs=video=1920x1080@60

To /boot/armbianEnv.txt .

 

On my board the screen is turned on only after a little while after the powering up, so I have figured out that the screen resolution is set by the kernel, not by u-boot. Thus you need to add a parameter to kernel command line.

The line has to be added verbatim without quotes (as suggested elsewhere) and then everything after first = is inserted into the middle of Kernel command line (check dmesg output).

I hope, this helps.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines