AMD (ATI Radeon) Graphic Drivers: Difference between revisions
From WikiMLT
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Desktop |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
{{devStage | {{devStage | ||
| Прндл = Linux Desktop | | Прндл = Linux Desktop | ||
| Стадий = | | Стадий = 6 | ||
| Фаза = | | Фаза = Утвърждаване | ||
| Статус = | | Статус = Утвърден | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = {{REVISIONUSER}} | | РзбПт = Spas | ||
| АвтПт = Spas | |||
| УтвПт = {{REVISIONUSER}} | |||
| ИдтДт = 2.07.2022 | | ИдтДт = 2.07.2022 | ||
| РзбДт = {{Today}} | | РзбДт = 25.09.2022 | ||
| АвтДт = 25.09.2022 | |||
| УтвДт = {{Today}} | |||
| ИдтРв = [[Special:Permalink/27040|27040]] | | ИдтРв = [[Special:Permalink/27040|27040]] | ||
| РзбРв = {{REVISIONID}} | | РзбРв = [[Special:Permalink/31811|31811]] | ||
| АвтРв = [[Special:Permalink/31812|31812]] | |||
| УтвРв = {{REVISIONID}} | |||
}} | }} | ||
</div> | </div> | ||
</noinclude> | </noinclude> |
Latest revision as of 07:14, 25 September 2022
Here are listed the steps about deploying AMD (ATI Radeon) Graphic Drivers for Ubuntu 16.04 on Dell Vostro 3350.
List the available graphic controllers
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
Download and Install the driver
Browse the repository AMD Radeon Support: Linux Download Center, download and install the driver.
Check whether the driver is installed
dpkg -l amdgpu-pro
References
- 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?