免费注册 查看新帖 |

Chinaunix

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

有ATI的显卡驱动吗? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-02 23:38 |只看该作者 |倒序浏览
新攒了台机子,ATI的X1650(PCI-E)显卡,将分辨率设成1440x900时,显示器报"超出显示范围"。
是不是需要显卡驱动呀?

snnn的<<写给新手:显卡驱动的安装>>帖子我看过了,内核也重新编译过,可还是不行。
ATI官方有Linux的驱动,我现在用的SUSE10.2,就是用了那个驱动,FreeBSD下怎么办?

论坛徽章:
0
2 [报告]
发表于 2007-04-02 23:39 |只看该作者
ports里应该有

试试/usr/ports/graphics/dri/

[ 本帖最后由 lonelywing 于 2007-4-2 23:46 编辑 ]

论坛徽章:
0
3 [报告]
发表于 2007-04-27 14:20 |只看该作者

行了!谢谢楼上的兄弟!

行了!谢谢楼上的兄弟!

这前一位大侠的文章,讲得很详细:
http://bbs.chinaunix.net/viewthr ... 1%26filter%3Ddigest

------------------------------------------------

/usr/ports/graphics/dri
make install clean

贴上我的xorg.conf文件

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

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/wqy/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
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"
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 100.0
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
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 AS [Radeon 9550]"
        BusID       "PCI:1:0:0"
EndSection

Section "Extensions"
        Option            "Composite" "Enable"
EndSection

Section "DRI"
        Mode            0666
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes        "1024x768"        "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes        "1024x768"        "800x600"
        EndSubSection
EndSection

[ 本帖最后由 tdls 于 2007-4-27 15:04 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP