|
我是菜鸟,有错误请大家指正哦。
看到论坛上报道ati驱动9.3出来了,就去下载了一个装。
以下root权限运行
1、先设置编译环境sudo aptitude install module-assistant build-essential fakeroot dh-make debconf linux-headers-$(uname -r)。
2、下载驱动http://ati.amd.com/support/driver.html。选择相应型号,我是x1300,最后的文件是ati-driver-installer-9-3-x86.x86_64.run
3、执行 ./ati-driver-installer-9-3-x86.x86_64.run --buildpkg Debian/lenny
因为我是lenny,如果是其它版本可以./ati-driver-installer-9-3-x86.x86_64.run --listpkg 查看支持版本。
成功后当前目录下生成fglrx-amdcccle_8.593-1_i386.deb fglrx-driver_8.593-1_i386.deb
fglrx-kernel-src_8.593-1_i386.deb fglrx-driver-dev_8.593-1_i386.deb fglrx-installer_8.593-1_i386.changes
可以cat fglrx-installer_8.593-1_i386.changes看下描述
4、依次安装以上包 dpkg -i fglrx-*.deb
5、成功后执行module-assistant build fglrx 和 module-assistant auto-install fglrx 和depmod -a
6、修改/etc/X11/xorg.conf Section "Device" 这里修改Driver "fglrx"
Section "Screen" 加入设置 DefaultDepth 24 其它人我不知道,不加我几个机器都是报错,所以加了这个
7、重新启动,应该可以了
另:如果不自己配置安装,省3,4,5步骤,执行 ./ati-driver-installer-9-3-x86.x86_64.run,向导安装应该也可以的,完成后执行6,7步骤,大家可以试验下。
这次参考了http://forum.openrays.org/read-htm-tid-3209.html
和http://www.linuxsir.cn/bbs/thread287473.html
两篇文章,感谢他们! |
|