LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: goodluck1982

是开源驱动不支持我的ATI显卡还是我安装配置过程有误?

[复制链接]
发表于 2007-11-30 01:17:04 | 显示全部楼层
有误会了
我的意思就是让楼主发email问驱动作者
直接获取第一手信息
省事,而且准确
开源ati驱动的开发没有停止过
amd刚刚还给了xorg一些新显卡的spec呢
回复 支持 反对

使用道具 举报

发表于 2008-1-13 10:58:33 | 显示全部楼层
我的本是nx6325,显卡也是x1150,在ati的官方网站上是200m,好像200m只是一类型号,x1150被包含在内
我的驱动版本是8.40.4

lspci结果是
01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]

我的内核编译是按照官方网站的设定
http://gentoo-wiki.com/HOWTO_ATI_Drivers
唯一的不同是我没有编译fb

下面是我的xorg.conf,可以运行,希望对你的有用,其中某些设定是从500m那里copy过来的,如果显卡相同,应该可以运行。

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
#        FontPath        "/usr/share/fonts/local"
#        FontPath        "/usr/share/fonts/ttf-bitstream-vera"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/Type1"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/truetype"
#        FontPath        "/usr/share/fonts/cyrillic"
#        FontPath        "/usr/share/fonts/encodings"

EndSection

Section "Module"
        Load        "dbe"
        Load        "extmod"
        Load        "type1"
        Load        "freetype"
        Load        "glx"
        Load        "dri"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
EndSection

Section "InputDevice"
        Identifier        "Synaptics Touchpad"
        Driver                "synaptics"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "auto-dev"
        Option                "HorizScrollDelta"        "0"
EndSection

Section "Device"
        Identifier        "x1150"
        Driver                "fglrx"
        # === Video Overlay for the Xv extension ===
        # === OpenGL Overlay ===
        # # Note: When OpenGL Overlay is enabled, Video Overlay
        # # will be disabled automatically
        Option                 "VideoOverlay" "on"
        Option                 "OpenGLOverlay" "off"
        # Option "CenterMode" "off"
        # my
        Option                 "DesktopSetup"        "single"
        # Option                 "XAANoOffscreenPixmaps" "true"
        # Option                "UseFastTLS" "0"
#        BusID                "CI:1:5:0"
        # from a pipemail
        Option        "RenderAccel" "true" # <--- needed for rendering stuff:
        # forces sw rendering where hw doesn't work.
        Option        "AllowGLXWithComposite" "true" # <--- needed for compiz/beryl
        Option        "HWCursor" "On" # <---- needed to fix a bug with the mouse cursor
        Option       "no_dri" "no" # <---- use dri
        Option       "UseInternalAGPGART" "no" # <---- this is needed for some agpgart issues
        Option       "FSAAEnable" "no" # <---- disables fsaa since it is buggy on linux
        Option       "BlockSignalsOnLock" "on" #<----- needed to a have a stable driver
        Option       "Capabilities" "0x00000000" # <---- set capabilities to
        # default since some cards are buggy with non default capabilities
        Option       "mtrr" "off" # <---- disables mtrr
        Option        "XAANoOffscreenPixmaps" "true" #<---- needed to fix the
        # watermark issue of the latest fglrx releases
        Option       "UseFastTLS" "0" # <---- if you use wine don't set this to higher than 1.
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-51
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "x1150"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Synaptics Touchpad"
EndSection

Section "DRI"
        Group        "video"
        Mode        0666
EndSection

# Added by albcamus, to disable Xorg 7.x's feature: Composite extensions
# # Because it will disable 3D acceleration and OpenGL provided by ATI fglrx.
#
Section "Extensions"
# for compiz support
        Option        "DAMAGE" "true"
        Option        "RENDER" "true"
        Option        "Composite" "Enable"
        #Option         "Composite" "false"
EndSection

Section "ServerFlags"
        Option "AIGLX"        "off"
EndSection
回复 支持 反对

使用道具 举报

发表于 2008-1-13 12:06:55 | 显示全部楼层
楼上的兄弟没说明 xorg 的版本。
我这里是 xorg-server 1.3 就可以用 ati-drivers 3D加速,不过要关 AIGLX。1.4 就没戏,也许我没配置对。配置文件和楼上兄弟差不多。

~amd64 的系统。
回复 支持 反对

使用道具 举报

发表于 2008-1-13 12:54:29 | 显示全部楼层
恩,也是1.3的
x11-base/xorg-server-1.3.0.0-r2
回复 支持 反对

使用道具 举报

发表于 2008-1-13 23:38:11 | 显示全部楼层
radeon驱动在1501上貌似有很多问题。。还是装个fglrx吧。(虽然7.12问题无数)
x1150是可以用radeon驱动的,他是x300芯片。
回复 支持 反对

使用道具 举报

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

本版积分规则

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