`
hacker_zxf
  • 浏览: 148180 次
  • 性别: 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(现在称为AMD Radeon)显卡的用户,安装对应的驱动程序可以提升图形处理能力,支持更高的分辨率和更流畅的游戏体验。本文将详细介绍如何在Linux环境下,特别是x86架构的系统上,通过一个简单的命令行...

    ATI x2300显卡驱动

    ATI X2300显卡驱动是一款专为ATI公司生产的X2300型号显卡设计的驱动程序。ATI(现已被AMD收购)是知名的图形处理单元(GPU)制造商,其产品广泛应用于个人电脑和工作站。X2300作为一款中低端显卡,主要用于提供基本...

    ati驱动

    ATI驱动,全称为Advanced Micro Devices公司的显卡驱动程序,是专门为AMD Radeon系列显卡设计的软件组件。AMD,前身为ATI Technologies,是全球知名的图形处理单元(GPU)和主板芯片组制造商。ATI驱动在计算机硬件...

    ATI显卡驱动自动安装器

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

    ati x2300显卡驱动 for windows7

    4. **关闭防病毒软件**:在安装过程中暂时关闭防病毒软件,防止其干扰驱动安装过程。 5. **遵循安装指南**:按照提供的操作说明一步步进行,不要跳过任何步骤。 6. **重启电脑**:安装完毕后,记得重启计算机,使...

    ATI MOBILITY RADEON 7500最新驱动

    驱动程序是连接硬件设备与操作系统之间的桥梁,对于ATI MOBILITY RADEON 7500来说,更新驱动程序至关重要,因为这可以优化性能、修复错误、增加新功能,并确保显卡与最新的操作系统和应用程序兼容。描述中的“最新...

    win732位驱动for ati x1300

    "win732位驱动for ati x1300"就是专门为该显卡设计的驱动程序包,解决了用户在安装或升级系统后可能遇到的驱动兼容性问题。 驱动程序是计算机硬件与操作系统之间的重要桥梁,它提供了操作系统与硬件设备通信所需的...

    ATI1250驱动

    5. ikernel.ex_:这是一个部分完成的可执行文件,可能是在安装过程中需要展开完成的iKernel组件,用于驱动程序的安装和更新。 6. Setup.exe:这是驱动程序的安装程序,用户运行这个文件来启动安装流程。 7. data1....

    ati 4800 显卡驱动

    驱动程序是连接硬件设备与操作系统之间的桥梁,对于ATI 4800系列显卡来说,安装合适的驱动至关重要,因为它能确保显卡性能得到充分的发挥,同时解决可能出现的兼容性问题。 标题中提到的"ati 4800 显卡驱动"是指专...

    黑苹果ATI HD3450 MAC驱动

    5. 驱动安装过程:在黑苹果环境中安装驱动,一般涉及下载驱动程序、解压、放入指定目录,然后在终端使用命令行工具进行加载或者通过系统偏好设置进行安装。用户需要确保驱动版本与MAC OS版本兼容,否则可能导致系统...

    ATI显卡MAC全驱动(测试通过)

    ATI显卡在苹果MAC系统中的驱动程序是一个关键的组件,尤其对于那些将MAC系统安装在非原生苹果硬件上的用户来说。标题“ATI显卡MAC全驱动(测试通过)”表明这是一个针对ATI显卡的驱动程序集合,经过了实际测试,能够...

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

    ATI显示卡驱动程序是计算机硬件与操作系统之间的重要桥梁,对于拥有A690显卡并且使用Windows XP操作系统的用户来说,安装合适的驱动程序至关重要。本文将深入探讨这个驱动程序的相关知识点,帮助用户理解其作用、...

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

    1. **驱动程序安装**:首先,确保电脑已经连接到互联网,下载的压缩包解压后通常会包含一个.exe或.inf文件。双击运行.exe文件,按照向导步骤进行安装。或者,如果包含.inf文件,可以在设备管理器中找到显卡设备,...

    解决ATi显卡无法安装公版驱动的问题

    - 确保没有启用系统级的安全策略或防火墙阻止驱动程序安装。 - 关闭杀毒软件和其他可能干扰驱动程序安装的应用程序。 7. **使用兼容模式安装**: - 如果是通过下载的驱动程序安装包出现问题,可以尝试右键点击...

    ATI7670M显卡驱动 For MAC 内有图片

    安装过程通常包括下载驱动程序文件,然后通过Finder或磁盘工具来解压缩,最后按照屏幕上的指示进行安装。 驱动安装完成后,你可能会注意到系统性能的提升,尤其是在图形密集型应用中。这可能包括更快的游戏帧率,更...

    ATI Mobility Radeon HD4570显卡驱动

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

    ATI Mobility Radeon HD4250 集成显卡驱动

    ATI Mobility Radeon HD4250 集成显卡驱动ATI Mobility Radeon HD4250 集成显卡驱动

    ATI催化剂安装教程

    这个安装教程是针对那些初次接触ATI催化剂安装过程或者对电脑操作不太熟悉的用户,旨在帮助他们顺利地完成驱动程序的安装。 在安装ATI催化剂之前,你需要确保以下几个基本信息: 1. **系统兼容性**:确认你的操作...

    ATI ES1000 Windows2008 R2驱动

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

    win7 ATI 64位显卡ccc驱动

    1. **11-1_vista_win7_32-64_ccc_lang1.exe**:这是驱动安装程序,用户运行此文件即可安装ATI显卡的CCC驱动。 2. **PCHome_download.html**:这可能是太平洋电脑网(PCHome)的下载页面源代码或者链接,用户可能通过...

Global site tag (gtag.js) - Google Analytics