[KERNEL][LU6200][OC/UV][3.0.79] Wind Kernel [CM10.1]

Search This thread

lyfkevin

Senior Member
Sep 27, 2010
381
352
Wind Kernel for P930/SU640 (http://xdaforums.com/showthread.php?t=2119976)
I am trying to make LU6200 support though I do not have LU6200.
Thanks tdmcode for the lu6200 initial cm kernel


BACKUP FIRST
USE AT YOUR OWN RISK


DISCLAIMER
Code:
*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
 */

DEVICE SUPPORT
  • LU6200(i_lgu)

FEATURES
  • Based on latest CM10.1 Kernel Source
  • Latest Linux Kernel 3.0.y source
  • CPU OC@ MAX CLOCK 1.83Ghz
  • GPU OC@3D_320Mhz 2D 266Mhz
  • Undervolting Support(700mV-1400mV)
  • L2 Performace Boost
  • Smooth as Butter :]
  • Some tweaks, fixes
  • and something I missed (discover it ! )

Stable Version
CM10.1 - N/A


INSTALLATION INSTRUCTION
  1. Copy *.zip to External SD card
  2. Boot into Recovery Mode
  3. Flash *.zip
  4. Reboot and Enjoy it!

OPTIONAL
  • NANDROID BACKUP before flash
  • Wipe Cache/DalvikCache,Fix Permission after flash
 

Attachments

  • WIND_Kernel-try1_CM10.1_LU6200.zip
    6.4 MB · Views: 1,724
Last edited:

lyfkevin

Senior Member
Sep 27, 2010
381
352
DEFAULT SETTING
  • CPU 384Mhz-1512Mhz
  • Stock GPU FREQ 3D@260Mhz /2D@200Mhz
  • Intellidemand + SIO

WIND KERNEL DEFAULT VOLTAGE
Code:
192000 775000
310500 775000
384000 775000
432000 800000
486000 800000
540000 825000
594000 825000
648000 850000
702000 850000
756000 875000
810000 875000
864000 900000
918000 900000
972000 900000
1026000 925000
1080000 950000
1134000 950000
1188000 975000
1242000 1000000
1296000 1025000
1350000 1050000
1404000 1075000
1458000 1075000
1512000 1100000
1566000 1125000
1620000 1150000
1674000 1175000
1728000 1200000
1782000 1225000
1836000 1275000
1890000 1325000
1944000 1350000

PERFORMANCE SETTING
Rom Settings -> Developer Options -> Windows Animation Scale,Transition Animation Scale -> 0.5x
Nova Launcher Settings -> Look and Feel -> Scroll Speed,Animation Speed -> Faster than light
use any system tools on Playstore ,set by your preference.

Example: To increase maximum GPU frequency in 3D mode to 320 MHz:
echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
Example: To increase maximum GPU frequency in 2D mode to 266 MHz:
echo 266667000 > /sys/devices/platform/kgsl-2d0.0/kgsl/kgsl-2d0/max_gpuclk
echo 266667000 > /sys/devices/platform/kgsl-2d1.1/kgsl/kgsl-2d1/max_gpuclk
Available frequencies:
3D: 320000000, 300000000, 266667000, 228571000, 200000000, 177778000, 27000000
2D: 266667000, 228571000, 200000000

Monitor MSM_MPDECISION
adb shell
su
cat /proc/kmsg | grep 'MPDEC'
 
Last edited:

lyfkevin

Senior Member
Sep 27, 2010
381
352
CHANGELOG
JB - v2.1 (20 MAY)
tune some values(e.g. LCD voltage 3V->2.8V) according to leak 4.1 sourcecode
lower the max overclock freq to 1.83ghz
use original fix of stopping the bootanimation
Linux 3.0.79
Some patches & fixes ,check GITHUB for detail

JB - v1.9 (28 APR)
Screen off freq = 702Mhz
Disable msm_mpdecision and use Auto Hotplug by _thalamus
Kernel -O2 optimization (thats why file size larger)
Set tweaked ROW from franco.kernel by default
Logger driver update by stratosk
some misc backport,fixes
Linux 3.0.75

JB - v1.8 (15 APR)
Initial relealse - try1
Sync to su640,p930 wind kernel
For detail:
http://xdaforums.com/showpost.php?p=37236229&postcount=3

BUG
CM10.1 BUGS

SOURCE
MY GITHUB

CREDITS
tdmcode (great works on our device)
rmcc (bring us CyanogenMod)
faux123 (msm8x60 kernel works, intellidemand etc.)
show-p1984 (kernel based decision, badass etc.)
edoko ( source inspiring me to start dev kernel)
altvolt74 ( introducing the kernel to xda )
Countless developers ( providing their awesome source codes)
ALL tester and developers contributing source
 
Last edited:

takun92

Member
Mar 22, 2013
22
3
Thanks you vinamilk

Gửi từ LG-LU6200 của tôi bằng cách sử dụng Tapatalk 2
 

lyfkevin

Senior Member
Sep 27, 2010
381
352
1. Boot ok, OC 1836Mhz ok

Testing.......

