Я использовал следующую команду:
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 видеокарты? Intel и 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:
Значит ли это, что я использую Intel вместо Radeon? Что лучше ? Могу ли я перейти на другую карту?