CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: carotix con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 9 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 34 Thanks ricevuti nell'ultimo mese

Pagina 204 di 219 primaprima ... 104154194202203204205206214 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 2,031 a 2,040 su 2185
Discussione:

Kernel]JEBOO v2.3a[XWLS8-LSD-LSE-LSJ-LSN-LSS & XXLSJ|MS1] JB i9100 [Light & Simple]

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #2031
    Senior Droid L'avatar di Cochinho90


    Registrato dal
    Oct 2011
    Località
    Lecce
    Messaggi
    723
    Smartphone
    Samsung Galaxy S II

    Ringraziamenti
    20
    Ringraziato 51 volte in 46 Posts
    Predefinito

    Io il 2.2 l ho testato ma per poco.. avevo lo zzmove con i due scaling impostati a 1 ma davvero troppi riavvi... cambio kernel!!..

  2.  
  3. #2032
    Androidiano VIP L'avatar di federico54


    Registrato dal
    May 2012
    Località
    Ladispoli (RM)
    Messaggi
    1,392
    Smartphone
    Galaxy S4 , S II

    Ringraziamenti
    536
    Ringraziato 678 volte in 400 Posts
    Predefinito

    Quote Originariamente inviato da N1m0Y Visualizza il messaggio
    Qui e qui trovi molte informazioni utili

    edit: ho trovato anche questo.....
    codice:
     *  drivers/cpufreq/cpufreq_zzmoove.c
     *
     *  Copyright (C)  2001 Russell King
     *            (C)  2003 Venkatesh Pallipadi .
     *                      Jun Nakajima 
     *            (C)  2009 Alexander Clouter 
     *
     * This program is free software; you can redistribute it and/or modify
     * it under the terms of the GNU General Public License version 2 as
     * published by the Free Software Foundation.
     *
     * --------------------------------------------------------------------------------------------------------------------------------------------------------
     * - ZZMoove Governor Changelog:                                                                                                                          -
     * --------------------------------------------------------------------------------------------------------------------------------------------------------
     *
     * Version 0.1 - first release
     *
     *- codebase latest smoove governor version from midnight kernel (https://github.com/mialwe/mngb/)
     *- modified frequency tables to match I9300 standard frequency range 200-1400 mhz
     *- added cpu hotplug functionality with strictly cpu switching
     *  (modifications partially taken from ktoonservative governor from
     *  ktoonsez KT747-JB kernel https://github.com/ktoonsez/KT747-JB)
     *
     * Version 0.2 - improved
     *
     *- added tuneables to be able to adjust values on early suspend (screen off) via sysfs instead
     *  of using only hardcoded defaults
     *- modified hotplug implementation to be able to tune threshold range per core indepentently
     *  and to be able to manually turn cores offline
     *
     *  for this functions following new tuneables were indroduced:
     *
     *  sampling_rate_sleep_multiplier -> sampling rate multiplier on early suspend (possible values 1 or 2, default: 2)
     *  up_threshold_sleep -> up threshold on early suspend (possible range from above "down_threshold_sleep" up to 100, default: 90)
     *  down_threshold_sleep -> down threshold on early suspend (possible range from 11 to "under up_threshold_sleep", default: 44)
     *  smooth_up_sleep -> smooth up scaling on early suspend (possible range from 1 to 100, default: 100)
     *  up_threshold_hotplug1 -> hotplug threshold for cpu1 (0 disable core1, possible range from "down_threshold" up to 100, default: 68)
     *  up_threshold_hotplug2 -> hotplug threshold for cpu2 (0 disable core2, possible range from "down_threshold" up to 100, default: 68)
     *  up_threshold_hotplug3 -> hotplug threshold for cpu3 (0 disable core3, possible range from "down_threshold" up to 100, default: 68)
     *  down_threshold_hotplug1 -> hotplug threshold for cpu1 (possible range from 11 to under "up_threshold", default: 55)
     *  down_threshold_hotplug2 -> hotplug threshold for cpu2 (possible range from 11 to under "up_threshold", default: 55)
     *  down_threshold_hotplug3 -> hotplug threshold for cpu3 (possible range from 11 to under "up_threshold", default: 55)
     *
     * Version 0.3 - more improvements
     *
     *- added tuneable "hotplug_sleep" to be able to turn cores offline only on early suspend (screen off) via sysfs
     *  possible values: 0 do not touch hotplug-settings on early suspend, values 1, 2 or 3 are equivalent to
     *  cores which should be online at early suspend
     *- modified scaling frequency table to match "overclock" freqencies to max 1600 mhz
     *- fixed black screen of dead problem in hotplug logic due to missing mutexing on 3-core and 2-core settings
     *- code cleaning and documentation
     *
     * Version 0.4 - limits
     *
     *- added "soft"-freqency-limit. the term "soft" means here that this is unfortuneately not a hard limit. a hard limit is only possible with 
     *  cpufreq driver which is the freqency "giver" the governor is only the "consultant". So now the governor will scale up to only the given up 
     *  limit on higher system load but if the cpufreq driver "wants" to go above that limit the freqency will go up there. u can see this for 
     *  example with touchboost or wake up freqencies (1000 and 800 mhz) where the governor obviously will be "bypassed" by the cpufreq driver.
     *  but nevertheless this soft-limit will now reduce the use of freqencies higer than given limit and therefore it will reduce power consumption.
     *
     *  for this function following new tuneables were indroduced:
     *
     *  freq_limit_sleep -> limit freqency on early suspend (possible values 0 disable limit, 200-1600, default: 0)
     *  freq_limit -> limit freqency on awake (possible values 0 disable limit, 200-1600, default: 0)
     *
     *- added scaling frequencies to frequency tables for a faster up/down scaling. This should bring more performance but on the other hand it
     *  can be of course a little bit more power consumptive.
     *
     *  for this function following new tuneables were indroduced:
     *
     *  fast_scaling -> fast scaling on awake (possible values 0 disable or 1 enable, default: 0)
     *  fast_scaling_sleep (sysfs) -> fast scaling on early suspend (possible values 0 disable or 1 enable, default: 0)
     *
     *- added tuneable "freq_step_sleep" for setting the freq step at early suspend (possible values same as freq_step 0 to 100, default 5)
     *- added DEF_FREQ_STEP and IGNORE_NICE definitions
     *- changed downscaling cpufreq relation to the "lower way"
     *- code/documentation cleaning
     *---------------------------------------------------------------------------------------------------------------------------------------------------------
     *-                                                                                                                                                       -
     *---------------------------------------------------------------------------------------------------------------------------------------------------------
    Come potete notare il fast scaling se è impostato a 0 rimane disabilitato, mentre su 1 si abilita (proprio come avevo immaginato io )

    Si vede che ragiono in linguaggio macchina
    Spoiler:

    Stampato su carta Kodak.ciribiribì Kodak( ͡º ͜ʖ ͡º )
    .. Tu non stai bene hahahaha ma qst si sapeva già da tempo..... passiamo alle cose serie... Ho capito qualcosa delle guide.... Ma la maggior parte erano sul hotplug e su come quando è perke il 2nd core si attiva...a prestazioni non ho trovato nnt

    Inviato dal mio GT-I9100 con Tapatalk 2



    Spoiler:


    utilizza il tasto Thanks se ti sono stato d' aiuto ;D

  4. #2033
    Androidiano VIP L'avatar di N1m0Y


    Registrato dal
    Aug 2012
    Località
    originario del pianeta Vulcano
    Messaggi
    6,041
    Smartphone
    Tricorder, GT-i9100, le Pro 3

    Ringraziamenti
    6,636
    Ringraziato 3,811 volte in 2,605 Posts
    Predefinito

    Quote Originariamente inviato da federico54 Visualizza il messaggio
    .. Tu non stai bene hahahaha ma qst si sapeva già da tempo..... passiamo alle cose serie... Ho capito qualcosa delle guide.... Ma la maggior parte erano sul hotplug e su come quando è perke il 2nd core si attiva...a prestazioni non ho trovato nnt

    Inviato dal mio GT-I9100 con Tapatalk 2
    Prova così......

    Sampling rate = 50000
    Freq step = 100


    Spoiler:

    Inviato dal mio supermuletto :tank:
    Non risponderò in PM a richieste di aiuto sul modding. C'è il forum per questo, se usato correttamente.
    Se ti sono stato d'aiuto usa il tasto Thanks in basso a sinistra.
    Prima di postare leggi sempre la prima pagina del thread.

  5. #2034
    Androidiano VIP L'avatar di federico54


    Registrato dal
    May 2012
    Località
    Ladispoli (RM)
    Messaggi
    1,392
    Smartphone
    Galaxy S4 , S II

    Ringraziamenti
    536
    Ringraziato 678 volte in 400 Posts
    Predefinito

    Quote Originariamente inviato da N1m0Y Visualizza il messaggio
    Prova così......

    Sampling rate = 50000
    Freq step = 100


    Spoiler:

    Inviato dal mio supermuletto :tank:
    Nnt.... Lagga...

    Inviato dal mio GT-I9100 con Tapatalk 2



    Spoiler:


    utilizza il tasto Thanks se ti sono stato d' aiuto ;D

  6. #2035
    Androidiano VIP L'avatar di N1m0Y


    Registrato dal
    Aug 2012
    Località
    originario del pianeta Vulcano
    Messaggi
    6,041
    Smartphone
    Tricorder, GT-i9100, le Pro 3

    Ringraziamenti
    6,636
    Ringraziato 3,811 volte in 2,605 Posts
    Predefinito

    Quote Originariamente inviato da federico54 Visualizza il messaggio
    Nnt.... Lagga...

    Inviato dal mio GT-I9100 con Tapatalk 2
    Metti anche lo smooth up a 0 e il fast scaling a 0......

    Spoiler:

    Inviato dal mio supermuletto :tank:
    Non risponderò in PM a richieste di aiuto sul modding. C'è il forum per questo, se usato correttamente.
    Se ti sono stato d'aiuto usa il tasto Thanks in basso a sinistra.
    Prima di postare leggi sempre la prima pagina del thread.

  7. #2036
    Androidiano L'avatar di Aravs


    Registrato dal
    Nov 2012
    Messaggi
    275

    Ringraziamenti
    5
    Ringraziato 56 volte in 23 Posts
    Predefinito

    ecco quì i settaggi per come configurare al meglio il governor Zzmoove
    Settaggi

  8. #2037
    Androidiano VIP L'avatar di HyperAbarth


    Registrato dal
    Apr 2012
    Messaggi
    1,416
    Smartphone
    Honor 10

    Ringraziamenti
    334
    Ringraziato 446 volte in 348 Posts
    Predefinito

    Con cosa è possibile modificare i settaggi di questo Kernel? (Da Recovery? Con App?)
    A me interesserebbe Undervoltare e abbassare la Frequenza Minima (es. da 200 a 100).
    Se ti sono stato d'aiuto --> un click sul Thanks qui sotto a Sinistra

  9. #2038
    Senior Droid


    Registrato dal
    Apr 2013
    Messaggi
    349
    Smartphone
    Xiaomi redmi note 3 pro

    Ringraziamenti
    66
    Ringraziato 38 volte in 36 Posts
    Predefinito

    Cpu adjuster

    Inviato dal mio GT-I9100 con Tapatalk 2

  10. Il seguente Utente ha ringraziato bixi per il post:

    HyperAbarth (12-05-13)

  11. #2039
    Androidiano VIP L'avatar di N1m0Y


    Registrato dal
    Aug 2012
    Località
    originario del pianeta Vulcano
    Messaggi
    6,041
    Smartphone
    Tricorder, GT-i9100, le Pro 3

    Ringraziamenti
    6,636
    Ringraziato 3,811 volte in 2,605 Posts
    Predefinito

    Dopo qualche giorno di utilizzo posso affermare che questo nuovo zzmoove è davvero un ottimo governor......

    I risultati che ho ottenuto sono simili a quelli che riesco a fare con l'Apolo (anche se ha un undervolt più spinto).....

    Ho aggiunto il profilo che sto utilizzando nel mio Dropbox.... chi fosse interessato può trovare il link al 2º post

    Nota: il profilo va copiato nella cartella "CpuProfiles" presente nella sd esterna..... se non avete la sd esterna allora guardate in quella interna

    Spoiler:
    Inviato dal mio supermuletto :tank:
    Ultima modifica di N1m0Y; 12-05-13 alle 23:11
    Non risponderò in PM a richieste di aiuto sul modding. C'è il forum per questo, se usato correttamente.
    Se ti sono stato d'aiuto usa il tasto Thanks in basso a sinistra.
    Prima di postare leggi sempre la prima pagina del thread.

  12. Il seguente Utente ha ringraziato N1m0Y per il post:

    bluflight13 (12-05-13)

  13. #2040
    Androidiano VIP L'avatar di federico54


    Registrato dal
    May 2012
    Località
    Ladispoli (RM)
    Messaggi
    1,392
    Smartphone
    Galaxy S4 , S II

    Ringraziamenti
    536
    Ringraziato 678 volte in 400 Posts
    Predefinito

    Quote Originariamente inviato da N1m0Y Visualizza il messaggio
    Metti anche lo smooth up a 0 e il fast scaling a 0......

    Spoiler:

    Inviato dal mio supermuletto :tank:
    Bene ci siamo quasi... Non ai livelli del pegasusq ma può andare...
    Ora avendo 3 profili... Hai qualche Settaggio per lo screen off? Sempre se puoi e non ti è di disturbo
    (il 3 è per i giochi li ho lasciato il pegasusq)
    Inviato dal mio GT-I9100 con Tapatalk 2
    Ultima modifica di federico54; 12-05-13 alle 23:21



    Spoiler:


    utilizza il tasto Thanks se ti sono stato d' aiuto ;D

Pagina 204 di 219 primaprima ... 104154194202203204205206214 ... ultimoultimo
Ultima pagina

Tag per questa discussione

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy