LinuxSir.cn,穿越时空的Linuxsir!

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

3d游戏玩不了了

[复制链接]
发表于 2009-3-8 17:42:10 | 显示全部楼层 |阅读模式
看到ati以后的官方驱动对老显卡不支持后
想想还是提前给换成开源驱动算了
现在regnumonline是彻底不能玩了

:yun::yun:
 楼主| 发表于 2009-3-8 19:04:00 | 显示全部楼层
-_-!#
720p的电影也看不了了
回复 支持 反对

使用道具 举报

发表于 2009-3-8 19:13:01 | 显示全部楼层
?你确认成功驱动了?

看高清什么的需要的是CPU而不是显卡吧。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-8 19:14:15 | 显示全部楼层
可能是xorg文件里面没有把xv打开吧
刚去添加了这个了,待会重启看看效果
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-8 19:34:15 | 显示全部楼层
还是不行看来
贴上俺的xorg。conf文件
[PHP]
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "SynapticsTouchpad" "SendCoreEvents"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

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

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

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

Section "InputDevice"
        Identifier  "SynapticsTouchpad"
        Driver      "synaptics"
        Option      "AlwaysCore"        "true"  # send events to CorePointer
        #Option      "Device"            "/dev/input/mice"
        Option      "Device"            "/dev/psaux"
        Option      "rotocol"          "auto-dev"
        Option      "SHMConfig"         "false" # configurable at runtime? security risk
        Option      "LeftEdge"          "1700"  # x coord left
        Option      "RightEdge"         "5300"  # x coord right
        Option      "TopEdge"           "1700"  # y coord top
        Option      "BottomEdge"        "4200"  # y coord bottom
        Option      "FingerLow"         "25"    # pressure below this level triggers release
        Option      "FingerHigh"        "30"    # pressure above this level triggers touch
        Option      "MaxTapTime"        "180"   # max time in ms for detecting tap
        Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
        Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
        Option      "CornerCoasting"    "true"  # enable continuous scroll with finger in corner
        Option      "CoastingSpeed"     "0.30"  # corner coasting speed
        Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
        Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
        Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
        Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
        Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
        Option      "VertTwoFingerScroll"   "true"   # vertical scroll anywhere with two fingers
        Option      "HorizTwoFingerScroll"  "true"   # horizontal scroll anywhere with two fingers
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]: arg optional
        #Option     "NoAccel"                    # [<bool>]
        #Option     "AccelMethod"                # [<str>]
        #Option     "offscreensize"              # [<str>]
        #Option     "SWcursor"                   # [<bool>]
        #Option     "ignoreconnector"            # [<str>]
        #Option     "forcereduced"               # [<bool>]
        #Option     "forcedpi"                   # <i>
        #Option     "useconfiguredmonitor"         # [<bool>]
        #Option     "HPD"                        # <str>
        #Option     "NoRandr"                    # [<bool>]
        #Option     "RROutputOrder"              # [<str>]
        #Option     "DRI"                        # [<bool>]
        #Option     "TVMode"                     # [<str>]
        #Option     "ScaleType"                  # [<str>]
        #Option     "UseAtomBIOS"                # [<bool>]
        #Option     "AtomBIOS"                   # [<str>]
        #Option     "UnverifiedFeatures"         # [<bool>]
        #Option     "Audio"                      # [<bool>]
        #Option     "HDMI"                       # [<str>]
        #Option     "COHERENT"                   # [<str>]
        Identifier  "Card0"
        Driver      "radeonhd"
        VendorName  "ATI Technologies Inc"
        BoardName   "M52 [Mobility Radeon X1300]"
        Option        "XAANoOffscreenPixmaps"        "true"
        BusID       "CI:1:0: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
Section        "DRI"
        Group        "video"
        Mode        0666
EndSection
Section "Extensions"
        Option        "XVideo" "Enable"
EndSection
[/PHP]
这个还需要添加什么参数才能看高清啊???
现在mplayer下xv用不了,gl2看720p的特别卡,看ati全屏后也特别卡
回复 支持 反对

使用道具 举报

发表于 2009-3-8 19:57:43 | 显示全部楼层
一直没有那个wiki系统的介绍硬件加速,gentoo有专门的一章可是也没提到xv而且高清越来越普及,现在才感觉需要系统的了解以下xorg的配置方法,希望有人能系统的说一下,从驱动到内核到xorg的配置
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-8 20:05:13 | 显示全部楼层
开始使用ati官方驱动的时候不用配置xorg文件也可以很好的支持xv的模式

但是换了开源的后不支持了
回复 支持 反对

使用道具 举报

发表于 2009-3-8 20:57:48 | 显示全部楼层
为什么用radeonhd驱动?用radeon驱动,装xf86-video-ati,否则可能不支持3D加速。

很多地方可以不要的,xorg.conf

[php]
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "SynapticsTouchpad" "SendCoreEvents"
EndSection

Section "InputDevice"
    Identifier  "SynapticsTouchpad"
    Driver      "synaptics"
    Option      "AlwaysCore"        "true"  # send events to CorePointer
    #Option      "Device"            "/dev/input/mice"
    Option      "Device"            "/dev/psaux"
    Option      "rotocol"          "auto-dev"
    Option      "SHMConfig"         "false" # configurable at runtime? security risk
    Option      "LeftEdge"          "1700"  # x coord left
    Option      "RightEdge"         "5300"  # x coord right
    Option      "TopEdge"           "1700"  # y coord top
    Option      "BottomEdge"        "4200"  # y coord bottom
    Option      "FingerLow"         "25"    # pressure below this level triggers release
    Option      "FingerHigh"        "30"    # pressure above this level triggers touch
    Option      "MaxTapTime"        "180"   # max time in ms for detecting tap
    Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
    Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
    Option      "CornerCoasting"    "true"  # enable continuous scroll with finger in corner
    Option      "CoastingSpeed"     "0.30"  # corner coasting speed
    Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
    Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
    Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
    Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
    Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
    Option      "VertTwoFingerScroll"   "true"   # vertical scroll anywhere with two fingers
    Option      "HorizTwoFingerScroll"  "true"   # horizontal scroll anywhere with two fingers
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "M52 [Mobility Radeon X1300]"
    Option     "AccelMethod"  "exa"         #<-如果不是用exa,就不需要整个这里了,推荐使用EXA。其余优化参数你自己搜索
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection [/php]
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-8 21:40:25 | 显示全部楼层
Post by jarryson;1957955
为什么用radeonhd驱动?用radeon驱动,装xf86-video-ati,否则可能不支持3D加速。

很多地方可以不要的,xorg.conf
...

不是说ati不支持r500系列的显卡么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-8 22:25:57 | 显示全部楼层
果然用ati的驱动,使用radeon就没问题了
谢谢jarrson
回复 支持 反对

使用道具 举报

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

本版积分规则

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