LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-16-2019, 01:47 PM   #16
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,366

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335

Quote:
Originally Posted by orbea View Post
More bugs.
Haha. I was thinking maybe more dpi, more image quality. You often need to tweak a display to display, say a dicom image (X-ray, CT, MRI, etc). or tiny bits in a huge cad drawing. Speed isn't essential, in most cases. Quality is.
 
1 members found this post helpful.
Old 12-16-2019, 05:22 PM   #17
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by TheRealGrogan View Post
Your card also would not be supported by "amdgpu-pro", the current proprietary driver.
The R7 260X has been supported with the amdgpu-pro since at least 2016 with their 16.40 driver, but I do agree that they are usually better off with the opensource versions.

Quote:
Originally Posted by ZhaoLin1457 View Post
From what I read, the Vulkan and OpenCL support are available only on "andgpu" driver, but not also on "radeon" .
The old radeon driver is basically in maintenance mode. I don't think they're really doing much work on the driver as most development is going towards the open source amdgpu driver. And you're correct that Vulkan and OpenCL aren't supported by the radeon driver.

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.
If you look at gaming benchmarks, now it's usually pretty even between the blob and open drivers (for some time, the open source drivers were far surpassing the blob drivers in performance, but they've stabilized). The blob will do better in some and the open will do better in others. For most, it isn't worth the hassle of installing the blob. But where the blob shines, especially for businesses is with OpenCL support. OpenCL support is baked into the blob and, from my understanding, works really well. OpenCL can work on the open source driver using RADV ROCm, but last I looked into it, RADV ROCm didn't support everything OpenCL did (but it's been at least a few months if not more since I last looked into it).

Long story short, if you're gaming, you're probably going to have similar performance between both, so it's usually easier to stick with the open source drivers (if your version of the distro includes new enough drivers... 14.2 is pretty old, so it isn't nearly as good with video performance and features supported as -current).

Last edited by bassmadrigal; 12-17-2019 at 07:48 PM. Reason: Replaced RADV with ROCm thanks to orbea's correction below.
 
2 members found this post helpful.
Old 12-16-2019, 06:03 PM   #18
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 bassmadrigal View Post
The R7 260X has been supported with the amdgpu-pro since at least 2016 with their 16.40 driver, but I do agree that they are usually better off with the opensource versions.
I only saw R9 cards listed here when I did a search (which is why I said that):

https://www.amd.com/en/support/kb/re...dpro-lin-16-40

I didn't notice it was a version specific release notes, but I now see, under Product Compatibility for the latest one:

https://www.amd.com/en/support/kb/re...gpupro-17-40-0

Quote:
AMD Radeon™ R7 240/250/250X/260/260X/350 AMD FirePro™ W2100
 
1 members found this post helpful.
Old 12-16-2019, 11:10 PM   #19
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by TheRealGrogan View Post
I only saw R9 cards listed here when I did a search (which is why I said that):

https://www.amd.com/en/support/kb/re...dpro-lin-16-40
In this link, it actually does list the R7 260x (right column, second up from the bottom). But I do agree that the way they present everything for these driver versions is an absolute mess. There's nothing super obvious that mention what version it is... you have to dig into the notes to find out.
 
Old 12-17-2019, 04:20 AM   #20
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,366

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
What gets me mad about AMD is this: They keep throwing gobbledygook at you: Gallium; OpenCL; Vulkan, etc, etc. You never seem to be told about what these things are or why they're a good idea.

After all, a GPU is just one super complicated D/A. It takes in the databus (The 'D'), and it gives out monitor driving signals (The 'A' or Analogue). In my engineering degree I had a module on programming these but my lecturer clearly never touched graphics, or bitcoin, and I came out knowing less than when I went in, which doesn't say much for him.
 
Old 12-17-2019, 09:13 AM   #21
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Gallium is not limited to AMD by a long shot, it is a architecture for 3D graphic drivers and intel (Intel has non-gallium drivers too), amd and nouveau all have gallium drivers.

https://jrfonseca.blogspot.com/2008/...roduction.html

Here is a list of gallium drivers currently in the mesa git repo.

Code:
$ ls mesa/src/gallium/drivers/
etnaviv    iris   llvmpipe  r300    radeonsi  swr    vc4
freedreno  kmsro  nouveau   r600    softpipe  tegra  virgl
i915       lima   panfrost  radeon  svga      v3d    zink
Vulkan is a graphics API like OpenGL or Direct3d is and OpenCL is for compute, its largely possible to ignore except for a few niche use cases.

Also, RADV is a vulkan driver for AMD in mesa, not opencl.
 
