亲测有效,我的显卡是ati hd 5470,装的是debian9.5,桌面KDE,通过两天时间,看了n篇文章,百度了n遍,最开始是去amd下对应的驱动,结果amd版本太久没更新,都不支持debian的x.org7.7和xserver1.19.2。安装提示这个”error: Detected X Server version 'XServer 1.19.2_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.19.2_64a:none:4.9.0-8-amd64:)
Installation will not proceed.
Removing temporary directory: fglrx-install.3Xgjzi”
后来又找了AMDGPU-PRO Driver for Linux 17.30和18.30来装,都装不上,
最后是开源驱动救了我的命
![[乖]](/static/emoticons/u4e56.png)
,百度搜“debian ati”就出来了,还是官方的。附上链接
https://wiki.debian.org/AtiHowTo,我就是照上面Installation的方法做的,结果重启,高分辨率袭来
![[泪]](/static/emoticons/u6cea.png)
,话说高分辨率KDE桌面用的真是无德顶,太爽了。
ps:installation中的步骤2Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:不是把下面的命令,直接拷贝到终端,而是要到找到ect/apt/下的sources.list,打开这个文件,然后复制# Debian 8 "Jessie"deb
http://httpredir.debian.org/debian/ jessie main contrib non-free到里面。修改sources.list需要root权限,百度的方法,
https://zhidao.baidu.com/question/1758940434005188348.html,我用的是“可以在您当前帐户以 sudo 方式提升您的权限来操作 ”
下面的3,4步就是直接复制到终端运行,注意
#号不要复制过去,#
号表示注释
本人小白一个,所以清楚装个debian来玩玩的不易,写得有点长,只是想帮到和我一样的人,大神勿扰哈