Salta al contenuto
  • Categorie
  • Recenti
  • Tag
  • Popolare
  • Utenti
  • Gruppi
Collassa
Logo del marchio
  1. Home
  2. Mondo Mobile
  3. Notebook
  4. [Thread Ufficiale] Asus EeePc

[Thread Ufficiale] Asus EeePc

Pianificato Fissato Bloccato Spostato Notebook
369 Post 0 Autori 58.3k Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • A Non in linea
    A Non in linea
    apix_1024
    scritto su ultima modifica di
    #187

    principino1984 ha scritto:

    ok...com'è quel programmino per cloccare a modino il pc? qui c'è installato quello della asus..

    marco

    RapidShare: Easy Filehosting

    poi ti passo il mio file .ini dei settaggi se vuoi ;)

    1 Risposta Ultima Risposta
    0
    • P Non in linea
      P Non in linea
      principino1984
      scritto su ultima modifica di
      #188

      passa passa... ;)

      1 Risposta Ultima Risposta
      0
      • A Non in linea
        A Non in linea
        apix_1024
        scritto su ultima modifica di
        #189

        copia ed incolla quanto segue nel quote:

        ; This file contains eeectl settings.

        ;

        ; 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; Backlight

        ;

        ; 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.

        Core.Icon = Temp.C,00FFFF;

        ;

        ; Pause between icon changes, msec.

        ; Set to 0 to disable automatic icon changing.

        Core.IconDelay = 150;

        ;

        ; 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.

        ;

        ;Speed.Profiles = 30,166,0,990Mhz; 33,176; 36,176; 40,176; 46,176,1,1.610Ghz; 50,176,1,1.75Ghz; 54,176,1,1.890Ghz; 54,180; 54,186; 54,190,1,2.040Ghz;

        Speed.Profiles = 30,166,0,990Mhz - Low; 33,176; 36,176; 40,176; 46,176,1,1.610Ghz - Normal; 50,176,1,1.75Ghz - Fast; 54,176,1,1.890Ghz - Ultra; 54,180; 54,186; 54,190,1,2.040Ghz - oc test;

        ; 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 = 9

        ;

        ; 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; 16,54,50; 22,58,54; 28,62,58; 36,65,62; 50,68,65; 70,73,68; 100,75,73;

        ;

        ; 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;

        Backlight.Profiles = Low,10; Normal,30; Bright,40; Brighter,80; Brightest,100;

        [states]

        Fan.Mode=1

        Fan.Speed=

        Speed.Profile=1.610Ghz - Normal

        Backlight.Level=44

        in base alle ram che hai messo uno o più settaggi non te li reggerà. io con le vecchie 533cl4 ero stabile fino al 1890 (ram a 393 x2) ora con le 800cl5 arrivo ad un misero 2040 (ram a 425 x2) perchè sta scheda madre barbona forza il cl4!! e non c'è verso di cambiarlo!:muro:

        che ram hai messo tu?

        1 Risposta Ultima Risposta
        0
        • L Non in linea
          L Non in linea
          Le085
          scritto su ultima modifica di
          #190

          ho ritrovato l'adattatore usb per il lettore :D

          Penguin allora che mi consigli? vado di xubuntu? con il flash player come va? gradirei almeno i video di youtube senza scatti...non pretendo di certo di giocarci ai giochini della playfish, visto e considerato che vanno un po' lenti persino sul muletto con p4 630 2gb di ram e win xp...:(

          Qualsiasi consiglio, problema riscontrato qualsiasi cosa è ben accetta:)

          1 Risposta Ultima Risposta
          0
          • P Non in linea
            P Non in linea
            penguin86
            scritto su ultima modifica di
            #191

            Le085 ha scritto:

            ho ritrovato l'adattatore usb per il lettore :D

            Penguin allora che mi consigli? vado di xubuntu? con il flash player come va? gradirei almeno i video di youtube senza scatti...non pretendo di certo di giocarci ai giochini della playfish, visto e considerato che vanno un po' lenti persino sul muletto con p4 630 2gb di ram e win xp...:(

            Qualsiasi consiglio, problema riscontrato qualsiasi cosa è ben accetta:)

            Io ti consiglio a palla Xubuntu, con un vero sistema operativo il piccoletto si trasforma da un inutile gameboy ad un vero pc, resterai stupito! Tralaltro per il web e multimedia questo procio rende veramente un casino!

            Con flash in effetti è un po' lentino, se sei a batteria va leggermente a scatti in full screen, se sei a corrente elettrica invece va fluido. L'unica cosa che potresti notare sono i tempi d'avvio un po' più lenti (sempre nell'ordine di poche decine di secondi).

            Ricorda di seguire la guida che ti avevo consigliato, ne gioverà la vita dei tuoi SSD ;)

            Poi, a chi interessasse... sono riuscito a portare la CPU a 990Mhz (non riesco ad abbattere il muro del Ghz, diventa tremendamente instabile...).

            Ecco un superpi 1M (per Linux) eseguito a default, 900Mhz:

            End of calculation. Time= 71.872 Sec.

            End of data output. Time= 0.420 Sec.

            Total calculation(I/O) time= 72.293( 1.300) Sec.

            ------ Ended super_pi run : lun feb 16 23:43:11 CET 2009

            Eccone uno a 990Mhz:

            End of calculation. Time= 64.988 Sec.

            End of data output. Time= 0.384 Sec.

            Total calculation(I/O) time= 65.372( 1.160) Sec.

            ------ Ended super_pi run : lun feb 16 23:38:22 CET 2009

            Dopo fatto un esame che mi sta angosciando cercherò qualche bios modificato, così vediamo se si può aumentare leggermente la vcore e sfondare il muro del Ghz. Le temp non mi preoccupano, dopo il superpi era a 62°C!

            Ciaociao!

            1 Risposta Ultima Risposta
            0
            • L Non in linea
              L Non in linea
              Le085
              scritto su ultima modifica di
              #192

              su youtube ne ho visti di overcloccati a 1200 se non erro :fiufiu:

              grazie ancora per i suggerimenti :)

              cmq la xandros in modalità desktop non è un giocattolino...c'è praticamente tutto solo che hanno mischiato un po' di kde e robaccia varia e come provi a mettere su qualcosa rischi di fare casini...troppo sporco da ripulire e farci quello che vuoi...

              cmq a breve farò una prova

              1 Risposta Ultima Risposta
              0
              • L Non in linea
                L Non in linea
                Le085
                scritto su ultima modifica di
                #193

                Le085 ha scritto:

                i4861_spieeepc900.png

                :LOLGoku:

                questpo è il mio pi...una 90na di secondi ...si vede che quello per linux rulla molto meglio...senza contare xubuntu e il fatto che nn c'è wine di mezzo:)

                dai dai ora cambiamo ram e poi si overclocca:clapclap:

                1 Risposta Ultima Risposta
                0
                • P Non in linea
                  P Non in linea
                  penguin86
                  scritto su ultima modifica di
                  #194

                  Superpi per Linux dovrebbe girare anche dalla Xandros... Fai una prova ftp://pi.super-computing.org/Linux/super_pi.tar.gz

                  lo avvii con sh pi [numero cifre decimali]. Ad esempio per avere il spi da 1M son 20 cifre.

                  1 Risposta Ultima Risposta
                  0
                  • L Non in linea
                    L Non in linea
                    Le085
                    scritto su ultima modifica di
                    #195
                    End of calculation. Time= 69.250 Sec.

                    End of data output. Time= 0.420 Sec.

                    Total calculation(I/O) time= 69.670( 1.760) Sec.

                    :briai:

                    non sono + tanto sicuro di levare xandros:asd:

                    a parte scherzi oggi ha smesso pure di funzionare il flash player:fiufiu:

                    vuole essere proprio piallato...solo che sono un po' angosciato dalle miriadi di guide che ci sono su internet ma spesso mooolto diverse tra loro...ora sto scaricando la xubuntu 8.10

                    però boooo

                    a parte che altri consigliano altre distro (alcune mai sentite)

                    cmq mi rimane qualche dubbio sul fatto che la guida che mi hai linkato tu è per 901 e non per 900...dici che va bene uguale? (considera che il 901 ha un altro chipset e un altro processore..)

                    e poi ho visto che per ibernare correttamente bisognerebbe avere uno swap maggiore uguale alla dimensione della ram...e se io poi metto 2gb di ram??:cheazz:

                    mi tocca fare la swap d 2gb?

                    1 Risposta Ultima Risposta
                    0
                    • P Non in linea
                      P Non in linea
                      principino1984
                      scritto su ultima modifica di
                      #196

                      raga chi mi spiega come diavolo si usa quel programmino per settare il clock del processore con il 1000h?

                      marco

                      1 Risposta Ultima Risposta
                      0
                      • A Non in linea
                        A Non in linea
                        apix_1024
                        scritto su ultima modifica di
                        #197

                        principino1984 ha scritto:

                        raga chi mi spiega come diavolo si usa quel programmino per settare il clock del processore con il 1000h?

                        marco

                        hai messo il mio ini? se si allora ti indico quello che ho racimolato dai vari utenti in rete sul settaggio dei vari step di frequenza devi sapere questo:

                        PCI-E = B/5*3 MHz

                        FSB = (B-1)/5*A/12 MHz

                        MinCPU = FSB*6 MHz (risparmio energetico)

                        MaxCPU = FSB*12 MHz (full power)

                        DDR = FSB/2*5 MHz

                        DDR2 = DDR*2 MHz

                        Esempio "54,187,1,2008MHz"

                        PCI-E = 187/5*3 Mhz=112 MHz

                        FSB = (187-1)/5*54/12 =167.4 MHz

                        MinCPU = FSB*6=1004.4 MHz

                        MaxCPU = FSB*12=2008.8 MHz

                        DDR = FSB/2*5=418.5 MHz

                        DDR2 = DDR*2=837 MHz

                        per le ventole credo che tu abbia capito la gestione. la luminosità la gestisco ancora con i tasti diretti e la tengo al 44% per intenderci.

                        chiedi pure se hai dubbi ;)

                        1 Risposta Ultima Risposta
                        0
                        • L Non in linea
                          L Non in linea
                          Le085
                          scritto su ultima modifica di
                          #198

                          io sto installando...daniele rischia di essere chiamato alle 2 di notte :asd:

                          per ora sembra procedere bene..vediamo se lo script di lean riesce a far fungere un po' di cose

                          edit: ook il wifi funge già è qualcosa :)

                          1 Risposta Ultima Risposta
                          0
                          • P Non in linea
                            P Non in linea
                            principino1984
                            scritto su ultima modifica di
                            #199

                            no aris, non mi è arrivato il tuo file... comunque ora provo un po' a smanettarci e vediamo che succede :D

                            il profilo a 2ghz lo tiene almeno per un spi da 1m... ora naturalmente non ho voglia di fargli fare qualcosa di più lungo ma già è un'inizio.

                            Marco

                            1 Risposta Ultima Risposta
                            0
                            • A Non in linea
                              A Non in linea
                              apix_1024
                              scritto su ultima modifica di
                              #200

                              principino1984 ha scritto:

                              no aris, non mi è arrivato il tuo file... comunque ora provo un po' a smanettarci e vediamo che succede :D

                              il profilo a 2ghz lo tiene almeno per un spi da 1m... ora naturalmente non ho voglia di fargli fare qualcosa di più lungo ma già è un'inizio.

                              Marco

                              questo è il file .ini.... patacca era nella pagina prima...

                              ; This file contains eeectl settings.

                              ;

                              ; 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; Backlight

                              ;

                              ; 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.

                              Core.Icon = Temp.C,00FFFF;

                              ;

                              ; Pause between icon changes, msec.

                              ; Set to 0 to disable automatic icon changing.

                              Core.IconDelay = 150;

                              ;

                              ; 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.

                              ;

                              ;Speed.Profiles = 30,166,0,990Mhz; 33,176; 36,176; 40,176; 46,176,1,1.610Ghz; 50,176,1,1.75Ghz; 54,176,1,1.890Ghz; 54,180; 54,186; 54,190,1,2.040Ghz;

                              Speed.Profiles = 30,166,0,990Mhz - Low; 33,176; 36,176; 40,176; 46,176,1,1.610Ghz - Normal; 50,176,1,1.75Ghz - Fast; 54,176,1,1.890Ghz - Ultra; 54,180; 54,186; 54,190,1,2.040Ghz - oc test;

                              ; 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 = 9

                              ;

                              ; 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; 16,54,50; 22,58,54; 28,62,58; 36,65,62; 50,68,65; 70,73,68; 100,75,73;

                              ;

                              ; 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;

                              Backlight.Profiles = Low,10; Normal,30; Bright,40; Brighter,80; Brightest,100;

                              [states]

                              Fan.Mode=1

                              Fan.Speed=

                              Speed.Profile=1.610Ghz - Normal

                              Backlight.Level=44

                              1 Risposta Ultima Risposta
                              0
                              • P Non in linea
                                P Non in linea
                                principino1984
                                scritto su ultima modifica di
                                #201

                                ma come azz fai a leggere con la luminosità al 44% :D

                                1 Risposta Ultima Risposta
                                0
                                • A Non in linea
                                  A Non in linea
                                  apix_1024
                                  scritto su ultima modifica di
                                  #202

                                  principino1984 ha scritto:

                                  ma come azz fai a leggere con la luminosità al 44% :D

                                  per me basta ed avanza ;)

                                  1 Risposta Ultima Risposta
                                  0
                                  • S Non in linea
                                    S Non in linea
                                    swattolo
                                    scritto su ultima modifica di
                                    #203

                                    apix_1024 ha scritto:

                                    per me basta ed avanza ;)

                                    ma se tenere gli Eee PC attaccati con l'alimentatore togliendo la batteria non vi conviene ? :)

                                    1 Risposta Ultima Risposta
                                    0
                                    • A Non in linea
                                      A Non in linea
                                      apix_1024
                                      scritto su ultima modifica di
                                      #204

                                      swattolo ha scritto:

                                      ma se tenere gli Eee PC attaccati con l'alimentatore togliendo la batteria non vi conviene ? :)

                                      la mia batteria avrà si e no 2 cicli di carica sulle spalle. il mio piccolino è sempre attaccato alla rete e la batteria al sicuro nella scatola :asd:

                                      1 Risposta Ultima Risposta
                                      0
                                      • P Non in linea
                                        P Non in linea
                                        penguin86
                                        scritto su ultima modifica di
                                        #205

                                        Le085 ha scritto:

                                        :briai:

                                        non sono + tanto sicuro di levare xandros:asd:

                                        a parte scherzi oggi ha smesso pure di funzionare il flash player:fiufiu:

                                        vuole essere proprio piallato...solo che sono un po' angosciato dalle miriadi di guide che ci sono su internet ma spesso mooolto diverse tra loro...ora sto scaricando la xubuntu 8.10

                                        però boooo

                                        a parte che altri consigliano altre distro (alcune mai sentite)

                                        cmq mi rimane qualche dubbio sul fatto che la guida che mi hai linkato tu è per 901 e non per 900...dici che va bene uguale? (considera che il 901 ha un altro chipset e un altro processore..)

                                        e poi ho visto che per ibernare correttamente bisognerebbe avere uno swap maggiore uguale alla dimensione della ram...e se io poi metto 2gb di ram??:cheazz:

                                        mi tocca fare la swap d 2gb?

                                        Uh? A questo punto non sono sicuro di aver linkato la guida giusta. Ah, guarda che io ho su la 8.04 (la 8.10 non m'è piaciuta quando l'ho provata sul fisso). Se cerchi una guida considera che è la stessa del 700 ma eliminando dallo script la riga relativa all'audio ;)

                                        La swap non la fare. Io l'ho fatta di 1Gb per l'ibernazione, ma ibernare e ehm... sbrinare :asd: richiede più tempo di un avvio completo, quindi... lavoro di standby e spegnimento.

                                        principino1984 ha scritto:

                                        ma come azz fai a leggere con la luminosità al 44% :D

                                        Io in treno lo uso con la luminosità al minimo :D

                                        apix_1024 ha scritto:

                                        la mia batteria avrà si e no 2 cicli di carica sulle spalle. il mio piccolino è sempre attaccato alla rete e la batteria al sicuro nella scatola :asd:

                                        Anche la mia :fiufiu:

                                        La uso solo in treno... O0

                                        1 Risposta Ultima Risposta
                                        0
                                        • P Non in linea
                                          P Non in linea
                                          principino1984
                                          scritto su ultima modifica di
                                          #206

                                          io sono al quarto ciclo completo di scarica e carica, ho capito che per far rendere al meglio la batteria è bene fargli fare subito questi cicli di carica, poi una volta che non la si vuole più utilizzare per lungo tempo è bene lasciarla a 3/4 di carica.

                                          Ancora un paio di cicli completi e poi la levo anch'io!

                                          marco

                                          1 Risposta Ultima Risposta
                                          0

                                          Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                                          Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                                          Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                                          Registrati Accedi
                                          Rispondi
                                          • Risposta alla discussione
                                          Effettua l'accesso per rispondere
                                          • Da Vecchi a Nuovi
                                          • Da Nuovi a Vecchi
                                          • Più Voti


                                          • Accedi

                                          • Non hai un account? Registrati

                                          • Accedi o registrati per effettuare la ricerca.
                                          Powered by NodeBB Contributors
                                          • Primo post
                                            Ultimo post
                                          0
                                          • Categorie
                                          • Recenti
                                          • Tag
                                          • Popolare
                                          • Utenti
                                          • Gruppi