abshuhuhuhu 发表于 2010-6-22 15:57:41

另外,用lspci -v |more
查看设备,发现显卡还是正确识别了的。

abshuhuhuhu 发表于 2010-6-22 16:15:43

xorg.conf文件内容

Section "ServerLayout"
        Identifier   "X.org Configured"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath   "catalogue:/etc/X11/fontpath.d"
        FontPath   "built-ins"
EndSection

Section "Module"
        Load"glx"
        Load"dri2"
        Load"extmod"
        Load"record"
        Load"dri"
        Load"dbe"
EndSection

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

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "auto"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
      ### Available Driver options are:-
      ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
      ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
      ### : arg optional
      -Option   "NoAccel" True                 # [<bool>]
      #Option   "SWcursor"                 # [<bool>]
      #Option   "Dac6Bit"                    # [<bool>]
      #Option   "Dac8Bit"                    # [<bool>]
      #Option   "BusType"                    # [<str>]
      #Option   "CPPIOMode"                  # [<bool>]
      #Option   "CPusecTimeout"              # <i>
      #Option   "AGPMode"                    # <i>
      #Option   "AGPFastWrite"               # [<bool>]
      #Option   "AGPSize"                    # <i>
      #Option   "GARTSize"                 # <i>
      #Option   "RingSize"                 # <i>
      #Option   "BufferSize"                 # <i>
      #Option   "EnableDepthMoves"           # [<bool>]
      #Option   "EnablePageFlip"           # [<bool>]
      #Option   "NoBackBuffer"               # [<bool>]
      #Option   "DMAForXv"                 # [<bool>]
      #Option   "FBTexPercent"               # <i>
      #Option   "DepthBits"                  # <i>
      #Option   "PCIAPERSize"              # <i>
      #Option   "AccelDFS"                 # [<bool>]
      #Option   "IgnoreEDID"                 # [<bool>]
      #Option   "DisplayPriority"            # [<str>]
      #Option   "PanelSize"                  # [<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   "ScalerWidth"              # <i>
      #Option   "RenderAccel"              # [<bool>]
      #Option   "SubPixelOrder"              # [<str>]
      #Option   "ShowCache"                  # [<bool>]
      #Option   "DynamicClocks"              # [<bool>]
      #Option   "VGAAccess"                  # [<bool>]
      #Option   "ReverseDDC"                 # [<bool>]
      #Option   "LVDSProbePLL"               # [<bool>]
      #Option   "AccelMethod"              # <str>
      #Option   "DRI"                        # [<bool>]
      #Option   "ConnectorTable"           # <str>
      #Option   "DefaultConnectorTable"         # [<bool>]
      #Option   "DefaultTMDSPLL"           # [<bool>]
      #Option   "TVDACLoadDetect"            # [<bool>]
      #Option   "ForceTVOut"                 # [<bool>]
      #Option   "TVStandard"                 # <str>
      #Option   "IgnoreLidStatus"            # [<bool>]
      #Option   "DefaultTVDACAdj"            # [<bool>]
      #Option   "Int10"                    # [<bool>]
      #Option   "EXAVSync"                 # [<bool>]
      #Option   "ATOMTVOut"                  # [<bool>]
      #Option   "R4xxATOM"                 # [<bool>]
        Identifier"Card0"
        Driver      "radeon"
        VendorName"ATI Technologies Inc"
        BoardName   "Radeon IGP 330M/340M/350M"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth   1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   24
        EndSubSection
EndSection

abshuhuhuhu 发表于 2010-6-24 14:23:59

终于自己解决了问题!

找了个UBUNTU下ATI 8M显卡的修改资料,依样画葫芦终于搞定了!
我只能说:xorg.conf真的很可恶!系统又不能自动生成合适的文件,不合适的时候又没有最基本的图形界面!

修改内容:希望以后类似问题的朋友少走弯路!
   Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
      #rizSync 30.0 - 96.0
      VertRefresh   50.0 - 160.0

Section "Device"
      ### Available Driver options are:-
      ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
      ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
      ### : arg optional
      #Option   "NoAccel" True                 # [<bool>]
      #Option   "SWcursor"                 # [<bool>]
      Option   "Dac6Bit"         "true"                 # [<bool>]
      #Option   "Dac8Bit"                    # [<bool>]
      #Option   "BusType"                    # [<str>]
      #Option   "CPPIOMode"                  # [<bool>]
      #Option   "CPusecTimeout"              # <i>
      #Option   "AGPMode"                    # <i>
      #Option   "AGPFastWrite"               # [<bool>]
      #Option   "AGPSize"                    # <i>
      #Option   "GARTSize"                 # <i>
      #Option   "RingSize"                 # <i>
      #Option   "BufferSize"                 # <i>
      #Option   "EnableDepthMoves"           # [<bool>]
      Option   "EnablePageFlip" "on"            # [<bool>]
      #Option   "NoBackBuffer"               # [<bool>]
      #Option   "DMAForXv"                 # [<bool>]
      Option   "FBTexPercent"        "0"               # <i>
      #Option   "DepthBits"                  # <i>
      #Option   "PCIAPERSize"              # <i>
      Option   "AccelDFS"        "true"                 # [<bool>]
      #Option   "IgnoreEDID"                 # [<bool>]
      #Option   "DisplayPriority"            # [<str>]
      #Option   "PanelSize"                  # [<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   "ScalerWidth"              # <i>
      #Option   "RenderAccel"              # [<bool>]
      #Option   "SubPixelOrder"              # [<str>]
      #Option   "ShowCache"                  # [<bool>]
      Option   "DynamicClocks"   "on"           # [<bool>]
      #Option   "VGAAccess"                  # [<bool>]
      #Option   "ReverseDDC"                 # [<bool>]
      Option   "LVDSProbePLL"         "on"              # [<bool>]
      Option   "AccelMethod"         "exa"              # <str>
      #Option   "DRI"                        # [<bool>]
      #Option   "ConnectorTable"           # <str>
      #Option   "DefaultConnectorTable"         # [<bool>]
      #Option   "DefaultTMDSPLL"           # [<bool>]
      #Option   "TVDACLoadDetect"            # [<bool>]
      #Option   "ForceTVOut"                 # [<bool>]
      #Option   "TVStandard"                 # <str>
      #Option   "IgnoreLidStatus"            # [<bool>]
      #Option   "DefaultTVDACAdj"            # [<bool>]
      #Option   "Int10"                    # [<bool>]
      #Option   "EXAVSync"                 # [<bool>]
      #Option   "ATOMTVOut"                  # [<bool>]
      #Option   "R4xxATOM"                 # [<bool>]
        Identifier"Card0"
        Driver      "radeon"
        VendorName"ATI Technologies Inc"
        BoardName   "Radeon IGP 330M/340M/350M"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth   1
        Modes        "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   4
      Modes   "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   8
      Modes   "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   15
      Modes   "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   16
      Modes   "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   24
      Modes   "1280*1024" "1152*864" "1024*768" "800*600" "640*480"
        EndSubSection
EndSection

abshuhuhuhu 发表于 2010-6-24 14:25:23

另外,

我感觉我的显卡是被降级使用了,有懂行的朋友指导一下再优化一下显卡性能?

比如加入显存的扩大之类的??
页: 1 [2]
查看完整版本: 问:我装了MAGIC LINUX 进入系统只有桌面?【已解决】