Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How are the AMD drivers?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2078
Location: San Jose, CA

PostPosted: Wed Aug 29, 2018 5:08 pm    Post subject: How are the AMD drivers? Reply with quote

If I bought a Radeon RX560 and stuck it in my multimedia PC would my experience be the same as the motherboard intel hardware I've been using up until now?

The last time I tried ATI (a looong time ago), the drivers were a disaster.

Is AMD as stable as intel / NVidia?

Thanks.
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54588
Location: 56N 3W

PostPosted: Wed Aug 29, 2018 6:37 pm    Post subject: Reply with quote

RayDude,

I'm using a
Code:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460/560D / Pro 450/455/460/560] (rev cf)

With the amdgpu driver its been fine since kernel 4.17.0
With older kernels it would lock up once or twice a day and particularly seemed to be sensitive to screen savers.

Performance wise, it doesn't get much of a challenge as I don't game nor do 3D work.

For me, it big selling point was being silent ... no fans, just a slot full of fins and heat pipes.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9297

PostPosted: Wed Aug 29, 2018 6:44 pm    Post subject: Reply with quote

All my AMD GPUs work perfectly fine and most importantly kernel/mesa updates have been stable for ages. This is with the opensource radeon(si) drivers. The same can not be said about my Intel chips... All of those are several years old though.

Last edited by asturm on Wed Aug 29, 2018 6:46 pm; edited 2 times in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed Aug 29, 2018 6:45 pm    Post subject: Reply with quote

Code:
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6530D] [1002:964a]
        Subsystem: Hewlett-Packard Company BeaverCreek [Radeon HD 6530D] [103c:2acd]
        Kernel driver in use: radeon
        Kernel modules: radeon

This is in my wife's desktop, no complaints, no crashes, she does not do any gaming - so can't comment on gaming.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Wed Aug 29, 2018 7:03 pm    Post subject: Reply with quote

I've been using a RX550 for a few months now. It doesn't feel as solid as the old radeon I had before, but it's more stable than every intel I've ever used.

+
OpenGL is almost 100% complete, and power management works too - you get a nice gauge in lm_sensors for free:
Code:
$ sensors
amdgpu-pci-0100
Adapter: PCI adapter
vddgfx:       +0.76 V
fan1:         950 RPM
temp1:        +44.0°C  (crit = +97.0°C, hyst = -273.1°C)
power1:        5.24 W  (cap =  36.00 W)

That's 4-6 watts idle with one screen. It actually jumps to 10 on this page (probably because of all the emoticon gifs...), with a second screen active it idles around 8-9. I haven't seen it reach 20 yet, even with games and videos running.

~
Vulkan works for the most part (except for one out-of-tree thing I tried that softlocks the driver...)
GPU video decoding sort of works, but there's some awful tearing/pageflipping visual glitches with it; using MPV with it is miserable.
Getting sound working is a pain, and it doesn't play nice with multihead/HDMI.


OpenCL support is still useless out of the box, and will probably continue to be for the foreseeable future. There are proprietary hacks you can apply but the ones I tried didn't work.
Haven't successfully used the VAAPI encoding support yet. It doesn't do VP8/9 at all, which might annoy you coming from intel.
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2078
Location: San Jose, CA

PostPosted: Wed Aug 29, 2018 7:22 pm    Post subject: Reply with quote

Thanks everyone!

I play minecraft on this PC. Can I do minecraft with a 560ish card at 4K? (or 2K for that matter, that's what I'm doing now with the intel chipset).

By the way, intel has been pretty stable for me. I had some issues with my core-i5-47XX when I first got it, but they fixed those drivers and the opengl performance got high enough that when my GTX750 died, I just left it out and used the MOBO graphics.
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Wed Aug 29, 2018 8:17 pm    Post subject: Reply with quote

And there is a nice GUI for amdgpu graphics cards.
Code:
 eix -R radeon-profile

To compare with GTX you could start here.
Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2078
Location: San Jose, CA

PostPosted: Wed Aug 29, 2018 8:54 pm    Post subject: Reply with quote

Thanks Marlo.
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Wed Aug 29, 2018 10:17 pm    Post subject: Reply with quote

RayDude wrote:
I play minecraft on this PC. Can I do minecraft with a 560ish card at 4K? (or 2K for that matter, that's what I'm doing now with the intel chipset).

With these cards, the CPU is the bottleneck by far. I've gone on servers with the draw distance cranked up to 1km and everything visible maintaining a decent framerate; with more reasonable settings it rarely ever drops below 60fps. The high resolution doesn't put a dent in it.
Back to top
View user's profile Send private message
Juippisi
Developer
Developer


Joined: 30 Sep 2005
Posts: 755
Location: /home

PostPosted: Thu Aug 30, 2018 6:30 am    Post subject: Reply with quote

Code:

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460/560D / Pro 450/455/460/560] (rev cf)


Works nice and updating is painless, but when it comes to performance my much older nvidia card with proprietary drivers performed better (games, desktop compositing).

EDIT: Oh and I cant get to 144 Hz with amdgpu, 120 Hz seems to be the limit.
Back to top
View user's profile Send private message
Goverp
Advocate
Advocate


Joined: 07 Mar 2007
Posts: 2182

PostPosted: Thu Aug 30, 2018 7:54 am    Post subject: Reply with quote

One drawback for me: AMDGPU won't hibernate on my laptop. No other problems. I'm using the AMDGPU driver on Stoney chips (probably embedded in the motherboard).
_________________
Greybeard
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2078
Location: San Jose, CA

PostPosted: Thu Aug 30, 2018 9:16 pm    Post subject: Reply with quote

Thanks everyone. I really appreciate you guys taking the time to post replies.

Based on your replies I still feel the nvidia stuff is more stable. I'll stick with a GTX at this point.
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum