AMD (ATI Radeon) Graphic Drivers: Difference between revisions

From WikiMLT
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="bash">
<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}}
Изход от командата на DELL Vostro 3350:<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ lspci -k | grep -EA2 'VGA|3D'
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 08:05, 25 September 2022

Про­вер­ка на на­лич­ни­те ви­део кар­ти:

lspci -k | grep -EA2 'VGA|3D'
#Out­put 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 Sup­port: Lin­ux Down­load Cen­ter

Про­вер­ка да­ли драй­ве­ра е ин­с­та­ли­ран:
dpkg -l amdgpu-pro

Ре­фе­рен­ции: