无法访问系统设置或 Catalyst!

无法访问系统设置或 Catalyst!

最近我“全新”安装了 Ubuntu 14.10,一切运行正常,使用我的 AMD Radeon HD 6630M 作为默认显卡,没有任何问题(我有其中一款愚蠢的双显卡设置)。

但是当我遇到 HDMI 输出问题(屏幕闪烁且整个桌面偏离中心)时,我认为这可能是驱动程序问题,因此我使用 Catalyst 将我的显卡更改为英特尔卡……然后一切都变得糟糕。

现在,我根本无法访问系统设置 - 它只是将鼠标/触摸板光标更改为“加载”变体,然后什么都没有。

此外,当我的笔记本电脑在用户指定的时间后自动挂起时(我无法看到,因为我无法访问系统设置),我无法退出待机模式...按下笔记本电脑上的键(嗯,外接键盘 - 我的笔记本电脑的键盘不再起作用)没有任何作用,只是导致我的笔记本电脑继续显示黑屏!我尝试使用 Catalyst 改回我的 Radeon HD 6630M,但在弹出对话框中输入正确的密码后,我什么也没得到!

然后我尝试按照我最初的支持请求重新安装它: 需要帮助让可切换显卡在 Ubuntu 14.10 下正常工作

但我得到的只是错误:

~$ sudo apt-get install fglrx fglrx-core fglrx-amdcccle fglrx-pxpress
[sudo] password for gregoryopera: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
fglrx-pxpress is already the newest version.
fglrx is already the newest version.
fglrx-amdcccle is already the newest version.
fglrx-core is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
gregoryopera@gregoryopera-VPCCB15FG:~$ sudo ln -svT /usr/lib /usr/lib64 #Only for Ubuntu 64bits
ln: failed to create symbolic link ‘/usr/lib64’: File exists
gregoryopera@gregoryopera-VPCCB15FG:~$ sudo amdconfig --initial
amdconfig: No supported adapters detected*

任何帮助,将不胜感激。

答案1

好的,一切都已安排好。

我所要做的就是清除(即完全地删除)我的所有 AMD Radeon HD 6630M 驱动程序和软件:

sudo apt-get purge "fglrx.*"

重新开始。

重新从头安装我的所有 AMD Radeon HD 6630M 驱动程序和软件:

sudo apt-get install fglrx fglrx-core fglrx-amdcccle fglrx-pxpress
sudo ln -svT /usr/lib /usr/lib64 #Only for Ubuntu 64bits
sudo amdconfig --initial

重新开始。

现在一切正常!

提醒自己,避免使用 HDMI 端口和嵌入式(英特尔)显卡......

感谢@BrunoPereira 和@Snorky35 发布的各自说明这里这里

相关内容