Dear Dong, On Wednesday 18 Jan 2017 15:53:55 DongCV wrote: > Hi Laurent, > > I found the patch which I think it is the cause of the issues "Does not > support 640x480 resolution & > Does not support 16-bit color for numbers," that I have reported. > The commit name is '865afb1 drm/fb-helper: reject any changes to the fbdev' > If I reverted this patch and retested it on H2 board, the issue will be > gone!. I confirm your analysis. However, I think this isn't a new issue. Before the aforementioned patch, running # fbset -xres 640 -yres 480 -laced 0 # fbset -depth 16 -rgba 5,6,5,0 didn't produce any error, but didn't either resize the display to 640x480 or changed the pixel format. With the patch applied, the commands are rejected as they should be, as they wouldn't produce the expected results. The new behaviour is thus in my opinion correct. -- Regards, Laurent Pinchart