Originally posted by gerry1980
View Post
Hello wasser,
Thank you, again.
I tried it out... but unfortunately it seems not to work (at least I don't get it to work).
1. try :
I overrided your previous kernel.
The result was a very low resolution.
(I'm not able to see the available screen settings,
maybe there is the resolution within the settings
but I can't see the settings at all.
)
2. try :
After a factory reset and reinstallation of Lewys 2.0.4,
and your 1366 kernel it just flickers.
In the meantime I wasn't lazy and tried to solve it by myself.
I patched and compiled the kernel from sawolf...
It works with my patched kernel, but I miss all the other nice stuff and bugfixes from your kernel.
I suppose you have the things not githubbed.
During the researches I figured out that the resolution is a problem child,
because there is no official EDID code for it. So I had overwritten the 720x480 resolution. :-(
But that wouln't matters If you or somebody else would provide an alternative Lapdock kernel version.
And again... I offers you a beer...
Or in the improbably case you don't like beer a coffee or something else.
Oh jesus... after 3am already... I need some rest...
Thank you very much !
Gerry
Thank you, again.
I tried it out... but unfortunately it seems not to work (at least I don't get it to work).
1. try :
I overrided your previous kernel.
The result was a very low resolution.
(I'm not able to see the available screen settings,
maybe there is the resolution within the settings
but I can't see the settings at all.

2. try :
After a factory reset and reinstallation of Lewys 2.0.4,
and your 1366 kernel it just flickers.

In the meantime I wasn't lazy and tried to solve it by myself.
I patched and compiled the kernel from sawolf...
Code:
--- ./android_kernel_rockchip_rk3188/drivers/video/rockchip/hdmi/rk_hdmi.h 2013-11-03 01:35:32.014102716 +0100 +++ ./android_kernel_rockchip_rk3188_o/drivers/video/rockchip/hdmi/rk_hdmi.h 2013-11-03 00:00:01.641949263 +0100 @@ -18,7 +18,7 @@ // HDMI video information code according CEA-861-E enum hdmi_video_infomation_code { HDMI_640x480p_60HZ = 1, - HDMI_720x480p_60HZ_4_3, + HDMI_1366x768p_60HZ, HDMI_720x480p_60HZ_16_9, HDMI_1280x720p_60HZ, HDMI_1920x1080i_60HZ, //5
Code:
--- ./android_kernel_rockchip_rk3188/drivers/video/rockchip/hdmi/hdmi-lcdc.c 2013-11-02 20:04:15.005570000 +0100 +++ ./android_kernel_rockchip_rk3188_o/drivers/video/rockchip/hdmi/hdmi-lcdc.c 2013-11-03 02:05:31.130150896 +0100 @@ -4,7 +4,8 @@ static const struct hdmi_video_timing hdmi_mode [] = { //name refresh xres yres pixclock h_bp h_fp v_bp v_fp h_pw v_pw polariry PorI flag vic pixelrepeat interface - { { "720x480p@60Hz", 60, 720, 480, 27000000, 60, 16, 30, 9, 62, 6, 0, 0, 0 }, 2, 1, OUT_P888 }, + { { "1366x768p@60Hz", 60, 1366, 768, 85500000, 256, 58, 17, 1, 112, 3, +FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 0, 4 }, 2, 1, OUT_P888 }, { { "720x576p@50Hz", 50, 720, 576, 27000000, 68, 12, 39, 5, 64, 5, 0, 0, 0 }, 17, 1, OUT_P888 }, { { "1280x720p@50Hz", 50, 1280, 720, 74250000, 220, 440, 20, 5, 40, 5, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 0, 0 }, 19, 1, OUT_P888 }, { { "1280x720p@60Hz", 60, 1280, 720, 74250000, 220, 110, 20, 5, 40, 5, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 0, 0 }, 4, 1, OUT_P888 },
It works with my patched kernel, but I miss all the other nice stuff and bugfixes from your kernel.
I suppose you have the things not githubbed.
During the researches I figured out that the resolution is a problem child,
because there is no official EDID code for it. So I had overwritten the 720x480 resolution. :-(
But that wouln't matters If you or somebody else would provide an alternative Lapdock kernel version.
And again... I offers you a beer...

Or in the improbably case you don't like beer a coffee or something else.
Oh jesus... after 3am already... I need some rest...
Thank you very much !
Gerry
there's an minor difference between my and your fix. In my fix i added the 1366x768p resolution instead overwriting. I found a typo in my fix, perhaps it could be a cause. I uploaded new kernel. Could you please test again?
thanks
Comment