Rotate command not working with kernel 08.06.12

  • Hello.


    I have tried the latest kernel (NKP3_CORE_CF35_080612.bin), but I still cannot change the rotation of the screen. Here is what I typed:


    reg open \drivers\display\Samsung\mode100
    reg set value Rotate dword 90
    reg save


    I tried 0, 90 and 180 but there is no effect.


    What am I doing wrong?

  • To close this topic, here is the answer on how to make it work, for others being potentially interested:


    1. upload the new version of the p3boot_13 to your CE device.


    2. delete the [HKLM\SYSTEM\GDI\ROTATION] "Angle" value:

    Code
    1. reg open \system\gdi\rotation
    2. reg del value Angle


    3. Add this new key:

    Code
    1. reg open \drivers\display\samsung\modexyz (replace modexyz to the one you have on your device).
    2. reg set value Rotate dword 270
    3. reg save


    Adapt the Rotate value to the one which fits your hardware.


    Daniel