It also crashes with Minergate. seg fault.
Minergate was the first miner i used and it started causing issues with my GPU after going from 6.5 to 6.6. this began my search for something more reliable and stable. tried Claymore's miner next but it was causing invalid shares on my rig. not sure if it was me or the miner? next i found Wolf's XMR miner and it works great with both my CPU and GPUs.
here is a snapshot of my notes from a fresh installation of Xubuntu 16.04.1 LTS. maybe this will help even though i'm using RX480s. granted you'll have to modify the Makefile and xmr.conf yourself to accommodate your system. this was pieced together from multiple websites / forums / installation notes found across the web. after dozens of fresh trial and error installs, this method works for me.
thanks to all those before me for your contributions, especially Wolf for writing this software!
(and yes, i know went a little overboard with installing all of the dependencies... but hey it works for my system)
after installing xubuntu, open terminal
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install aptitude
sudo aptitude update
sudo aptitude install --with-recommends build-essential autotools-dev \
autoconf automake libcurl3 git make cmake \
libssl-dev pkg-config libevent-dev libunbound-dev libminiupnpc-dev \
doxygen supervisor jq libboost-all-dev htop bcc linux-source \
debian-keyring g++-multilib g++-5-multilib u-boot-tools libjansson-dev
sudo aptitude install --with-recommends cdbs dh-make debhelper \
dkms libqtgui4 execstack dh-modaliases libcurl4-openssl-dev
sudo apt-get install apt-file
apt-file update
reboot
Now install AMD SDK APP 3.0 from AMD site and reboot
Next download AMDGPU-PRO_16.30.3-315407.tar.xz then install, reboot (if you can't find this let me know i've got a copy saved. 16.40 driver gave me issues so i went back to this one)
download wolf-xmr-miner-master.zip
extract, replace Makefile with yours (you'll have to link to your OpenCL folder )
open folder in terminal, run make
after successful build, replace xmr.conf (configure to your system's specs)
type ./miner xmr.conf
Miner should connect to stratum and start hashing!
i've shared my xmr.conf settings for a single GPU in a previous post. if you'd like to see what it looks like using multiple GPUs, i can share.
hopefully this will get you (and others) up and running without having to use "doze"
primary references that I used:
http://askubuntu.com/questions/794529/amdgpu-pro-install-on-ubuntu-gnome-16-04-with-r9-285-and-rx-480https://dennis.gesker.com/2015/08/20/monero-xmr-mining-on-ubuntu-linux-15-04/http://superkuh.com/monero.html