LinuxSir.cn,穿越时空的Linuxsir!

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

ATI 显卡驱动安装求助

[复制链接]
发表于 2009-7-5 10:03:17 | 显示全部楼层 |阅读模式
SUSE11.1, 显卡ATI RADEON HD4570, 下载的是ATI官网最新9-6**.run (for linux)版本显卡驱动,进入X后,直接运行.run出现X界面安装,安装成功,分辨率成功调高,但是拖动网页或者窗口会变的非常缓慢。不知道有人遇到此问题否?如何解决?如有必要,贴出xorg.conf...
 楼主| 发表于 2009-7-5 10:11:01 | 显示全部楼层
# /.../
# SaX generated X11 config file
# Created on: 2009-07-04T17:57:20+0800.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
        Identifier     "Layout[all]"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Keyboard[0]" "CoreKeyboard"
        InputDevice    "Mouse[1]" "CorePointer"
        InputDevice    "Mouse[3]" "SendCoreEvents"
        Option            "Clone" "off"
        Option            "Xinerama" "off"
EndSection

Section "Files"
        InputDevices   "/dev/gpmdata"
        InputDevices   "/dev/input/mice"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/local"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/URW"
        FontPath     "/usr/share/fonts/Speedo"
        FontPath     "/usr/share/fonts/PEX"
        FontPath     "/usr/share/fonts/cyrillic"
        FontPath     "/usr/share/fonts/latin2/misc:unscaled"
        FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
        FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
        FontPath     "/usr/share/fonts/latin2/Type1"
        FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
        FontPath     "/usr/share/fonts/baekmuk:unscaled"
        FontPath     "/usr/share/fonts/japanese:unscaled"
        FontPath     "/usr/share/fonts/kwintv"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/uni:unscaled"
        FontPath     "/usr/share/fonts/CID"
        FontPath     "/usr/share/fonts/ucs/misc:unscaled"
        FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
        FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
        FontPath     "/usr/share/fonts/hellas/misc:unscaled"
        FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
        FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
        FontPath     "/usr/share/fonts/hellas/Type1"
        FontPath     "/usr/share/fonts/misc/sgi:unscaled"
        FontPath     "/usr/share/fonts/xtest"
        FontPath     "/opt/kde3/share/fonts"
EndSection

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

Section "ServerFlags"
        Option            "AllowMouseOpenFail" "on"
        Option            "ZapWarning" "on"
EndSection

Section "InputDevice"
        Identifier  "Keyboard[0]"
        Driver      "kbd"
        Option            "rotocol" "Standard"
        Option            "XkbLayout" "us"
        Option            "XkbModel" "microsoftpro"
        Option            "XkbRules" "xfree86"
EndSection

Section "InputDevice"
        Identifier  "Mouse[1]"
        Driver      "mouse"
        Option            "Buttons" "12"
        Option            "Device" "/dev/input/mice"
        Option            "Name" "Logitech USB Optical Mouse"
        Option            "rotocol" "explorerps/2"
        Option            "Vendor" "Sysp"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Mouse[3]"
        Driver      "synaptics"
        Option            "Buttons" "5"
        Option            "Device" "/dev/input/mice"
        Option            "Emulate3Buttons" "on"
        Option            "HorizScrollDelta" "0"
        Option            "InputFashion" "Mouse"
        Option            "Name" "Synaptics;Touchpad"
        Option            "rotocol" "explorerps/2"
        Option            "SHMConfig" "on"
        Option            "Vendor" "Sysp"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Modes"
        Identifier     "Modes[0]"
EndSection

Section "Monitor"
        Identifier   "Monitor[0]"
        VendorName   "Unknown"
        ModelName    "Unknown"
        UseModes     "Modes[0]"
        DisplaySize  309        173
        HorizSync    30.0 - 40.0
        VertRefresh  50.0 - 75.0
        Option            "CalcAlgorithm" "XServerPool"
        Option            "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Device[0]"
        Driver      "fbdev"
        VendorName  "VESA"
        BoardName   "Framebuffer Graphics"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        Option            "Capabilities" "0x20008000"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen[0]"
        Device     "Device[0]"
        Monitor    "Monitor[0]"
        SubSection "Display"
                Depth     16
                Modes    "default"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 10:15:07 | 显示全部楼层
SaX2 -r -m O=fglrx命令后输出:

SaX: initializing please wait...
SaX: your current configuration will not be read in

SaX: wrong module syntax..
SaX: syntax: -m CardNr=CardModule[....]


就贴这些了,望高人指点,用suse只有两天,以前是用FC和Centos的
回复 支持 反对

使用道具 举报

发表于 2009-7-5 11:32:25 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 11:48:12 | 显示全部楼层
上面文章已看过,上面说的基本是如何安装ATI驱动,但是我的问题是已经安装成功,但是SaX2 -r -m O=fglrx出错,无法出小齿轮哦。。。一个显著问题就是网页用滚轮转的时候非常迟缓,拖动窗口会出现像xp未装驱动时候类似的样子,有延迟。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 11:56:29 | 显示全部楼层
继续张贴问题:
使用命令fgl_glxgears或者fglrxinfo后提示:
Using GLX_SGIX_pbuffer
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12
回复 支持 反对

使用道具 举报

发表于 2009-7-5 12:13:13 | 显示全部楼层
说明没有安装成功。
可以试试http://cn.opensuse.org/ATI的方 ... 2.ati.com/suse/11.1
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 12:23:34 | 显示全部楼层
http:/www2.ati.com/suse/11.1
源的地址对吗?
是不是http://www2.ati.com/suse/11.1
已经添加过这个源,用Yast2搜索ati-driver
无结果。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 12:29:55 | 显示全部楼层
继续张贴小问题:
系统有时候会蹦出一个提示框xmessage:
Loading socket Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
Failed to load x11 FrontEnd module.
Loading simple Config module ...
Creating backend ...
Reading pinyin phrase lib failed
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-5 12:47:07 | 显示全部楼层
看来我这个新手的问题很新啊。。。
我注意到:ATI显卡驱动官方9.5和9.6版本的安装指南里面明文规定
The following packages must be installed in order for the Catalyst™ Linux driver to install and work properly:

z  XFree86-Mesa-libGL
z  libstdc++
z  libgcc
z  XFree86-libs
z  fontconfig
z  freetype
z  zlib
z  gcc


还xfree86呢。。FC是已经那个用xorg替换过xfree的了,suse11.1上装的xorg-x11
难道是这个问题??
难道说我显卡对于suse来说,比较完美,能开3D的驱动还没诞生??呼呼。。高手来啊


难道说我要放弃suse。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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