LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: jiyongguang

安装好了xorg-7.0,感觉没什么变化啊?

[复制链接]
发表于 2006-3-25 18:35:13 | 显示全部楼层
Post by jecky.z
主要是很容易支持中文粗体,性能确实不明显,稳定我也信,分成了100多个模块,对开发者来说,不管是维护还是升级都方便


是啊,什么配置文件都不用改,就可以出粗体了
回复 支持 反对

使用道具 举报

发表于 2006-3-25 19:00:47 | 显示全部楼层
ati就是垃圾啊
还是楼主的nivida好啊
以后在也不买a卡了
回复 支持 反对

使用道具 举报

发表于 2006-3-25 19:36:12 | 显示全部楼层
Post by KenShinXF
ati就是垃圾啊
还是楼主的nivida好啊
以后在也不买a卡了


告诉你一个消息,我现在用的就是xorg-x11-7, 升级后就自动支持我的ATI X300SE显卡了,我在内核里没有配置ATI显卡支持,也没有用ati-drivers(这个真的太不稳定了,丢之而后快,哈哈),加速如何我说不准,但我可以肯定不会有卡的现像,打开网页,滚动等操作还是十分流畅的,我没有配置/etc/X11/xorg.conf, 只是xorgcfg在我的home目录下生成了一个xorg.conf.new,内容如下:

# cat xorg.conf.new
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
#       Load  "dri"                             #这个好像一定要注释掉
        Load  "freetype"
        Load  "type1"
EndSection

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

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

Section "Monitor"
        #DisplaySize      330   270     # mm
        Identifier   "Monitor0"
        VendorName   "HWP"
        ModelName    "HP vs17"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 83.0
        VertRefresh  50.0 - 76.0
        Option      "DPMS"
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     "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     "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>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV370 5B60 [Radeon X300 (PCIE)]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"

        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-3-25 19:45:45 | 显示全部楼层
我现在用2.6.16+开源ati驱动
昨天启用了一个选项之后
Section "Device"
Identifier "ATI"
Driver "radeon"
...
Option "EnablePageFlip" "True"
...
BusID "CI:1:0:0"
Screen 0
EndSection

glxgears从1700飙升至3800
之前ati-drivers最高不超过2300
回复 支持 反对

使用道具 举报

发表于 2006-3-25 20:28:48 | 显示全部楼层
Post by zhllg
我现在用2.6.16+开源ati驱动
昨天启用了一个选项之后
Section "Device"
Identifier "ATI"
Driver "radeon"
...
Option "EnablePageFlip" "True"
...
BusID "CI:1:0:0"
Screen 0
EndSection

glxgears从1700飙升至3800
之前ati-drivers最高不超过2300


那个开源驱动?就是xorg-x11里带的那个吗?
回复 支持 反对

使用道具 举报

发表于 2006-3-25 21:11:56 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2006-3-25 23:20:27 | 显示全部楼层
Post by zhllg
我现在用2.6.16+开源ati驱动
昨天启用了一个选项之后
Section "Device"
Identifier "ATI"
Driver "radeon"
...
Option "EnablePageFlip" "True"
...
BusID "CI:1:0:0"
Screen 0
EndSection

glxgears从1700飙升至3800
之前ati-drivers最高不超过2300

你的是什么显卡啊,不知道我的9200能不能有突破
回复 支持 反对

使用道具 举报

发表于 2006-3-25 23:31:04 | 显示全部楼层
mobility radeon 9200
回复 支持 反对

使用道具 举报

发表于 2006-3-25 23:43:07 | 显示全部楼层
哈,看来我很有必要试一试了
回复 支持 反对

使用道具 举报

发表于 2006-3-26 01:22:03 | 显示全部楼层
给朋友装上了试了试,非常不错啊。感觉对显卡并没有多高的要求。非常的流畅。
回复 支持 反对

使用道具 举报

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

本版积分规则

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