Radeon 卡未显示在 Ubuntu 14.04 上

Radeon 卡未显示在 Ubuntu 14.04 上

我的笔记本电脑上有 Radeon HD 8770 M,装有 Ubuntu 14.04(全新安装)。

我想遵循指示这里加载专有 fglrx 驱动程序。

当我运行第一个命令时

lspci -vvnn | grep VGA

我的输出是

VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+

[..省略其余部分]

但 Radeon 没有出现。

如果我跑

 lspci

我可以找到它

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] (rev ff)

开关文件

ls -l /sys/kernel/debug/vgaswitcheroo/switch

所以我尝试使用 switch 命令将其打开

echo ON > /sys/kernel/debug/vgaswitcheroo/switch

但无济于事。

我怎样才能让它工作?

相关内容