LVDS display in MarshMallow

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LVDS display in MarshMallow

1,066 Views
redwanmohamed
Contributor III

Is LVDS display of 800 x 480 resolution tested in i.MX6 Marshmallow release

Am getting a weird behaviour of getting whole android screen in 3/4 of the display and rest of the screen is blank. When i try to screencap the framebuffer it remains the same there as well

Lock screen is exceptional to that behaviour looks perfectly coming in the screen

"screencap -p *.png" is the command used

Any help is highly appreciated

Labels (1)
0 Kudos
3 Replies

853 Views
redwanmohamed
Contributor III

The blankness is nothing but the navigation bar which is not coming not sure about the reason.... i wonder why its coming on the vertical side instead of coming horizontally....disabled navigation bar by setting qemu.hw.mainkeys=1 in build.prop to get the android screen in the whole display

using 3rd party app back button.apk for now instead of navigation bar...wondering why default bar doesnt come with 800x480 resolution. When i was tuning the porch values purposefully kept wrong resolution of 800 x 600 and got navigation bar in the frame buffer not in display (obviously display resolution isnt proper so behaviour is expected in the display)

0 Kudos

853 Views
redwanmohamed
Contributor III

Tried adding the string from cat /sys/class/graphics/fb0/mode to /system/etc/display_mode_fb0.conf as well

root@sabresd_6dq:/ # cat /sys/class/graphics/fb0/mode
U:800x480p-60

Suspected logs

01-01 05:30:26.594 1661 1724 W Launcher.Model: Desktop items loading interrupted:
01-01 05:30:26.594 1661 1724 W Launcher.Model: java.lang.ArrayIndexOutOfBoundsException: length=5; index=5
01-01 05:30:26.594 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.checkItemPlacement(LauncherModel.java:1230)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.loadWorkspace(LauncherModel.java:1393)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.loadAndBindWorkspace(LauncherModel.java:103)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.run(LauncherModel.java:1133)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at android.os.Handler.handleCallback(Handler.java:739)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at android.os.Handler.dispatchMessage(Handler.java:95)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at android.os.Looper.loop(Looper.java:148)
01-01 05:30:26.594 1661 1724 W Launcher.Model: at android.os.HandlerThread.run(HandlerThread.java:61)


01-01 05:30:28.795 1661 1661 D Launcher.Model: Reload apps on config change. curr_mcc:404 prevmcc:0


01-01 05:30:31.573 1661 1724 W Launcher.Model: Desktop items loading interrupted:
01-01 05:30:31.573 1661 1724 W Launcher.Model: java.lang.ArrayIndexOutOfBoundsException: length=5; index=5
01-01 05:30:31.573 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.checkItemPlacement(LauncherModel.java:1230)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.loadWorkspace(LauncherModel.java:1393)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.loadAndBindWorkspace(LauncherModel.java:103)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at com.android.launcher2.LauncherModel$LoaderTask.run(LauncherModel.java:1133)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at android.os.Handler.handleCallback(Handler.java:739)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at android.os.Handler.dispatchMessage(Handler.java:95)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at android.os.Looper.loop(Looper.java:148)
01-01 05:30:31.573 1661 1724 W Launcher.Model: at android.os.HandlerThread.run(HandlerThread.java:61)

0 Kudos

853 Views
igorpadykov
NXP Employee
NXP Employee

Hi Redman

please check 800x480 lvds lcd usage on

https://community.freescale.com/thread/355690

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos