Re: [android-kernel] why the LCD is black

2012-02-09 Thread preetam m.n
And also check if you lcd is loaded and enabled. # adb shell cat /sys/devices/omapdss/display0/enabled connect ddms or screen cast and check if you have any compositions happening in the frame buffer. - Preetam On Thu, Feb 9, 2012 at 11:01 PM, Zoltan Kuscsik wrote: > Check the framebuffer re

Re: [android-kernel] why the LCD is black

2012-02-09 Thread Zoltan Kuscsik
Check the framebuffer resolution in: # adb shell cat /sys/class/graphics/fb0/virtual_size Is your LCD display able to work with this resolution, did you tried to swap the HDMI-/DVI connector? Here you can check if the display is set to the right resolution/timing: # adb shell cat /sys/devices/o

[android-kernel] why the LCD is black

2012-02-09 Thread carchangel
hello everyone I am using the Blaze board to run Android 4.0 system which have the Linux kernel 3.0.8. the u-boot ,x-loader and kernel is downloaded and built by the [L27.IS.2.P2 OMAP4 Icecream Sandwich Release Notes] which is recorded in http://omappedia.org/wiki/L27.IS.2.P2_OMAP4_Icecr