关于Debian8中无法安装AMD闭源驱动的问题
debian吧
全部回复
仅看楼主
level 12
发现好多人在问Debian8中为何无法安装AMD闭源驱动这个问题,所以发这个贴子,说明一下.这个问题在DebianWiki中有详细的说明.
1.部分原文,来源官网wiki(百度不让发链接):
Debian 8 "Jessie"
AMD Catalyst 14.9
For support of Radeon R9 200, Radeon R7 200, Radeon HD 8000, Radeon HD 7000, Radeon HD 6000 and Radeon HD 5000 series GPUs (supported devices).
*This driver is incompatible with the GNOME desktop, as it does not support the EGL interface. It is recommended to use the free radeon driver instead.
(1)Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:
..百度搜索:debian ati,前两个连接打开便是(貌似没有以前打开流畅了).
(2)Update the list of available packages. Install the appropriate linux-headers and fglrx-driver packages:

# aptitude update#
aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-driver
其中有这么一段:
*This driver is incompatible with the GNOME desktop, as it does not support the EGL interface. It is recommended to use the free radeon driver instead.
就是如果是使用GNOME桌面,那么AMD闭源驱动会发生冲突,所以推荐安装开源驱动,当然,其它桌面是可以的.
2. 安装开源AMD驱动(官网wiki) ,安装步骤(百度不让发链接):
(1)Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:
.....DebianWiki,貌似没有以前打开流畅了..
(2)Update the list of available packages:
# apt-get update
(3)Install the firmware-linux-nonfree, libgl1-mesa-dri and xserver-xorg-video-ati packages:
# apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati
3.当然如果你使用的不是GNOME,而且2中的方法无法安装成功,那么强烈建议去AMD官网现在最新驱动,并编译安装,安装方式参考:https://tieba.baidu.com/p/2973355387
4.当然有什么问题,可以留言,相互探讨
2015年08月22日 10点08分 1
level 4
你好,我amd6670,gnome,闭源驱动我就不想了,能装上开源的就行,
2015年09月13日 09点09分 2
level 4
方法2中的两个原具体是哪里,能写全麻,主要步骤详细点,我再试一回,我已经装过5-6回了,显卡一直没驱动[呵呵]
2015年09月13日 09点09分 3
1.在 /etc/apt/sources.list中添加源: deb http://http.debian.net/debian/ jessie main contrib non-free 2.apt-get update 3.apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati 4.重启
2015年09月13日 10点09分
谢谢今天充装试试
2015年09月13日 21点09分
level 4
已经驱动显卡,十分感谢!有一点小问题,就是每次启动系统都得手动连接网络,不然一直显示正在连接网络,我是路由器上网,动态dhcp获取,其他linux都可以自动连接,debian却不能自动连接??哪里的问题?
2015年09月14日 09点09分 4
有线网络的话,试试:(1)打开/etc/network/interface;(2)添加:auto eth0 iface eth0 inet dhcp
2015年09月15日 01点09分
无线的话,先看看驱动有没有问题,如果没问题的话,在network-manager中应该可以设置自动连接的.
2015年09月15日 01点09分
回复
huatong654321
:[疑问]自己好了
2015年09月15日 05点09分
level 1
要安装依赖
2015年10月01日 14点10分 5
level 1
反正我安装成功过,具体百度
2015年10月01日 14点10分 6
level 8
cinnamon也不行啊?
2016年02月05日 08点02分 7
level 1
楼主,太感谢了。我的系统是Debian9.3.0 桌面环境为xfce+gnome。显示器为三星24‘
添加的源为163的,之前一直不能满屏显示。只能到1280x800。太丑陋了。
用了楼主的第二个方法:
2. 安装开源AMD驱动(官网wiki) ,安装步骤
# apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati
只要执行上面一行命令,然后重启。就能全屏显示了。分辨率最高1920x1080 60hz
2018年01月04日 11点01分 10
1