免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1944 | 回复: 0
打印 上一主题 下一主题

[FreeBSD] fb7.2+kde4如何安装ati hd3650驱动 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-30 00:29 |只看该作者 |倒序浏览
fb7.2+kde4如何安装ati hd3650驱动

xorg.conf已经可以认出是3600 系列,默认用的radeon驱动。
但启动花屏。有文章说在内核加入drm,radeondrm我试了不行。xorg驱动改为ati也是花屏。
用vesa驱动可以进,但分辨率调不了。一调就花屏。
怎样我才可以让fb用上这个显卡?

附默认出来的xorg.conf.new文件

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

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/sysmouse"
        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]: 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   "Mobility Radeon HD 3600 Series"
        BusID       "PCI:2: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

[ 本帖最后由 sh-sh 于 2009-6-30 00:30 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP