LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 12-14-2019, 08:10 AM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
The Latest AMD Linux Graphics Driver Release.


A thread for Slackware users who use AMD graphics hardware

While I knew AMD bought ATi in 2006, I was surprised to find the ATi brand name was completely discontinued in 2010. RIP
https://en.wikipedia.org/wiki/ATI_Technologies#History

Here is the recent news.

Quote:
AMDVLK 2019.Q4.4 Released With Navi 14 Fixes, DoW 3 Perf Optimization
The story is here, https://www.phoronix.com/scan.php?pa....Q4.4-Released

Last edited by cwizardone; 12-14-2019 at 08:18 AM.
 
Old 12-14-2019, 12:42 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
While I knew AMD bought ATi in 2006, I was surprised to find the ATi brand name was completely discontinued in 2010. RIP
ATI seemed to stop doing linux drivers(and research generally) after the ATI R7000(2001?). By 2010, the ATI brand was totally discredited anyhow. I had an AMD/ATI RS690 (Vintage 2007) in a HP laptop, and I never managed lip synch of full screen action. So a speaker standing there and talking - yes, it would lip synch. But a singer singing with a stage act of singers and dancers - no way. Even movies were only there or thereabouts. They dropped my RS690 from the proprietary driver after 2-3 years. I corresponded with the devs after complaining to them rather bitterly and eloquently. They more or less admitted that it was a POS, but it's where they were, hardware & software wise.The result was that I went to the trouble of installing LLVM to build their Open Source driver, because, I was told, my card didn't have a vertex shader (whatever that is). The resulting driver after all that pain was still no use.
 
1 members found this post helpful.
Old 12-14-2019, 01:48 PM   #3
TheRealGrogan
Member
 
Registered: Oct 2010
Location: Ontario, Canada
Distribution: Slackware, LFS, Manjaro (for gaming)
Posts: 570

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
That's just AMD's standalone Vulkan implementation, you install that alongside Mesa/RADV. It won't be appropriate for all applications/games, so you'd use the vulkan-icd-loader (part of vulkan-sdk package in Slackware) to switch between them with an environment variable.

