Pagina 1 di 2 12 UltimaUltima
Risultati da 1 a 15 di 23

Discussione: Atom N270 - Diamondville in OC

  1. #1
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito Atom N270 - Diamondville in OC

    Uno che si overclocca pure il palmare, ti pare che non overclocca pure il netbook? Stasera ho preso il mio bel 1000H e l'ho messo al lavoro.

    OC by software, bios bloccato.
    Core voltage non modificabile, nè multiplier che è 12X : si sale di bus.
    Come tool ho usato l'ottimo EEEctl, con .ini moddato by me che riporto integralmente in spoiler. In alternativa per i nostalgici c'è sempre il vecchio e caro setfsb, ma i profili fanno gola........
    Inoltre con EEEctl si possono modificare il regime di velocità delle ventolina e la luminosità

    Spoiler:
    ; This file contains eeectl settings.
    ;
    ; ================================================== ====================================
    ;
    ;
    ; Modified for Eee PC 1000 Series with Intel Atom CPU / Intel 945GSE Chipset
    ;
    ;
    ; ================================================== ====================================
    ;
    ;
    ; Please note that the default settings are adjusted, sane and sufficient for most users.
    ; When making changes you should clearly understand what you are doing, otherwise you may
    ; damage both software and hardware.
    ;

    ;
    ; eeectl has a modular structure, each module has a set of resources.
    ; Most notable
    ;
    ; Modules:
    ; Core -- eeectl core interface.
    ; Speed -- FSB speed, PCIE speed and CPU voltage control.
    ; Temp -- Temperature monitor.
    ; Fan -- Fan control.
    ; Backlight -- Backlight brightness control.
    ;
    ; Methods:
    ; Core._quit -- Exit app.
    ; Core.Alpha -- Load ini file "Alpha".
    ; Speed._up -- Switch to the nearest upper speed profile.
    ; Speed._down -- Switcn to the nearest lower speed profile.
    ; Speed.Alpha -- Switch to the "Alpha" speed profile.
    ; Fan._native -- Return fan control to the embedded controller.
    ; Fan._auto -- Enable automatic mode.
    ; Fan.Numeric -- Set fan speed to "Numeric".
    ; Backlight._up -- Switch to the nearest upper backlight profile.
    ; Backlight._down -- Switch to the nearest lower backlight profile.
    ; Backlight.Alpha -- Switch to the "Alpha" backlight profile.
    ;
    ; Icons:
    ; Core. -- Blank icon
    ; Speed.FSB -- FSB clock frequency multiplied by Speed.FSBIconMul
    ; Speed.PCI -- PCI clock frequency
    ; Fan. -- Current fan speed
    ; Temp.C -- CPU temperature in celsius
    ; Temp.F -- CPU temperature in fahrenheit
    ; Backlight. -- Current backlight brightness intensity.
    ;


    [Settings]
    ;
    ; List of modules allowed to save their state.
    Core.Save = Fan; Speed;

    ;
    ; List of modules to add to system menu.
    ; List consists of blocks "Name,Mode".
    ; See the table above for the list of available modules.
    ; Mode can be embed(module menu items add right to the menu) or popup(module has its own submenu), default is embed.
    Core.Menu = Speed,embed; Fan,popup; Backlight,popup; Core;

    ;
    ; Hotkeys list
    ; List consists of blocks "Modifier+Key,Method"
    ; Modifier can be any combination of a(lt), c(ontrol), s(hift) and w(indows)
    ; Key can be key name (like "home", "del", "g" or "8") or key code (for example "%1B" for the escape key)
    ; See the table above for the list of the most useful methods.
    Core.Keys = aw+esc,Core._quit; aw+down,Speed._down; aw+up,Speed._up; aw+f3,Backlight._down; aw+f4,Backlight._up; aw+0,Fan._auto; aw+3,Fan.30; aw+5,Fan.50; aw+7,Fan.70;

    ;
    ; List of icons to show in the tray.
    ; List consists of blocks "icon,color".
    ; See the table above for the list of available icons.
    ; Color is 24-bit hex value in BGR format, FFFF00 by default.
    ; ================================================== ====================================
    ;
    ;
    ; Modified for Eee PC 1000 Series: Removed Speed.FSB (shows wrong value)
    ;
    ;
    ; ================================================== ====================================
    Core.Icon = Temp.C,00FFFF;

    ;
    ; Pause between icon changes, msec.
    ; Set to 0 to disable automatic icon changing.
    Core.IconDelay = 5000

    ;
    ; Speed profiles list.
    ; List consists of blocks "FSB,PCIE,Voltage,Name".
    ; FSB is the real FSB frequency (70MHz stock, 100MHz max), not the rated one which is
    ; this value multiplied by four, or the CPU one, which is this value multiplied by nine.
    ; PCIE is PCI Express bus clock frequency.
    ; Voltage is CPU voltage flag, 0 for Low, 1 for Normal.
    ; This flag is ignored for all(and even named) intermediate values.
    ; Name is just what to show in the menu("Suspend" is the special profile to set before entering sleep mode).
    ; You may omit Name in case you want to hide profile from the menu, however it will still be used as an
    ; intermediate value.
    ;
    ; Note that changing the frequency includes a step-by-step transfer through all intermediate
    ; values, i.e. if you change the frequency from 70 to 100 MHz and settings contain also 80
    ; and 95MHz, first the frequency will be changed to 80, then to 95 and only then to 100MHz.
    ; When comparing, FSB speeds are taken in account first and if they are equal -- PCIE speeds get comapared too.
    ;
    ; ================================================== ====================================
    ;
    ;
    ; Modified for Eee PC 1000 Series: different Values for FSB,PCIE
    ;
    ;
    ; ================================================== ====================================
    Speed.Profiles = 48,166,1,Suspend; 30,166,0,990 MHz; 34,166; 38,166,0,1254 MHz; 42,166; 48,166,1,1585 MHz; 50,166; 52,166,1,1710 MHz; 54,176,1,1890 MHz; 54,186,1,1997 Mhz;
    ; Pause between steps in described process, msec.
    Speed.StepDelay = 500
    ; Multiplier for the FSB icon. You may set it to 9 to see the CPU speed in the tray instead of the FSB one.
    Speed.FSBIconMul = 1

    ;
    ; Fan profiles list.
    ; List consists of blocks "Speed,C_Temp_On,C_Temp_Off".
    ; Speed is the fan speed (0-100).
    ; C_Temp_On(used in Automatic mode) is temperature(Celsius) when this profile should be activated.
    ; C_Temp_Off(used in Automatic mode) is temperature(Celsius) when this profile should be deactivated.
    ; You may set both temp fileds to 0(or just omit them) if you don't want them to be used in Automatic mode.
    Fan.Profiles = 10,50,45; 20,55,50; 30,60,55; 40; 50; 60,65,55; 70; 80,70,65; 90; 100,75,60;

    ;
    ; Backlight profiles list.
    ; List consists of blocks "Name,Value".
    ; Name is just what to show in the menu.
    ; Value is the backlight brightness intensity(0-100).
    Backlight.Profiles = Lowest,10; Low,30; Medium,50; Bright,70; Ultra bright,100;

    [States]
    Fan.Mode=2
    Fan.Speed=100

    Speed.Profile=1585 MHz


    La riga più importante del codice è questa:

    Codice:
     54,186,1,1997 Mhz;
    dove in rosso ho segnato il parametro che determina il bus e il flag per il voltaggio (high). La frequenza riportata successivamente è solo una etichetta quindi non consideratela.

    @default, Super Hybrid Engine impostato a superperfomance

    [Solo gli utenti registrati possono vedere questo collegamento. ]


    @oc
    OS di prova:
    Windows Xp Home Edition SP3
    in avvio diagnostico, tutti i servizi e tutti i programmi un background disabilitati
    processo explorer.exe chiuso manualmente (oltre agli altri), super_pi_mod.exe in priorità tempo reale
    Fan impostata al 100%, luminosità ultralow
    Anche il processo di eeectl.exe è stato chiuso, normalmente è un programma tipo setfsb, quindi fissato il bus non serve in background.

    [Solo gli utenti registrati possono vedere questo collegamento. ]

    La differenza è di circa 15 secondi, non trascurabile.
    A tale frequenza windows è utilizzabile alla grande, ma non ho cercato stabilità (lavorerò su qualche profilo stabile da utilizzare in daily prossimamente)
    Sono riuscito a bootare e settare con frequenze maggiori ma ci devo ancora lavorare su, perchè paradossalmente vengono tempi più alti (poca stabilità suppongo......)

    E bravi questi Celeron!!!!



  2. #2
    L'avatar di ThE sTig
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    32
    Messaggi
    2,891

    Predefinito

    Peccato per il voltaggio,se si trovasse il modo di sbloccarlo penso ci sarebbe da divertirsi

    Cmq Computerboy bella trovata
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Club Rulez


  3. #3
    L'avatar di gagohulio
    Title
    Nuovo Utente
    Data Registrazione
    Aug 2008
    Età
    33
    Messaggi
    338

    Predefinito

    bella , occherò anche il mio netbook
    [Solo gli utenti registrati possono vedere questo collegamento. ]

  4. #4
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Citazione Originariamente Scritto da ThE sTig Visualizza Messaggio
    Peccato per il voltaggio,se si trovasse il modo di sbloccarlo penso ci sarebbe da divertirsi

    Cmq Computerboy bella trovata
    eh ho paura di no.......
    Con le temp non stiamo bassi, sotto stress anche con ventola al 100% la cpu viaggia oltre i 60 gradi
    Approposito, tat suquesti baracconi non funziona E' uscita qualche nuova versione che supporta questi processori ?

    Oggi se ho tempo vediamo con orthos cosa che frequenza riesco a trovare stabile



  5. #5
    L'avatar di ThE sTig
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    32
    Messaggi
    2,891

    Predefinito

    TAT non funziona nemmeno su vista 64....penso che intel non se lo fila più...Prova core temp
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Club Rulez


  6. #6
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Core temp è ok, soltanto sballa il riconoscimento della cpu prendendolo per un Atom di 1.33 GHz di default....
    [Solo gli utenti registrati possono vedere questo collegamento. ]



  7. #7
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Ci sono novità

    Allora mi sono fatto un giretto su hwbot e ho trovato questa ranking:
    [Solo gli utenti registrati possono vedere questo collegamento. ]

    il miei 74 secondi sono in linea con le frequenze e risulterei 5° in classifica

    Tutto oggi mi sono dedicato alla stabilità e ai profili.
    Sto utilizzando eeectl alla versione 0.2.4 che non è ottimizzato per i 1000H, quindi nel .ini i valori che identificano BUS,FSB e PCI EX non sono quelli che vengono applicati realmente.......ho quindi lavorato ad occhio.
    Questa è la stringa dei profili che sono mi sono preparato:
    Speed.Profiles = 30,113,0,MAX SAVING 674 MHz; 30,170,0,SAVING 1000 MHz; 54,158,1,SUPER DEFAULT 1696 MHz; 54,180,1,STABLE 1933 Mhz; 54,185,1,MAX 1986 Mhz;
    Questo è una screen:
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Ho creato vari profili, di cui:

    • MAX SAVING che è la minima frequenza che sono riuscito ad impostare con l'.ini (sempre ad occhio.....i valori scritti NON corrispondono con quelli applicati a cui ho dato importanza)
    • SAVING a 1000mhz con fsb più basso del massimo
    • SUPER DEFAULT che equivale alle prestazioni fornite dal Super Hybrid Engine in Superperfomance, ma con FSB massimo (per quello che sono riuscito ad applicare con eeectl........)
    • STABLE a 1933mhz frequenza massima rocksolid
    • MAX che può anche essere maggiore, ma è quella che non mi ha mai crashato durante l'uso anche pesante.

    Ho trovato stabilità perfetta con 2 ore di prime95 a 1933MHz:
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    temperatura massima di esercizio circa 62°C, comunque più alta che durante qualsiasi applicazione anche pesante.
    Con qualche step in su si è stabili, ma prime95 crasha (dai 20 minuti a subito).

    A titolo di verifica, vorrei far notare quanto l'overclock indice sulle prestazioni. Ho provato un applicazione di pratica utilità (almeno nel mio campo) quale MATLAB 7.0.
    Utilizzando un programma scritto da mio padre per il plotteraggio della temperatura di brillanza dell'atmosfera (rilevata tramite radiometro), l'operazione di interpolazione numerica lineare sui dati ha impiegato:

    105,31 secondi a default in superperfomance (circa 1700mhz)
    86,74 secondi @ 1933mhz
    83,64 secondi @ 1986 mhz (frequenza che con prime95 crasha dopo 6 minuti)

    Ben venti secondi in meno: ecco cosa significa overclock
    Ultima modifica di Computerboy; 30-12-2008 alle 19:18



  8. #8
    L'avatar di ThE sTig
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    32
    Messaggi
    2,891

    Predefinito

    Neo postalo lo screen su hwbot....Potremmo fare un hwz team

    Tra perocat con il try-way SLI,neo con la GTX280 e te con il netbook culato potremmo fare i numeroni
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Club Rulez


  9. #9
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    I punteggi dei primi suppongo siano a mobo smontata, quantomeno con cooling non stock.....se non con vcore modificato (smatitate? trimmer? bios?)
    Per quel che posso fare io, ho già in mente di metter su l'ulitmo bios....
    Il tempo mi interessa poco, quindi di win appronto quello che ho su...mi piacerebbe sfondare con più mhz, chissà se setfsb mi aiuta!



  10. #10
    L'avatar di franknos90
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    34
    Messaggi
    2,703

    Predefinito

    bella robè.. il processorino cresce.. dai che ti voglio max freq oltre i 2100mhz
    "Il senso della vita è dargliene uno." V. Maini

  11. #11
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Citazione Originariamente Scritto da franknos90 Visualizza Messaggio
    bella robè.. il processorino cresce.. dai che ti voglio max freq oltre i 2100mhz
    con un po' di freddo e setfsb sarebbe fantastico....



  12. #12
    L'avatar di ThE sTig
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    32
    Messaggi
    2,891

    Predefinito

    hai un nettbook....divertiti sul terrazo no?
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Club Rulez


  13. #13
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Citazione Originariamente Scritto da ThE sTig Visualizza Messaggio
    hai un nettbook....divertiti sul terrazo no?
    con il giacchetto e la prolunga da veri nerd?



  14. #14
    L'avatar di ThE sTig
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    32
    Messaggi
    2,891

    Predefinito

    Certo anche guanti e sciarpa
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    [Solo gli utenti registrati possono vedere questo collegamento. ]
    Club Rulez


  15. #15
    L'avatar di Computerboy
    Title
    Pro
    Data Registrazione
    Dec 2007
    Età
    35
    Messaggi
    2,750

    Predefinito

    Non c'è bisogno di andare fuori al freddo al gelo.......per essere PRIMI nella classifica di [Solo gli utenti registrati possono vedere questo collegamento. ]

    [Solo gli utenti registrati possono vedere questo collegamento. ]

    Questo il link della validation: [Solo gli utenti registrati possono vedere questo collegamento. ]

    Spero di poter passare quota 2160mhz con un SO in avvio diagnostico....



Pagina 1 di 2 12 UltimaUltima

Discussioni Simili

  1. Prime immagini per il Nettop Atom NVIDIA
    Di Hardwarezone Redazione nel forum News
    Risposte: 0
    Ultimo Messaggio: 18-12-2008, 10:43
  2. I chipset NVIDIA Atom supporteranno lo SLI
    Di Hardwarezone Redazione nel forum News
    Risposte: 0
    Ultimo Messaggio: 16-12-2008, 10:19
  3. Intel Celeron sostituirà Atom nell'Asus Eee Box
    Di Hardwarezone Redazione nel forum News
    Risposte: 0
    Ultimo Messaggio: 03-12-2008, 09:30
  4. Processori non-Atom per i futuri netbook Acer?
    Di Hardwarezone Redazione nel forum News
    Risposte: 0
    Ultimo Messaggio: 11-11-2008, 09:59
  5. Niente Intel Atom per Asus Eee PC
    Di Hardwarezone Redazione nel forum News
    Risposte: 0
    Ultimo Messaggio: 07-11-2008, 03:10

Tag per Questa Discussione

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •