Carley
2011-10-17 13:17 deepin
我也有同样问题,不过我的是AMD的.run。
Reply Like 0 View the author
How to Install a .run File:
For this How To I am going to be using the dummy name "example.run". You should replace this with the name of the file you are trying to install.
1. Open a terminal. In Gnome the terminal is found in Applications>Accessories>Terminal.
2. Navigate to the directory of the .run file. For this example, I have mine on the desktop so I would type in "cd ~/Desktop" and press enter.
3. Type "chmod +x example.run" (press enter).
4. Now type "./example.run", press enter, and the installer will run.
装上后会不会死机,我从软件中心装了好几次都是重启死机。。。
[quote]装上后会不会死机,我从软件中心装了好几次都是重启死机。。。
Popular Events
More
1、先去英伟达(Nvidia)官网下载与你的显卡对应的最新Linux版显卡驱动
(.run格式的),存放在自己容易记住的目录下。
2、搭建安装环境
apt-get install build-essential linux-headers-$(uname -r)
3、停止桌面环境
/etc/init.d/gdm stop(此时桌面消失屏幕进入命令行窗口状态,登录root)
4、cd命令进入存放*.run的目录下,sudo sh *.run,其中*.run中的*为你下载或
重命名的驱动文件名。