AMD (ATI Radeon) Graphic Drivers: Difference between revisions
From WikiMLT
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
lspci -k | grep -EA2 'VGA|3D' | lspci -k | grep -EA2 'VGA|3D' | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{collapse/div|#Output | {{collapse/div|#Output: Vostro 3350}} | ||
<syntaxhighlight lang="bash"> | <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) | ||
Line 14: | Line 14: | ||
Kernel driver in use: radeon | Kernel driver in use: radeon | ||
Kernel modules: radeon | Kernel modules: radeon | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{collapse/end}} | |||
Сваляне, разархивиране и инсталиране на драйвер от тук: [https://support.amd.com/en-us/download/linux AMD Radeon Support: Linux Download Center] | Сваляне, разархивиране и инсталиране на драйвер от тук: [https://support.amd.com/en-us/download/linux AMD Radeon Support: Linux Download Center] | ||
Revision as of 07:06, 25 September 2022
Проверка на наличните видео карти:
lspci -k | grep -EA2 'VGA|3D'
#Output: 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?