怎么卸载ati的官方驱动

CPU/显卡/打印机/USB设备等硬件问题
回复
menciuslove
帖子: 77
注册时间: 2007-05-27 19:11

怎么卸载ati的官方驱动

#1

帖子 menciuslove » 2007-11-24 11:54

我下载了ati官方的后缀名为.run的那个安装文件,但是显卡安装不成功,我想把它卸载掉,可是不知道怎么办
bushuhui
帖子: 50
注册时间: 2007-03-06 13:22

#2

帖子 bushuhui » 2007-11-25 17:12

到/usr/share/ati/里面看看,是不是有个uninstall的shell脚本程序。
deyinchan
帖子: 1
注册时间: 2008-04-27 20:42

#3

帖子 deyinchan » 2008-09-02 9:32

sudo apt-get install envyng-core
安装envyng,这个是帮助安装和卸载显卡驱动的(包括ati和nvidia)
代码:
sudo envyng -t

| EnvyNG Menu ver.1.1.1 |
| EnvyNG菜单 版本号1.1.1 |
| 1 - Install the NVIDIA driver |
| 安装nvidia驱动 |
| 2 - Uninstall the NVIDIA driver |
| 卸载nvidia驱动 |
| 3 - Install the ATI driver |
| 安装ati驱动 |
| 4 - Uninstall the ATI driver |
| 卸载ati驱动 |
| 5 - Install the ATI/NVIDIA driver Manually |
| 手动安装ati/nvidia驱动 |
| 6 - Restart the Xserver |
| 重新启动Xserver |
| 7 - Restart your computer |
| 重新启动电脑 |
| 8 - Exit |
| 退出 |
| NOTE: IF THE SCREEN TURNS BLACK, PLEASE TYPE ALT+F1
注意:如果黑屏,按alt+F1
Please select one of the activities displayed above and press ENTER:
请选择菜单前面的数字,并按回车键:(在这里输入上面的数字就行了)

然后就会自动下载驱动并安装。安装完重新启动。
我这里重新启动后分辨率仍然不正常,又执行了
代码:
sudo aticonfig --initial -f
头像
peachcolor
帖子: 898
注册时间: 2006-05-20 14:03

#4

帖子 peachcolor » 2008-09-02 14:58

貌似官方的那个安装脚本既可以安装也可以卸载,貌似加个参数就可以,
sh install.sh remove 之类的,不记得了,可以google之
头像
be00
帖子: 805
注册时间: 2008-07-28 19:51
来自: 长沙
联系:

#5

帖子 be00 » 2008-09-02 15:24

代码: 全选

$ ./ati-driver-installer-8-7-x86.x86_64.run  --help
Makeself version 2.1.3 
 1) Getting help or info about ./ati-driver-installer-8-7-x86.x86_64.run :
  ./ati-driver-installer-8-7-x86.x86_64.run -h|--help                     Print this message
  ./ati-driver-installer-8-7-x86.x86_64.run -i|--info                     Print embedded info : title, default target directory, embedded script 
  ./ati-driver-installer-8-7-x86.x86_64.run -l|--list                     Print the list of files in the archive
  ./ati-driver-installer-8-7-x86.x86_64.run -c|--check                    Checks integrity of the archive
  ./ati-driver-installer-8-7-x86.x86_64.run --extract NewDirectory        Extract this package to NewDirectory only
 
 2) Running ./ati-driver-installer-8-7-x86.x86_64.run :
  ./ati-driver-installer-8-7-x86.x86_64.run [options] [additional arguments to embedded script] with following options (in that order)
  --keep                              Do not erase target directory after running the embedded script
  Following arguments will be passed to the embedded script:
  --install                           Install the driver(default)
  --listpkg                           List all the generatable packages 
  --buildpkg package                  Build "package" if generatable ("package" as returned by --listpkg)
  --buildandinstallpkg package        Build and Install "package" as returned by --listpkg

我查了一下,好像没有remove的选项呀
我的乌斑兔儿:http://zhanggang.net/m/b/b1/ubuntu右键选择在新的窗体打开
右边有一只黄手 ----> 或者注册Dropbox中文版感谢我
oliver_bacon
帖子: 47
注册时间: 2007-12-30 14:33

#6

帖子 oliver_bacon » 2008-09-02 19:00

usr/share/ati/fglrx-uninstall.sh
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: 怎么卸载ati的官方驱动

#7

帖子 速腾1994 » 2010-05-06 11:26

代码: 全选

sudo /usr/share/ati/fglrx-uninstall.sh
头像
gaobin2496
帖子: 65
注册时间: 2010-11-14 11:44
联系:

Re: 怎么卸载ati的官方驱动

#8

帖子 gaobin2496 » 2011-10-20 16:41

mark
onlylove
论坛版主
帖子: 5230
注册时间: 2007-01-14 16:23

Re: 怎么卸载ati的官方驱动

#9

帖子 onlylove » 2011-10-20 20:45

7楼正解
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
回复