|
|
发表于 2007-3-23 19:41:36
|
显示全部楼层
我还有30多个包没弄完,还很多都是kde的。。
等弄好了我对比下两个系统下X什么的启动速度
不知道为什么我这firefox的启动速度非常不稳定,有时开机后第一次运行3-4秒就打开了,有时要10秒以上
我这里firefox是这样的,网络不好的时候,半天半天起不来,能联网就很快。
说实话,感觉提高的速度有限,没大感觉出来。
在我这里一启动beryl就死机,也不知什么地方的原因,现在已经恢复回X86了。
我的本本跟你是一模一样的,只是没换硬盘。
昨天也花了整天整夜的时间重编了整个系统,遇到同样问题了,也是重编了mesa解决的:)。也没觉得有太多的速度提升。不过我用~x86与xfce4,beryl启动一直都有问题,显卡就是调不好啊。
我的xorg显示设置是这样的:
- Section "Device"
- Identifier "ATI"
- Driver "radeon"
- Option "AGPMode" "4"
- Option "GARTSize" "64"
- # Option "BusType" "AGP"
- Option "AGPSize" "16" # default: 8
- Option "AGPFastWrite" "1"
- # Option "SWcursor" "true" # More stable this way.
- Option "EnablePageFlip" "true" # Faster.
- # Option "EnableDepthMoves" "false" # More stable this way.
- Option "RenderAccel" "on"
- Option "AccelMethod" "XAA" # or XAA, EXA, XAA more stable
- Option "DDCMode"
- # Option "SubPixelOrder" "NONE"
- # Option "ColorTiling" "false" # More stable this way.
- # Option "DynamicClocks" "true"
- # Option "bioshotkeys" "True"
- # Option "XAANoOffscreenPixmaps" "true" # More stable this way.
- Option "DRI" "true" #DRI option
- # This two lines are needed to prevent fonts from being scrambled
- #Option "XaaNoScanlineImageWriteRect"
- #Option "XaaNoScanlineCPUToScreenColorExpandFill"
- BusID "PCI:1:0:0"
- Screen 0
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- EndSection
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen"
- InputDevice "ThinkPad TrackPoint" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Option "AIGLX" "true"
- EndSection
- Section "DRI"
- Group 0
- Mode 0666
- EndSection
复制代码 |
|