No problems here.
Using built-in AMD open-source drivers, mint 17.3, vlc 2.1.6, installed the "strukturag/libde265" PPA, hw acceleration decoding disabled under plugins (I find that option buggy with playing sound and the "VA" option doesn't really make a difference).
CPU: g3258 OC'd to 4.6GHz. Normal playing speed results in ~40% cpu utilization -- which was about the same as in win7. Not bad for a $45 cpu.
Btw anyone who's still reading this, you really should upgrade to LM18 beta now, I'd recommend MATE due to screen tearing issues still present in Cinnamon last time I checked (although they may have improved that somewhat in version 3.0.) Once you have MATE and the 1-click codecs downloaded and installed, just go into your desktop settings and select something with a "Compton" window manager and you'll be fine (even while gaming.) They're pumping out major updates every 6 hours it seems and there's a very comprehensive bug list they're working on that a lot of issues are still present in 17.3. With 18 beta, you (
finally) get the latest 2.2.2 VLC (which includes bundled H.265 decoders so there's no need for a PPA.) If you've installed
the latest firejail (as you properly should and
configure) to prevent rogue VLC media files from making outgoing connections and contacting NSA motherships in Utah -- you should be aware that any firejail sandbox breaks pulseaudio but thankfully the pulseaudio devs are aware of it and there is a "mask" fix atm. Here's the code for that:
Code: Select all
mkdir -p ~/.config/pulse
cd ~/.config/pulse
cp /etc/pulse/client.conf .
echo "enable-shm = no" >> client.conf
Playing games on Steam also needs a bit of nudging until the Ubuntu devs at Valve and AMD
can get their act together (but it does work with the following):
Code: Select all
LD_PRELOAD='/usr/$LIB/libstdc++.so.6' steam
enjoy. inb4 #locked again.