|
小学生

- UID
- 8785
- 帖子
- 130
- 威望
- 16
- 金钱
- 23
- 人气
- 0 ℃
- 在线时间
- 74 小时
|
1楼
大 中
小 发表于 2008-10-1 18:25 只看该作者
EeeCtl设置eeectl.ini文件详细教程(附eeectl for 901/1000H下载)【更新关闭背光选项】
新买的901,结果发现读写D盘的时候整个系统会很卡,连鼠标都不流畅。折腾了半天发现是Eeectl这个软件导致的。
这个软件可以控制FSB和PCIE频率,两者是单独控制的,导致问题的正是因为PCIE频率问题。
查看Eeectl的配置文件,发现是因为将pcie总线频率超频到了200,我就改为了167,重启后,故障消失。
说实话这个软件是在不错啊,自由控制频率,电压,还有风扇,背光。同时鉴于很多人在问配置文件如何写,我将配置文件详细的注释下:
将应用的内容复制到文本文件中,保存为eeectl.ini即可。未免不测,请覆盖前备份原ini文件
==============081025背光配置中增加关闭背光=======================
引用:; This file contains eeectl settings.
; 这个文件中是eeectl的配置信心
; 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
; eeectl分为多个模块,每个模块都有对应的设置。这个是用在快捷键设置的,很方便哦
;
; Modules:模块:
; Core -- eeectl core interface. 核心接口
; Speed -- FSB speed, PCIE speed and CPU voltage control. FSB频率,PCIE频率和CPU电压控制
; Temp -- Temperature monitor. 温度
; Fan -- Fan control. 风扇控制
; Backlight -- Backlight brightness control. 背光控制
;
; Methods: 操作
; Core._quit -- Exit app. 退出软件
; Core.Alpha -- Load ini file "Alpha". 加载名为"Alpha.ini"的测试初始化文件
; 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". 设置风扇速度为 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 摄氏度的CPU温度
; Temp.F -- CPU temperature in fahrenheit 华氏度的CPU温度
; 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.
; 定制右键点击图标后后弹出的菜单,embed表示是在一级菜单,popup表示是右侧箭头的下一级菜单
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) 快捷键为a=alt,c=ctrl,s=shift,w=win
; 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.
; 下一行,aw就是alt和win一起按下。aw+esc是退出,aw+下是减速,上是加速, aw+左是降低背光,右是增加背光 ,aw+0是软件自动
; 控制风扇,aw+3,5,7分别是30 50 70的风扇速度。可以参考上面的列表中所有的操作进行添加快捷键。
Core.Keys = aw+esc,Core._quit; aw+down,Speed._down; aw+up,Speed._up; aw+left,Backlight._down; aw+right,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". 列表由"icon.color"这样的组合构成
; See the table above for the list of available icons. 上面的表格中有列表可以用的图标
; Color is 24-bit hex value in BGR format, FFFF00 by default. 颜色是24位16进制数据,格式是BGR(蓝绿红),默认
; 是FFFF00(蓝+绿=淡蓝色)
; 下面的例子是显示默认颜色的CPU速度,黄色的CPU温度,默认颜色的风扇速度
Core.Icon = Speed.FSB; Temp.C,00FFFF; fan.;
;上面定义的图标显示信息是轮流显示的,这里设置间隔时间,单位为ms
; Pause between icon changes, msec.
; Set to 0 to disable automatic icon changing.
Core.IconDelay = 1000
;
; Speed profiles list.
; List consists of blocks "FSB,PCIE,Voltage,Name". 设置速度,格式为 FSB,PCIE,电压,显示名称
; ===============================================================================================
; 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.
; ========================上面说的是针对赛扬900CPU的FSB设置。对ATOM,【这个值=CPU频率*30】,30就算是1G的值,
; 48就是1.6G的值,60就是2G的值。=========================================================================
; PCIE is PCI Express bus clock frequency. PCIE总线的频率,这个值除以1.67就是实际的PCIE频率,降频时设置在167,超频时视稳定性调节到176到183间,这个PCIE对性能的影响微乎其微,超频PCIE为的是稳定性。我的901用200的话SSD的DMA就无法打开。
; Voltage is CPU voltage flag, 0 for Low, 1 for Normal. CPU电压,0为低电压,1为高电压
; 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.
; 名字就是显示在界面菜单中代表这个频率的名称,只是名称而已,随便起,自己知道就OK
;
; 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.
; 改变频率的时候软件是按扎一步一步的方式来的,每一步改变一个你设置的中间频率。比如你设置了1G,1.5G,1.6G三个频率,
; 你要从1G变成1.6G ,软件会自动的先到1.5G,然后从1.5G到1.6G。
; 下一行就是我的频率配置,第一个是系统挂起特殊配置,别改动,之后按照这个格式改动就可以。我的901最高只能到1.73G。
Speed.Profiles = 36,167,1,Suspend; 30,167,0,1Ghz; 36,167,0,1.2Ghz; 48,167,0,1.6Ghz; 52,167,0,1.73;
; 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 = 33
;
; Fan profiles list.风扇速度配置
; List consists of blocks "Speed,C_Temp_On,C_Temp_Off".配置的格式为"速度,启动温度,结束温度"
; Speed is the fan speed (0-100). 风扇速度的值在0到100间。经过测试,25可以直接转,20不能从停止状态转起来,但可以从高速降到20%并维持。
; 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.
; 你可以将两个温度都设置为0或者空着,这样,软件的自动控制模式就不会使用这个速度配置了。
Fan.Profiles = 25,50,40; 30,55,50; 40,60,55; 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). 背光亮度值可在0到100间,经过验证,21是最低,从20开始就彻底黑了。
; 华硕自带的亮度调节快捷键的设置范围实际上只是16到63.用本软件可以直接到100,非常亮哦。
Backlight.Profiles =关闭,0; Lowest,11; Low,30; Medium,50; Bright,70; Ultra bright,100;
[States]
Speed.Profile=1.6Ghz
Fan.Mode=0
Fan.Speed= [ 本帖最后由 happyxp 于 2008-10-25 12:30 编辑 ]
附件: 您所在的用户组无法下载或查看附件
|