I had always been a Windows user, Three days ago, I decided to start working with Linux Ubuntu 18.04. I had read in forums that they recommend it to new users.I downloaded it and installed it.
I search AMD drivers for ubuntu 18.04 Here, but i find my AMD drivers only for old version on ubuntu.
Can you help and learn me how to install AMD graphics driver on ubuntu 18.04 step by step please. Thank you !!
lspci -nn | grep -E 'VGA|Display'
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445] [1002:6900] (rev c3)
And get this erorr: Read package lists ... Done Build a tree with dependencies Reading the status information ... Done Calculate the update ... Done Some packages could not be installed. This may mean that, that you required an impossible situation or if you were using the unstable one distributing that some necessary packages are not yet created or not have been moved from Inbox. The following information can help you find a way out of the situation:
– GhostInTheShell Aug 28 '18 at 12:24oibaf
PPA. The cleanest way to fix would be to remove the package that caused the conflicting package to be installed. Did you attempt to install thedeb
from amd.com, perhaps? – daemonburrito Aug 28 '18 at 12:41*-display description: Display controller product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445] vendor: Advanced Micro Devices, Inc. [AMD/ATI]
– GhostInTheShell Aug 30 '18 at 13:34DRI_PRIME=1
approach, which will use the AMD GPU on a per-application basis (there are many questions on this StackExchange). To test, try this in a terminal:DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
. – daemonburrito Aug 31 '18 at 01:10