Hiya!
How to check if Ubuntu 20.04 LTS is using an open source driver or a closed source driver for AMD graphics?
Thanks!
Hiya!
How to check if Ubuntu 20.04 LTS is using an open source driver or a closed source driver for AMD graphics?
Thanks!
No need.
AMD drivers are open-source since many years ago.
AMD graphics on Linux use amdgpu -- open source developed by AMD -- or radeon -- open source, developed by the community with AMD's help. Each supports a different group of physical GPUs.
Which is used is determined at install time and the correct module is loaded. There is nothing for you to worry about.
Just as an aside, however, AMD has a proprietary overlay/add-on to amdgpu, which is called AMDGPU-PRO. That is really unnecessary for the vast majority of users and only works with certain GPUs.
Please read The Forum Rules and The Forum Posting Guidelines
A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
This universe is crazy. I'm going back to my own.
One thing to note, however, is that because of the different development schedules it may take some time before the driver updates for the latest AMD graphics hardware are actually available through the repositories of your Linux distro of choice.
It's always a good idea to ask about specific hardware...in my case, I'm not sure where Ubuntu 20.10 is in terms of drivers for the latest generation of AMD's GPUs (6700,6800 and XT variants).
regards
Thanks!
I was also wondering how can one see GPU utilization on Ubuntu just like the Task Manager on Windows 10.
Are there any terminal commands or application for that?
Edit: @rbmorse it's Vega 11 Graphics. This is an AMD Ryzen 5 3400GE APU.
Last edited by username2758; February 16th, 2021 at 02:26 AM.
you are using AMDGPU driver. if you see a display (desktop), then it is utilised.
if you want to measure performance you can use phoronix test suite. it comes with a bunch of benchmark tests.
drivers for vega are in built into kernel because they are opensource.
here is a bit more information on the kernel switches and links to a few GUI apps: https://wiki.archlinux.org/index.php/AMDGPU
in short - if you like graphs:
WattmanGTK — A GTK GUI tool to monitor your GPU's temperatures P-states
TuxClocker — A Qt5 monitoring and overclocking tool.
Read the easy to understand, lots of pics Ubuntu manual.
Do i need antivirus/firewall in linux?
Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
User friendly full disk backup: Rescuezilla
The inxi utility (apt install inxi) run with the -G switch will show you that.
regards
Wow, thank you very much! This tool is great!
Ubuntu 20.04 LTS output:
Lubuntu 20.04 LTS output:Code:Graphics: Device-1: AMD Picasso driver: amdgpu v: kernel Display: x11 server: X.Org 1.20.9 driver: amdgpu resolution: 1920x1080~60Hz OpenGL: renderer: AMD Radeon Vega 11 Graphics (RAVEN DRM 3.38.0 5.8.0-43-generic LLVM 11.0.1) v: 4.6 Mesa 21.1.0-devel (git-9bf8bfe 2021-02-12 focal-oibaf-ppa)
Why is inxi giving me these errors on Lubuntu?Code:Graphics: Device-1: AMD Picasso driver: amdgpu v: kernel Display: x11 server: X.Org 1.20.9 driver: amdgpu FAILED: ati unloaded: fbdev,modesetting,vesa resolution: 1920x1080~60Hz OpenGL: renderer: AMD RAVEN (DRM 3.35.0 5.4.0-65-generic LLVM 11.0.0) v: 4.6 Mesa 20.2.6![]()
Last edited by username2758; February 17th, 2021 at 03:07 PM.
Bookmarks