查找正在使用哪个显卡Ubuntu 16.04


1

我使用以下命令:

lspci -k | grep -EA3 'VGA|3D|Display'

00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
    DeviceName:  Onboard IGD
    Subsystem: Dell Skylake Integrated Graphics
    Kernel driver in use: i915_bpo
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] (rev ff)
    Kernel driver in use: radeon
    Kernel modules: radeon
02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83)

它显示了上面的结果。我有2个图形卡吗?英特尔和Radeon?

我输入了这个以获取当前使用的:

glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.2.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 11.2.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

这是否意味着我使用英特尔而不是Radeon?哪个更好 ?我可以切换到另一张卡吗?

Answers:


1

从技术上讲,没有,您只有1个图形。但是,您确实有2个GPU(这很重要)

一个是集成的英特尔,它是您的CPU芯片的一部分:HD520

第二个是谨慎的(意味着它在其onn卡上):AMD Radeon卡。看起来像是8670M或8690M。

对于简单的任务,系统将使用集成的GPU(因为它需要更少的运行功率),而对于精美的东西,它将切换到AMD,因为它应该更强大。


Radeon 8670M是体面的GPU吗?我在ubuntu的PCSX(PS 1)模拟器上运行tekken 3,它也落后于中等分辨率。我以640 * 480的分辨率运行,以获得更流畅的体验。甚至有800 * 600的滞后。
Vivek Sadh

1)如果发现您的问题已得到回答,请单击接受答案按钮。
fuyas

2)什么是“体面的”取决于您的目的。你所需要的渲染能力,操作系统兼容性,预算,电源使用,驱动器等。如果您需要关于一个8670M更多信息只是谷歌像一些回顾这一个。如果您对8670M有更多疑问,请打开一个明确定义的新问题。
fuyas
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.