You can make them work, you need to add the stuff below just under the RIG config lines in /hive/bin/miner
export GPU_FORCE_64BIT_PTR=1;
export GPU_MAX_HEAP_SIZE=100;
export GPU_USE_SYNC_OBJECTS=1;
export GPU_MAX_ALLOC_PERCENT=100;
export GPU_SINGLE_ALLOC_PERCENT=100;
so in my case the file looks like this:
RIG_CONF="/hive-config/rig.conf"
WALLET_CONF="/hive-config/wallet.conf"
export GPU_FORCE_64BIT_PTR=1;
export GPU_MAX_HEAP_SIZE=100;
export GPU_USE_SYNC_OBJECTS=1;
export GPU_MAX_ALLOC_PERCENT=100;
export GPU_SINGLE_ALLOC_PERCENT=100;
#[ -t 1 ] &&
. colors
I’ll be watching to see about OC’ing; I have a 280 and a 270 I would like to tweak a bit