Code:
VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/amd_icd64.json"
I find (and haven't figured out a way to change the default behaviour) if AMDVLK is installed the icd loader defaults to that and I have to use an environment variable to use Mesa RADV Vulkan:

Code:
VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/radeon_icd.x86_64.json"
If you have multilib and run 32 bit applications/games, use amd_icd32.json or radeon_icd.i686.json
 
1 members found this post helpful.
Old 12-14-2019, 02:51 PM   #4
TheRealGrogan
Member
 
Registered: Oct 2010
Location: Ontario, Canada
Distribution: Slackware, LFS, Manjaro (for gaming)
Posts: 570

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
Related to Mesa/RADV Vulkan (not for AMDVLK) with amdgpu, more good news is that Valve's ACO Vulkan shader compiler has been merged into Mesa 19.3.0 and it's a much better compiler than either RADV's or AMDVLK's (which I find to be slower... really hitchy until shaders are compiled and cached if they have to be compiled on the pipeline, which is par for the course with Wine/DXVK directx to vulkan API translation)

ACO is not enabled by default at this time, it has to be enabled with an environment variable:

Code:
RADV_PERFTEST=aco
Almost good on-the-fly shader compiling, depending on the shaders. For example, Serious Sam Fusion 2017 (ported to Vulkan) is hitchy until shaders are compiled and cached, with either RADV or AMDVLK. Not so with RADV using ACO. I used the Cairo Museum level to test because that's pretty hitchy and it was bloody perfect. Also, Witcher 3 running through Proton saw huge initial improvements while compiling/caching shaders. Still a bit hitchy while panning around for the first time, but that's unavoidable in that circumstance. The key point is only for about 10 or 15 seconds. Other games I've tested without problem are native Shadow of the Tomb Raider from Feral, and Mass Effect Andromeda through Wine/DXVK (using Lutris for EA Origin client)

I'm sold on that.

The ACO compiler supports GFX8 (Tonga) and upwards.
 
1 members found this post helpful.
Old 12-15-2019, 12:31 AM   #5
epitaxial
Member
 
Registered: Dec 2019
Posts: 44

Rep: Reputation: Disabled
How do you install AMD drivers? There is a slackbuild script but its two years old now. I'm using an R7 260x card.
 
Old 12-15-2019, 02:38 AM   #6
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by epitaxial View Post
How do you install AMD drivers? There is a slackbuild script but its two years old now. I'm using an R7 260x card.
Compared with the NVidia blob and their arrogance toward Nouveau, the best AMD drivers comes with the Linux kernel, Xorg and Mesa.

And I read that this open-source implementation is the one recommended for home users and gamers, while the closed source one is recommended only for businesses and the professional video-cards.

Last edited by ZhaoLin1457; 12-15-2019 at 02:40 AM.
 
3 members found this post helpful.
Old 12-15-2019, 02:44 AM   #7
TheRealGrogan
Member
 
Registered: Oct 2010
Location: Ontario, Canada
Distribution: Slackware, LFS, Manjaro (for gaming)
Posts: 570

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
Quote:
Originally Posted by epitaxial View Post
How do you install AMD drivers? There is a slackbuild script but its two years old now. I'm using an R7 260x card.
You probably already have the best driver for that card in use (Xorg radeon). The old AMD fglrx driver won't work anymore, both kernel and xorg-server will be incompatible. Your card also would not be supported by "amdgpu-pro", the current proprietary driver.

It's possible to also use the amdgpu driver with that card I think if "Enable amdgpu support for CIK parts" is enabled for the driver in kernel (it is in slackware-current distro kernel config, I just checked) but I don't know what benefit you would perceive over radeon for that card.
 
1 members found this post helpful.
Old 12-15-2019, 02:50 AM   #8
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by TheRealGrogan View Post
It's possible to also use the amdgpu driver with that card I think if "Enable amdgpu support for CIK parts" is enabled for the driver in kernel (it is in slackware-current distro kernel config, I just checked) but I don't know what benefit you would perceive over radeon for that card.
From what I read, the Vulkan and OpenCL support are available only on "andgpu" driver, but not also on "radeon" .

However, the "radeon" driver is more consolidated for those particular SI and CIK video-cards, that's why it's also the default kernel driver for them.

Last edited by ZhaoLin1457; 12-15-2019 at 03:00 AM.
 
3 members found this post helpful.
Old 12-15-2019, 04:24 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
/Dismayed

A lot of those posts went over my head. It seems like I'll have to do some study if I ever install an AMD Graphics card again. I'm wondering what do business users get in the proprietary drivers that home users & gamers don't need? I thought gamers demanded the most from cards, not business.
 
Old 12-15-2019, 05:15 AM   #10
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
I have a Radeon HD 5870 and in Slackware I've never had to install special drivers to play games. In Debian it was another matter, but I'm able to play quite graphically-demanding games out of the box in Slackware.

Last edited by Lysander666; 12-15-2019 at 05:16 AM.
 
1 members found this post helpful.
Old 12-15-2019, 05:19 AM   #11
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by business_kid View Post
/Dismayed

A lot of those posts went over my head. It seems like I'll have to do some study if I ever install an AMD Graphics card again. I'm wondering what do business users get in the proprietary drivers that home users & gamers don't need? I thought gamers demanded the most from cards, not business.
I thought that the gamers demands certainly different features from cards, compared with the businesses.

And by business I understand the people who do graphics art and so on, but probably AMD themselves would explain better:

https://www.amd.com/en/graphics/workstations

For everyone else, including the gamers, AMD do its best on open-source stacks, at least on Linux.

Last edited by ZhaoLin1457; 12-15-2019 at 11:19 AM.
 
2 members found this post helpful.
Old 12-15-2019, 06:25 AM   #12
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I've been building my desktops and servers since the mid-90's. Being somewhat of a minimalist I gravitated to quieter, lower power PC builds. I'm currently very happy with my aging AMD APUs with the Radeon built into the processor. The desktop has 10 compute cores, 4 CPU cores plus 6 graphic cores, never let me down yet. I'm not a gamer but do use a 32" 2K monitor (2560x1440) as my daily driver with lots of video demands. Haven't needed proprietary drivers with both the amdgpu & radeon modules loaded automagically with the generic kernel.
 
2 members found this post helpful.
Old 12-15-2019, 08:51 AM   #13
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
AMD's GPU Performance API Library 3.5 Drops ROCm/HSA Support
The article can be found here, https://www.phoronix.com/scan.php?pa...GPUPerfAPI-3.5
 
1 members found this post helpful.
Old 12-16-2019, 04:17 AM   #14
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by Chuck56
The desktop has 10 compute cores, 4 CPU cores plus 6 graphic cores, never let me down yet.
With that many cores lying about, I'm sure you are happy. Some of us have laptops, where the number of cores is a heat & battery consumption vs. power tradeoff. Mine has a 35W limit; If I go above 35W, I'll have to source the appropriate heatsink. That will get me to 55W which is all they allow. So I can't stick in a 105W (or higher) cpu.

But your point is valid. My next box will be a real pc, with a real cpu & graphics card, and I don't expect ever to have to update it. As wafer fab approaches the limit,speed increases no longer make boxes obsolete. Back in the day, If you had a '286, things would fly, Then came the '386, '486, etc to where we are today. All those early cpus with their tiny memory allocations would be seriously challenged by today's expectations. I don't think that will ever happen to today's cpus/memory.
 
1 members found this post helpful.
Old 12-16-2019, 05:08 AM   #15
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I'm wondering what do business users get in the proprietary drivers that home users & gamers don't need?
More bugs.
 
2 members found this post helpful.
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring AMD Radeon 520 Dedicated Graphics in a hybrid graphics laptop running on Wayland (Xwayland) - No drivers found deepclutch Linux - Hardware 1 12-07-2017 08:22 PM
A good distro for AMD A6-6310 APU with AMD Radeon R4 Graphics NintenAkira Linux - Hardware 2 03-26-2016 06:55 AM
LXer: The AMD Catalyst 13.6 proprietary video driver will support the latest AMD APUs — and I really LXer Syndicated Linux News 0 07-10-2013 01:20 PM
LXer: Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux LXer Syndicated Linux News 0 06-17-2013 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration