Chinaunix

标题: 有ATI的显卡驱动吗? [打印本页]

作者: painkiller0513    时间: 2007-04-02 23:38
标题: 有ATI的显卡驱动吗?
新攒了台机子,ATI的X1650(PCI-E)显卡,将分辨率设成1440x900时,显示器报"超出显示范围"。
是不是需要显卡驱动呀?

snnn的<<写给新手:显卡驱动的安装>>帖子我看过了,内核也重新编译过,可还是不行。
ATI官方有Linux的驱动,我现在用的SUSE10.2,就是用了那个驱动,FreeBSD下怎么办?
作者: lonelywing    时间: 2007-04-02 23:39
ports里应该有

试试/usr/ports/graphics/dri/

[ 本帖最后由 lonelywing 于 2007-4-2 23:46 编辑 ]
作者: tdls    时间: 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 编辑 ]




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2