2 members found this post helpful.
Old 12-17-2019, 10:15 AM   #22
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by business_kid View Post
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.
Late response from me. I'm playing in the snow here in Colorado.

I get the thermal design limits with laptops. I use an low-end Acer Atom netbook that gets hot with minimal load. My wife is using a low-end Acer Chromebook which rarely seems to get hot.

For my servers I went lower power than the desktop with AMD 5350 APUs. They are quad core at 25W and CPU based Radeon R3 graphics, normally sold as mobile CPUs. The 5350 uses an AM1 motherboard without any built-in graphics which saved some cost. The servers normally run headless so graphics are rarely needed.
 
1 members found this post helpful.
Old 12-17-2019, 07:45 PM   #23
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by business_kid View Post
What gets me mad about AMD is this: They keep throwing gobbledygook at you: Gallium; OpenCL; Vulkan, etc, etc. You never seem to be told about what these things are or why they're a good idea.
These are various software that can utilize the GPU. Gallium is the bridge in Mesa for display drivers... it simplifies writing display drivers for Mesa. OpenCL is for doing complex computations on GPUs (with the design of GPUs, they are really good at certain type of computations, so OpenCL allows the system to offload those computations from the CPU to the GPU). Vulkan is a replacement/competitor for OpenGL and DirectX. It is designed to work on multi-core systems and tends to have better CPU utilization than the others.

These aren't AMD specific "gobbledygook". They are Linux or industry-wide supported programs/architectures/APIs, but without someone researching them, I can understand how they can be misconstrued.
 
2 members found this post helpful.
Old 12-17-2019, 07:47 PM   #24
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by orbea View Post
Also, RADV is a vulkan driver for AMD in mesa, not opencl.
Oops, I was thinking of ROCm. Too many acronyms
 
1 members found this post helpful.
Old 12-18-2019, 05:36 AM   #25
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,366

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Quote:
Originally Posted by bassmadrigal View Post
Oops, I was thinking of ROCm. Too many acronyms
My thoughts exactly. Thanks to all of you for the well researched clarifications as to what these various things mean. So, dumbing it all down
  • Gallium for Mesa
  • OpenCL for mining Bitcoin and maybe intensive 3D or Medical stuff?
  • Vulkan as a speed competitor for OpenGL & DirectX?

So dumbing it down, the average mortal (me) could probably use Gallium and Vulkan but would hardly need OpenCL?
 
1 members found this post helpful.
Old 12-18-2019, 10:23 AM   #26
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by business_kid View Post
My thoughts exactly. Thanks to all of you for the well researched clarifications as to what these various things mean. So, dumbing it all down
  • Gallium for Mesa
  • OpenCL for mining Bitcoin and maybe intensive 3D or Medical stuff?
  • Vulkan as a speed competitor for OpenGL & DirectX?
Yes.

Quote:
Originally Posted by business_kid View Post
So dumbing it down, the average mortal (me) could probably use Gallium and Vulkan but would hardly need OpenCL?
Sounds about right. And most people using open source video drivers in Linux are already Gallium. As for Vulkan, it is included with -current, so people might be using it without realizing it, but it would need to be installed on 14.2.
 
1 members found this post helpful.
Old 12-18-2019, 10:49 AM   #27
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,025

Rep: Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214
The OpenCL could be very useful also for home users too.

For example, I heard that it can accelerate video encoding or 3D rendering with Blender.
 
1 members found this post helpful.
Old 12-18-2019, 02:05 PM   #28
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by ZhaoLin1457 View Post
For example, I heard that it can accelerate video encoding or 3D rendering with Blender.
This is still kinda a niche area for home users. I doubt many will encode video or use Blender.
 
Old 12-18-2019, 02:29 PM   #29
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,025

Rep: Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214Reputation: 1214
Quote:
Originally Posted by bassmadrigal View Post
This is still kinda a niche area for home users. I doubt many will encode video or use Blender.
Those who encode videos (for fun, of course) are much many than you believe and many enough to make Hollywood very very unhappy...
 
Old 12-18-2019, 02:33 PM   #30
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by ZhaoLin1457 View Post
Those who encode videos (for fun, of course) are much many than you believe and many enough to make Hollywood very very unhappy...
I think the majority of people that makes Hollywood unhappy download videos and don't encode them. I use Handbrake occasionally to transcode some videos, but I don't think anyone in my family does any encoding and I certainly don't remember the last time I actually transferred a video from a disc to my computer (I haven't ever had a BluRay drive and I removed my DVD drive years ago).
 
1 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 02:44 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