; This file contains modified eeectl settings for the ASUS Eee PC 901 model. ; 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. ; If you want to start eeectl with a specific configuration file ; (or to apply this file to the already running eeectl instance) ; you can use "-c" parameter like this: ; eeectl.exe -c "C:\Program Files\eeectl_new_config.ini" ; If you want eeectl to perform some actions after loading ; (or to perform some actions on the already running eeectl instance) ; you may use "-e" parameter like this: ; eeectl.exe -e Speed.Full ; ; 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 = Speed; Backlight; Fan; Core.Save = Backlight; Fan; ; ; 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; ;Core.Keys = ; ; 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 = Speed.FSB; Temp.C,00FFFF; ; ; Pause between icon changes, msec. ; Set to 0 to disable automatic icon changing. Core.IconDelay = 4000 ; ; Speed profiles list. ; List consists of blocks "FSB,PCIE,Voltage,Name". ; ========== The following statement is incorrect for the Eee 901 ========== ; 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. ; ; Super Hybrid Engine values - Super Performance Mode = 50,176,1 / High Performance Mode = 48,166,1 / Power Saving Mode=36,166,0 ; Speed.Profiles = 30,166,0,1.0Ghz; 39,166,0,1.3Ghz; 48,166,1,1.6Ghz; 51,176,1,1.7Ghz; 54,176,1,1.8Ghz; 57,186,1,1.9Ghz; 60,196,1,2.0Ghz; ; Pause between steps in described process, msec. Speed.StepDelay = 500 ; Multiplier for the FSB icon. You may set it to 33 to see the *approximate* CPU speed in the tray ; instead of the FSB one. It should be 33.333333..., but eeectl only supports integers. :( Speed.FSBIconMul = 33 ; ; 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 = 0,30,53; 25,58,54; 30,62,59; 35,64,62; 40,70,64; 50,75,65; 60; 70; 80; 90; 100,90,75; ; Fan.Profiles = 0,10,50; 5,51,60; 15,61,70; 30,71,80; 50,81,85; 75,86,90; 100,91,100; Fan.Profiles = 0,10,40; 5,41,50; 15,51,60; 30,61,75; 50,76,85; 75,86,90; 100,91,100; ; ; 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,15; Low,30; Normal,61; Bright,80; Ultra,100; [States] Fan.Mode=0 Fan.Speed= Backlight.Level=80