Sent from my LG-LU6200 using xda premium

How is screen off.
Will it reboot everytimes screening off
Voltage table for overclocking is depending on device chip.
You may have to tune it by any systools or editing init.qcom.post_boot.sh (simply +25mV for each step)
 

oxiubx

Member
Mar 22, 2013
31
13
vinh
governor and cpu hotplug policy tweaked for battery and performace balance
Under default setting, cpu might not fullload during benchmark
if you want to benchmark, set governor: performance

Again with cpu 1k8
 

Attachments

  • uploadfromtaptalk1366021296127.jpg
    uploadfromtaptalk1366021296127.jpg
    37.2 KB · Views: 288

hungnguyen490

Senior Member
Mar 7, 2013
220
103
Ha Noi
thank you!
if i want to oc gpu frequency in 3d, i have to do some steps like:

adb shell

su

cat /proc/kmsg | grep 'echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk'

Right?
 

lyfkevin

Senior Member
Sep 27, 2010
381
352
thank you!
if i want to oc gpu frequency in 3d, i have to do some steps like:

adb shell

su

cat /proc/kmsg | grep 'echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk'

Right?

adb shell
su
echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
or
put
echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
at the end of system/etc/init.qcom.post_boot.sh
 
Last edited:

mrTechnoy

Member
Aug 27, 2012
12
5
is it normal?

It is laggy in my end. Do I need to change something for it to fully work or what? I am new to using different kernels for phone so I am sorry.

It rebooted 1 time when downloading kernel tuner in playstore
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Wind Kernel for P930/SU640 (http://xdaforums.com/showthread.php?t=2119976)
    I am trying to make LU6200 support though I do not have LU6200.
    Thanks tdmcode for the lu6200 initial cm kernel


    BACKUP FIRST
    USE AT YOUR OWN RISK


    DISCLAIMER
    Code:
    *
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
     */

    DEVICE SUPPORT
    • LU6200(i_lgu)

    FEATURES
    • Based on latest CM10.1 Kernel Source
    • Latest Linux Kernel 3.0.y source
    • CPU OC@ MAX CLOCK 1.83Ghz
    • GPU OC@3D_320Mhz 2D 266Mhz
    • Undervolting Support(700mV-1400mV)
    • L2 Performace Boost
    • Smooth as Butter :]
    • Some tweaks, fixes
    • and something I missed (discover it ! )

    Stable Version
    CM10.1 - N/A


    INSTALLATION INSTRUCTION
    1. Copy *.zip to External SD card
    2. Boot into Recovery Mode
    3. Flash *.zip
    4. Reboot and Enjoy it!

    OPTIONAL
    • NANDROID BACKUP before flash
    • Wipe Cache/DalvikCache,Fix Permission after flash
    5
    CHANGELOG
    JB - v2.1 (20 MAY)
    tune some values(e.g. LCD voltage 3V->2.8V) according to leak 4.1 sourcecode
    lower the max overclock freq to 1.83ghz
    use original fix of stopping the bootanimation
    Linux 3.0.79
    Some patches & fixes ,check GITHUB for detail

    JB - v1.9 (28 APR)
    Screen off freq = 702Mhz
    Disable msm_mpdecision and use Auto Hotplug by _thalamus
    Kernel -O2 optimization (thats why file size larger)
    Set tweaked ROW from franco.kernel by default
    Logger driver update by stratosk
    some misc backport,fixes
    Linux 3.0.75

    JB - v1.8 (15 APR)
    Initial relealse - try1
    Sync to su640,p930 wind kernel
    For detail:
    http://xdaforums.com/showpost.php?p=37236229&postcount=3

    BUG
    CM10.1 BUGS

    SOURCE
    MY GITHUB

    CREDITS
    tdmcode (great works on our device)
    rmcc (bring us CyanogenMod)
    faux123 (msm8x60 kernel works, intellidemand etc.)
    show-p1984 (kernel based decision, badass etc.)
    edoko ( source inspiring me to start dev kernel)
    altvolt74 ( introducing the kernel to xda )
    Countless developers ( providing their awesome source codes)
    ALL tester and developers contributing source
    4
    JB - v1.9 (28 APR)
    Screen off freq = 702Mhz
    Disable msm_mpdecision and use Auto Hotplug by _thalamus
    Kernel -O2 optimization (thats why file size larger)
    Set tweaked ROW from franco.kernel by default
    Logger driver update by stratosk
    some misc backport,fixes
    Linux 3.0.75

    Many changes,backup first
    Personally, I feel good about that. Enjoy~
    4
    Sorry
    Wait few minutes. I recompile once more.
    It stucks at LG logo or CM boot anitmation
    ---------------------------------------------------------------------
    I'm not able to test it. so backup first;)
    one more fix than early try2 release : Bluetooth should work
    4
    thank you!
    if i want to oc gpu frequency in 3d, i have to do some steps like:

    adb shell

    su

    cat /proc/kmsg | grep 'echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk'

    Right?

    adb shell
    su
    echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
    or
    put
    echo 320000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
    at the end of system/etc/init.qcom.post_boot.sh