Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2109543
  • 博文数量: 333
  • 博客积分: 10161
  • 博客等级: 上将
  • 技术积分: 5238
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-19 08:59
文章分类

全部博文(333)

文章存档

2017年(10)

2014年(2)

2013年(57)

2012年(64)

2011年(76)

2010年(84)

2009年(3)

2008年(37)

分类: LINUX

2012-01-12 22:22:00

Answer:sudo apt-get remove fglrx

then for newest ati driver:

wget

If you have a 64 bit system, then install this before anything:

sudo apt-get install ia32-libs

Once dowloaded right-click the .run file and set it to run as executable.

then.

cd /path_of_the_file

This is for 32 bit only:

sh ./ati-driver-installer-11-5-x86.x86_64.run

This is for 64 bit only:

sh ./ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty sudo dpkg -i fglrx*.deb

Once it's done.

sudo aticonfig --initial -f

that's all you have to do.

Alternatively you can add this ppa.

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install fglrx




详细的安装:
阅读(1455) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~