LinuxSir.cn,穿越时空的Linuxsir!

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

Debian squeeze如何完全安装ATI驱动

[复制链接]
发表于 2010-12-31 08:31:55 | 显示全部楼层 |阅读模式
安装官方驱动后(ati-driver-installer-10-12-x86.x86_64.run)拖动窗口不流畅,应该是3D没正确安装,xorg.conf信息也不完全!

  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection

  5. Section "Module"
  6. EndSection

  7. Section "Monitor"
  8.         Identifier   "aticonfig-Monitor[0]-0"
  9.         Option            "VendorName" "ATI Proprietary Driver"
  10.         Option            "ModelName" "Generic Autodetecting Monitor"
  11.         Option            "DPMS" "true"
  12. EndSection

  13. Section "Device"
  14.         Identifier  "aticonfig-Device[0]-0"
  15.         Driver      "fglrx"
  16.         BusID       "PCI:1:5:0"
  17. EndSection

  18. Section "Screen"
  19.         Identifier "aticonfig-Screen[0]-0"
  20.         Device     "aticonfig-Device[0]-0"
  21.         Monitor    "aticonfig-Monitor[0]-0"
  22.         DefaultDepth     24
  23.         SubSection "Display"
  24.                 Viewport   0 0
  25.                 Depth     24
  26.         EndSubSection
  27. EndSection
复制代码
发表于 2010-12-31 10:43:56 | 显示全部楼层
你是怎么安装的总要说清楚吧
回复 支持 反对

使用道具 举报

发表于 2010-12-31 12:01:56 | 显示全部楼层
安装源里的私有驱动:

  1. $ sudo aptitude install fglrx-driver
复制代码

先把原来的/etc/X11/xorg.conf删掉,然后进终端,执行:

  1. $ sudo init 1
  2. $ sudo aticonfig --initial
复制代码

最后重启就行了!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-4 15:23:59 | 显示全部楼层
Post by xltian1230;2124621
你是怎么安装的总要说清楚吧


直接在终端 ./ 运行文件
回复 支持 反对

使用道具 举报

发表于 2011-1-4 19:14:49 | 显示全部楼层
先装好 module-assistant build-essential dh-make libstdc++5 linux-headers-$(uname -r)

再执行bin文件
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-7 15:31:30 | 显示全部楼层
Post by wmpotato;2124975
先装好 module-assistant build-essential dh-make libstdc++5 linux-headers-$(uname -r)

再执行bin文件


问题解决了,看来没有头文件还真的不行呀
回复 支持 反对

使用道具 举报

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

本版积分规则

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