Advertisement
Zamorski

Instalacija ili Nadogradnja AMDGPU Pro ili Non Pro 1/1

Sep 6th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Prva opcija:
  2. sudo add-apt-repository ppa:paulo-miguel-dias/mesa -y
  3. sudo add-apt-repository ppa:kisak/steamvr4pk -y
  4. sudo apt dist-upgrade -y
  5. sudo apt install mesa-utils vulkan-utils mesa-vulkan-drivers mesa-vulkan-drivers:i386 linux-generic-steamvr-18.04 -y
  6.  
  7. Nadogradnja na najnoviju verziju - mesa-utils vulkan-utils mesa-vulkan-drivers mesa-vulkan-drivers:i386 linux-generic-steamvr-18.04 -y
  8.  
  9. Instrukcije od: YouTube +Henk van het Internet
  10.  
  11. Which non-pro driver where you using?
  12. There are 4 seperate options here most easily explained by showing the version tested.
  13.  
  14. 1. Complete stock.
  15. This is very suboptimal for a Vega on Ubuntu 18.04, Kernel 4.15 contains the first working version of the VEGA driver and is far from optimized for many games.
  16. 2. Updated PPA's and newer kernel (AMDGPU from the mainline kernel 4.18 + RADV with LLVM8 and Mesa 18.3)
  17. This is my personal preferred stack, it will keep using the kernel modules and RADV and you don't download anything from the AMD website. Its simple to install, recommended by Valve and its incredibly performaned on my system especially in Vulkan. Ill post my install commands in the comment as its super easy to install given your system is otherwise clean of GPU drivers or custom kernels.
  18. 3. AMDGPU Non Pro
  19. This is the same package as the pro driver but installed trough the non pro installer.
  20. Will update the AMDGPU driver to a newer version and will use some proprietary substitutes for the time being but will avoid most of them.
  21. 4. AMDGPU-Pro
  22. This one is the one you installed in the video, ment for compute and work stations. Aims for precision instead of performance and is closed source on many levels.
  23.  
  24. If you are open for a follow up video i would enjoy a much more in depth look at this, especially if you have the time to do all 4 of these stacks. It will also be interesting to see the difference both on OpenGL as its influenced by each driver and the version of mesa you are using and on Vulkan since the AMD packages don't use RADV where the kernel package does.
  25.  
  26. My install script for those who wish to have a very stable stack (Including SteamVR support, dont remove the package for SteamVR from your command line as it also updates the the AMD kernel driver) here is my commandline for installation:
  27.  
  28. sudo add-apt-repository ppa:paulo-miguel-dias/mesa -y
  29. sudo add-apt-repository ppa:kisak/steamvr4pk -y
  30. sudo apt dist-upgrade -y
  31. sudo apt install mesa-utils vulkan-utils mesa-vulkan-drivers mesa-vulkan-drivers:i386 linux-generic-steamvr-18.04 -y
  32.  
  33. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  34. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement