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
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.当然有什么问题,可以留言,相互探讨