HDMI is getting initialized by the in U-Boot FTD to 1080p@60Hz and the DTB used by the Kernel. You can change it there (needs developer skills and tools) if you want other resolutions.
optargs is supported yes, but the disp.screen0 parameter is not.
05-03-2016, 02:45 PM
(This post was last modified: 05-03-2016, 02:55 PM by marco97pa.)
I am a linux noob, but thanks for your help longsleep. So,what should we do to change the resolution?
If you are not a Linux developer you do nothing and wait until someone creates a way for you.
05-03-2016, 03:19 PM
(This post was last modified: 05-03-2016, 03:44 PM by Faye.)
Ah, now I see how it works. The dts has an entry for boot_disp, which has the value 0x040a. I tried changing this to what I thought it would be but it turns out to have been wrong - it picked a 3D mode - so that's entertaining! I tried using dtc from the Ubuntu 16.04 device-tree-compiler package but it couldn't read the format so I don't trust the dtb it generates. longsleep how are you generating the dtb?
Sent from my iPad using Tapatalk
I didn't correctly determine the meaning of the values. Boot_disp sets the mode, I get a corrupted screen when I'm trying stuff, so I am going to stop guessing how it works for now.
Sent from my iPad using Tapatalk