`
hacker_zxf
  • 浏览: 144817 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

ati驱动安装过程

阅读更多
先把linux-restricted-modules中的fglrx模块屏蔽了
代码:
sudo gedit /etc/default/linux-restricted-modules-common


代码:
DISABLED_MODULES=""

改成
代码:
DISABLED_MODULES="fglrx"


解决安装ATI驱动的一些依赖关系
代码:
sudo apt-get update
sudo apt-get install module-assistant build-essential
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base


创建.deb
代码:
chmod +x ati-driver-installer-8.26.18-x86.run
./ati-driver-installer-8.26.18-x86.run --buildpkg Ubuntu/dapper


安装.deb
代码:
sudo dpkg -i xorg-driver-fglrx_8.26.18-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.26.18-1_i386.deb
sudo dpkg -i fglrx-control_8.26.18-1_i386.deb


删除以前的fglrx-kernel的deb
代码:
sudo rm /usr/src/fglrx-kernel*.deb


创建新的fglrx-kernel.deb
代码:
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
sudo module-assistant install fglrx
sudo depmod -a


升级xorg.conf
代码:
sudo aticonfig --initial --input=/etc/X11/xorg.conf


重启
代码:
sudo reboot


重启完毕后
先用
代码:
fglrxinfo

看看ATI的驱动是否安装完毕
代码:
fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.5814 (8.25.18)


然后再用
代码:
fgl_glxgears


代码:
glxgears -printfps

测试一下
fgl_glxgears结果一般在800以上(以9600为参考)
glxgears结果一般在4000以上(以9600为参考)
这样的话就是安装成功了

要是fglrxinfo的结果显示
代码:
fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

请卸载驱动
代码:
sudo dpkg -r fglrx-control
sudo dpkg -r fglrx-kernel-source
sudo dpkg -r xorg-driver-fglrx

然后再安装

安装8.19以后版本的ATI驱动
可能会出现显示器刷新率上不去的原因
需手动修改
先用
代码:
gtf

查出显示器的硬件参数
然后
在xorg.conf中
代码:
Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

这段添加进显示器的硬件参数
代码:
Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Modeline   ......
EndSection


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

这段添加显示器的分辨率
代码:
Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     ......
        EndSubSection
EndSection

修改完毕以后重启X
如果出现修改失败

代码:
sudo dpkg-reconfigure xserver-xorg

重新配置

最后附上我的xorg.conf
不要直接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 "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
   FontPath     "/usr/share/X11/fonts/misc"
   FontPath     "/usr/share/X11/fonts/cyrillic"
   FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/X11/fonts/Type1"
   FontPath     "/usr/share/X11/fonts/100dpi"
   FontPath     "/usr/share/X11/fonts/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load  "bitmap"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "int10"
   Load  "type1"
   Load  "vbe"
   Load  "glx"
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       "Protocol" "ExplorerPS/2"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "FLATRON 775F"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
   Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
   Modeline "1152x864_75.00"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
   Driver      "ati"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
   Monitor    "FLATRON 775F"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes     "1152x864" "1152x786" "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1152x864""1024x768"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection
分享到:
评论

相关推荐

    ATI显卡驱动自动安装器

    ATI官网提供的自动驱动程序安装器,可以自动扫描显卡型号并下载安装驱动。

    ATI显卡驱动的安装

    ATI HD系列显卡驱动安装简便方法(只有1条命令) 作者:caryloo 选择自己的显卡型号(HD)系列的驱动程序 以Linux(x86)的平台为例,分别点击 “Linux(x86)" --> "Radeon"-->"ATI Radion HD 4350 Series"--->Go ...

    ati驱动

    ati驱动

    ATI Mobility Radeon HD4570显卡驱动

    本来想上传同样的安装程序,但是压缩了都有170多M,没有权限上传那么大的,所以只好上传一个用360硬件大师备份后打包的文件,用winrar解压后,用360硬件大师或360驱动大师应该能进行驱动恢复操作。如有疑问,联系qq...

    ATI Mobility Radeon HD 4200/4300/4500/5470/3200/5670 Windows XP 驱动 v8.743.4

    以上系列显卡的Windows XP 驱动 v8.743.4 DELL Systems Inspiron Desktop Inspiron One 2205 Inspiron Desktop Inspiron One 2305 Inspiron Desktop Inspiron One 2310 Inspiron Desktop 410(Zino HD) Devices ...

    ATI 所有显卡win7 驱动

    "ATI FireGL T2" = ati2mtag_RV350GL, PCI\VEN_1002&DEV_4154 "ATI FireGL T2 Secondary" = ati2mtag_RV350GL, PCI\VEN_1002&DEV_4174 "ATI FireGL V3100" = ati2mtag_RV370GL, PCI\VEN_1002&DEV_5B64 "ATI FireGL ...

    ATI ES1000显卡驱动 v2.1.0.0 官方_支持windowns2088 r2

    ATIES1000显卡驱动是专为win2008系统打造的显卡驱动程序。原装ATIES1000显示芯片是没有显卡驱动的,需要自己安装。...如果你的系统是32位的,解压之后直接运行驱动安装程序DPInst32.exe即可,欢迎下载体验

    ati x1350显卡驱动 For win8/win10 64位

    atix1350显卡驱动支持windows10和windows8操作系统,很多人更新电脑系统后,驱动无法安装了,小编这里分享的由网友分享,大家自行测试吧。驱动说明atix1350显卡在windows8以及win1064位系统上的驱动程序,支持64位...

    ATI ES1000 Windows2008 R2驱动

    ATI ES1000芯片驱动程序,该芯片在Windows server 2008 R2上是没有驱动的,这是在intel官方网站上找到的,intel自家的服务器主板也用ES1000芯片,32位和64位的都有,用了半年,非常稳定。

    ati x2300显卡驱动 for windows7

    找了快一年的驱动了,终于在前不久装上了.在这里把驱动分享给大家,希望大家一同体验windows7的强大功能.请按照操作说明进行安装,本程序是从微软官方网站上下载的,请放心使用.

    a690 ati显示卡的驱动程序,集成 x1200 for xp

    a690 ati显示卡的驱动程序,集成 x1200 for xp

    老笔记本ATI显卡Win8.1驱动程序

    老笔记本上ATI移动显卡在Win8.1 32位下的驱动程序。

    win732位驱动for ati x1300

    找了好久找到,分享了,ati x1300的驱动程序。

    ATI mobility X2300 windows7的显卡驱动下载

    下载以后解压,然后右击“计算机”-〉“管理”-〉然后点击“设备管理器”-〉然后选择“显示适配器”-〉然后选中“基本图形处理中心”右键有“更新驱动程序软件(P)”点击,然后选择你所解压的文件夹,然后安装就OK...

    ATi冶天催化剂驱动 v8.30 多国语言版

    ATI现在的工作重点放在了Vista驱动的改进和优化上,催化剂7.4 Vista驱动程序新加入Avivo视频转换中心,可以对各种格式的视频进行快速转换。新版驱动还提升了Radeon X1000系列显卡在Vista下的单卡和交火OpenGL性能,...

    ati1300 ATI推出新版Mac系统显卡驱动

    时下为ATI宠爱的已经不光是PC电脑用户了,昨天ATI专门为Mac用户推出崭新的RADEON 显卡驱动程序,它们针对的是OS X和OS 9 Mac系统。ATI此次的新驱动修复了大量的错误,并且提供了一系列新的硬件支持,由于篇幅太长,...

    联想t400笔记本ATI独立显卡驱动程序forwinXP

    联想t400笔记本显卡驱动程序是一款可以有效解决联想t400笔记本显卡在使用过程中出现的一些问题的驱动工具,本站提供了联想t400笔记本显卡驱动程序的下载地址,有兴趣的朋友们可以前来下载使用。 显卡分独立显卡和...

    kali linux 安装 NVIDA 显卡驱动教程

    本文是作者通过实际操作后分享出来的kali linux系统上安装NVDIA显卡驱动的全过程记录,真实有效,有需要的小伙伴可以参考下。

    ATI_M6显卡驱动程序

    主要用于NEC 系列VA10H等本本的显卡驱动,此驱动是极少数能有效用天NEC老本本的驱动

    驱动程序-显卡驱动-惠普6520s显卡驱动.zip

    驱动程序-显卡驱动-惠普6520s显卡驱动.zip

Global site tag (gtag.js) - Google Analytics