LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 668|回复: 1

系统资源问题

[复制链接]
发表于 2006-10-25 01:05:20 | 显示全部楼层 |阅读模式
开机后,进入gnome,系统平均负载直接到5左右,然后慢慢降到1左右,不知道有可能在哪出问题?
之前更换了xorg.conf
现在的xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

#        FontPath     "/usr/share/fonts/100dpi"
#        FontPath     "/usr/share/fonts/TTF"
#        FontPath     "/usr/share/fonts/Type1"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
        Load  "drm"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

        #DisplaySize          280   210        # mm
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "LCS"
        ModelName    "LXH-GJ556"
        HorizSync    30.0 - 75.0
        VertRefresh  60.0 - 75.0
        Option            "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                    # [<bool>]
        #Option     "SWcursor"                   # [<bool>]
        #Option     "Dac6Bit"                    # [<bool>]
        #Option     "Dac8Bit"                    # [<bool>]
        #Option     "BusType"                    # [<str>]
        #Option     "CPPIOMode"                  # [<bool>]
        #Option     "CPusecTimeout"              # <i>
        #Option     "AGPFastWrite"               # [<bool>]
        #Option     "AGPSize"                    # <i>
        #Option     "GARTSize"                   # <i>
        #Option     "RingSize"                   # <i>
        #Option     "BufferSize"                 # <i>
        #Option     "EnableDepthMoves"           # [<bool>]
        #Option     "NoBackBuffer"               # [<bool>]
        #Option     "DMAForXv"                   # [<bool>]
        #Option     "FBTexPercent"               # <i>
        #Option     "DepthBits"                  # <i>
        #Option     "AccelDFS"                   # [<bool>]
        #Option     "anelOff"                   # [<bool>]
        #Option     "DDCMode"                    # [<bool>]
        #Option     "MonitorLayout"              # [<str>]
        #Option     "IgnoreEDID"                 # [<bool>]
        #Option     "UseFBDev"                   # [<bool>]
        #Option     "MergedFB"                   # [<bool>]
        #Option     "CRT2HSync"                  # [<str>]
        #Option     "CRT2VRefresh"               # [<str>]
        #Option     "CRT2Position"               # [<str>]
        #Option     "MetaModes"                  # [<str>]
        #Option     "MergedDPI"                  # [<str>]
        #Option     "MergedXinerama"             # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"         # [<bool>]
        #Option     "MergedNonRectangular"         # [<bool>]
        #Option     "MergedMouseRestriction"         # [<bool>]
        #Option     "DisplayPriority"            # [<str>]
        #Option     "anelSize"                  # [<str>]
        #Option     "ForceMinDotClock"           # <freq>
        #Option     "ColorTiling"                # [<bool>]
        #Option     "VideoKey"                   # <i>
        #Option     "RageTheatreCrystal"         # <i>
        #Option     "RageTheatreTunerPort"         # <i>
        #Option     "RageTheatreCompositePort"         # <i>
        #Option     "RageTheatreSVideoPort"         # <i>
        #Option     "TunerType"                  # <i>
        #Option     "RageTheatreMicrocPath"         # <str>
        #Option     "RageTheatreMicrocType"         # <str>
        #Option     "RenderAccel"                # [<bool>]
        #Option     "SubPixelOrder"              # [<str>]
        #Option     "ShowCache"                  # [<bool>]
        #Option     "DynamicClocks"              # [<bool>]
        #Option     "BIOSHotkeys"                # [<bool>]
        #Option     "VGAAccess"                  # [<bool>]
        #Option     "ReverseDDC"                 # [<bool>]
        #Option     "LVDSProbePLL"               # [<bool>]
        #Option     "AccelMethod"                # <str>
        #Option     "ConstantDPI"                # [<bool>]
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 AS [Radeon 9550]"
        Option            "AGPMode" "4"                    # <i>
        Option            "EnablePageFlip" "True"             # [<bool>]
        Option            "XaaNoScanlineImageWriteRect"
        Option            "XaaNoScanlineCPUToScreenColorExpandFill"
        BusID       "CI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option            "VideoOverlay" "on"
        Option            "OpenGLOverlay" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1440*900"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
            Modes    "1440*900"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

Section "Extensions"
        Option            "Composite" "Enable"
EndSection
发表于 2006-10-25 19:53:02 | 显示全部楼层
"系统平均负载直接到5左右,然后慢慢降到1左右"

你是说 cpu 占用率从 5% 到 1% 吗?有什么问题?

连这点cpu占用率都要斤斤计较?你买 cpu 干吗的?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表