Gnome Ubuntu 14.04 aticonfig:没有检测到支持的适配器 ati radeon 6770m

zav*_*ava 5 intel radeon drivers 14.04

pavilion dv6 以前可以用,但我卸载了 fglrx 并尝试重新安装它。我尝试通过其他驱动程序以及 Ubuntu AMD Catalyst 安装工具安装它,以及从 AMD 主页下载它并构建 deb 以及仅运行脚本。

我在网上搜索了 3 个小时的解决方案。

lspci | grep VGA & sudo lshw -C video
[1] 4686
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT] (rev ff)


*-display               
       description: VGA compatible controller
       product: 2nd Generation Core Processor Family Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:53 memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:6000(size=64)
[1]+  Done                    lspci | grep --color=auto VGA
Run Code Online (Sandbox Code Playgroud)

非常感谢帮助

小智 3

我按照这篇博文中提到的具体步骤:在 Ubuntu 中安装 AMD 混合(双显卡),它对我来说效果很好:

\n\n

打开终端并运行以下命令:

\n\n
sudo apt-get install fglrx fglrx-core fglrx-amdcccle fglrx-dev fglrx-pxpress\n
Run Code Online (Sandbox Code Playgroud)\n\n

现在您应该运行以下命令:

\n\n
sudo amdconfig \xe2\x80\x93initial \xe2\x80\x93adapter=all\n
Run Code Online (Sandbox Code Playgroud)\n\n

...但这会给你一个错误:no supported adapters detected

\n\n

不要担心,重新启动系统,您将看到黑屏,但无需惊慌。

\n\n

现在按键盘组合Ctrl+ Alt+ F1,然后您将看到一个纯文本控制台,其中显示登录提示。使用您的用户名和密码登录,然后重新输入命令:

\n\n
sudo amdconfig \xe2\x80\x93initial \xe2\x80\x93adapter=all\n
Run Code Online (Sandbox Code Playgroud)\n\n

如果你\xe2\x80\x99足够幸运,该命令将成功执行。重新启动,您就可以使用您的计算机了。

\n\n

要确保 AMD 显卡是正在使用的显卡,请运行:

\n\n
sudo apt-get install mesa-utils\nglxheads  \n
Run Code Online (Sandbox Code Playgroud)\n\n

它应该打印:GL_VENDOR: ATI Technologies Inc

\n