AMD (ATI Radeon) Graphic Drivers: Difference between revisions
From WikiMLT
m Spas moved page AMD (ATI Radeon) drivers to AMD (ATI Radeon) Drivers for Ubuntu 16.04 on Dell Vostro 3350 without leaving a redirect |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude> | <noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude> | ||
Проверка на наличните видео карти: | Проверка на наличните видео карти: | ||
{{collapse/begin}} | |||
<syntaxhighlight lang=" | <syntaxhighlight lang="shell" line="1"> | ||
lspci -k | grep -EA2 'VGA|3D' | lspci -k | grep -EA2 'VGA|3D' | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{collapse/div|#Output on Vostro 3350}} | |||
<syntaxhighlight lang="bash"> | |||
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) | 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) | ||
Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller | Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller |
Revision as of 07:05, 25 September 2022
Проверка на наличните видео карти:
lspci -k | grep -EA2 'VGA|3D'
#Output on Vostro 3350
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
Kernel driver in use: radeon
Kernel modules: radeon
Сваляне, разархивиране и инсталиране на драйвер от тук: AMD Radeon Support: Linux Download Center
Проверка дали драйвера е инсталиран:dpkg -l amdgpu-pro
Референции:
- YouTube: How To Install AMDGPU-PRO On Ubuntu 16.04 (Guide)
- AMD Support: Skip Navigation LinksDrivers + Support Installation Instructions for amdgpu Pro / amdgpu All Open Graphics Stacks
- AskUbuntu: How can I find what video driver is in use on my system?