Fglrx 导致严重的bug-黑屏!

fok*_*oki 5 ati fglrx hybrid-graphics

我从 Ati 网站下载了最新的驱动程序并安装了它...

现在在启动时我看到一个黑屏和消息:

“无法正确检测您的屏幕、显卡和输入设备设置。您需要自行配置这些设置。”

我按 Enter 并移动到下一个屏幕并显示消息:

“你想干什么?”

并在下面列出:

“仅在一个会话中以低图形模式运行。”

(已标记)和其他一些不可能用 TAB 或上、下、左、右或 shift 键标记的选项...(无光标)。我无法登录系统,无法使用它! 我该怎么办?

小智 5

(1)检查fglrx是否被列入黑名单。(这是我在带有 AMD/Ati Radeon HD 6770M 的 HP pavilion dv7 上的解决方案)

为此,您可以通过 grep 中的所有文件/etc/modprobe.d/

grep fglrx /etc/modprobe.d/*
Run Code Online (Sandbox Code Playgroud)

在我的情况下,这给出了以下输出:

blacklist-local.conf:blacklist fglrx
fglrx.conf:# This file was installed by fglrx
fglrx.conf:alias fglrx fglrx
Run Code Online (Sandbox Code Playgroud)

我所要做的就是编辑/etc/modprobe.d/blacklist-local.conf文件并blacklist fglrx通过在行#前插入来注释掉行。所以现在看起来像这样:

# blacklist fglrx
学分:Gumili(链接

(2)重新安装fglrx

apt-get install fglrx fglrx-amdcccle fglrx-updates
Run Code Online (Sandbox Code Playgroud)



(3)重新运行fglrx启动

 amdconfig --initial -f
Run Code Online (Sandbox Code Playgroud)

这是此命令的文档

AMD Initial Configuration:
  --initial
        Generate a default AMD device section in the configuration file which
        is capable of loading the fglrx driver.
 --initial=dual-head
        Same as '--initial' but generate a basic dual head configuration file.
  --initial=check
        Identifies if the fglrx driver is present in configuration file.
Run Code Online (Sandbox Code Playgroud)

(4) 重启