AMD (ATI Radeon) Graphic Drivers: Difference between revisions

From WikiMLT
mNo edit summary
m (Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Desktop)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
Проверка на наличните видео карти:
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 ==
{{collapse/begin}}
{{collapse/begin}}
<syntaxhighlight lang="shell" line="1">
<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}}
{{collapse/div|#Output: Vostro 3350}}
<syntaxhighlight lang="bash">
<syntaxhighlight class="mlw-collapsed-first-element">
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
Line 14: Line 16:
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]
== Download and Install the driver ==
Browse the repository [https://www.amd.com/en/support/linux-drivers '''AMD Radeon Support: Linux Download Center'''], download and install the driver.


Проверка дали драйвера е инсталиран:<syntaxhighlight lang="bash">
== Check whether the driver is installed ==
<syntaxhighlight lang="shell" line="1">
dpkg -l amdgpu-pro
dpkg -l amdgpu-pro
</syntaxhighlight>
</syntaxhighlight>


Референции:
== References ==
* [https://www.youtube.com/watch?v=jUXcvZ9TAsE YouTube: How To Install AMDGPU-PRO On Ubuntu 16.04 (Guide)]
* [https://www.youtube.com/watch?v=jUXcvZ9TAsE YouTube: How To Install AMDGPU-PRO On Ubuntu 16.04 (Guide)]
* [https://support.amd.com/en-us/kb-articles/Pages/Installation-Instructions-for-amdgpu-Graphics-Stacks.aspx AMD Support: Skip Navigation LinksDrivers + Support Installation Instructions for amdgpu Pro / amdgpu All Open Graphics Stacks]
* [https://support.amd.com/en-us/kb-articles/Pages/Installation-Instructions-for-amdgpu-Graphics-Stacks.aspx AMD Support: Skip Navigation LinksDrivers + Support Installation Instructions for amdgpu Pro / amdgpu All Open Graphics Stacks]
Line 32: Line 36:
{{devStage  
{{devStage  
  | Прндл  = Linux Desktop
  | Прндл  = Linux Desktop
  | Стадий = 3
  | Стадий = 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 08:14, 25 September 2022

Here are list­ed the steps about de­ploy­ing AMD (ATI Radeon) Graph­ic Dri­vers for Ubun­tu 16.04 on Dell Vostro 3350.

List the avail­able graph­ic con­trollers

lspci -k | grep -EA2 'VGA|3D'
#Out­put: 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

Down­load and In­stall the dri­ver

Browse the repos­i­to­ry AMD Radeon Sup­port: Lin­ux Down­load Cen­ter, down­load and in­stall the dri­ver.

Check whether the dri­ver is in­stalled

dpkg -l amdgpu-pro

Ref­er­ences