我的笔记本电脑有双 GPU融合的。
- 英特尔公司第二代酷睿处理器系列集成图形控制器
- 超微半导体公司 [AMD/ATI] Seymour [Radeon HD 6400M/7400M 系列]
现在,在使用 Live USB 测试 Ubuntu 16.04 时,我无法确认AMD显卡曾是安装与否,甚至支持与否。
AMDGPU 是否支持 Ubuntu 16.04 上的 Radeon HD 6400M/7400M 系列,或者不支持,或者尚未支持?
- 如果做支持,我如何验证或安装 AMDGPU(正如我所读,它应该是自动安装的,不是吗?)?(请不要混淆 Live USB 场景,这只是为了检查,因为有关于 amdgpu 和 ubuntu 16.04 的消息。我要求将实际的完整/硬安装到设备中,以防我的笔记本电脑)
- 如果才不是支持,可以希望得到支持吗?
- 如果还没有支持,可以希望得到支持吗?
- 如果将不会得到支持,我想那真是一种痛苦!
我已经调查过Radeon驱动程序来自 Ubuntu 的页面,但无法找到我的 GPU,无论是支持还是不支持。
一些相关信息:
lspci-nn|删除 VGA
ubuntu@ubuntu:~$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] [1002:6760] (rev ff)
lspci-v-s 00:02.0
ubuntu@ubuntu:~$ sudo lspci -v -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 28
Memory at f6800000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915
lspci-v-s 01:00.0
ubuntu@ubuntu:~$ sudo lspci -v -s 01:00.0
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff) (prog-if ff)
!!! Unknown header type 7f
Kernel driver in use: radeon
Kernel modules: radeon
谢谢 :)
答案1
不支持此适配器。如您在输出中看到的那样,amdgpu
它受支持。radeon
较旧的 GPU 极不可能再得到支持amdgpu
。
radeon
驱动程序将得到支持,但我看不出有什么问题。