Hi Claymore,
I have little problem in Ubuntu. When I start script with oc and underwalt command before I start miner , miner turn off gpu1 always. When I first start miner then script everything is ok. What it can be?
the script to oc and undervolt your card is interacting with which software? can you post the script code?
With Claymore miner somehow. If I executed script first, clay turns off gpu1.
#!/bin/bash
sudo nvidia-smi -pm 1 && sudo nvidia-smi -pl 80
nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[2]=800'
nvidia-settings -a '[gpu:1]/GPUMemoryTransferRateOffset[2]=800'
nvidia-settings -a '[gpu:2]/GPUMemoryTransferRateOffset[2]=800'
nvidia-settings -a '[gpu:3]/GPUMemoryTransferRateOffset[2]=800'
nvidia-settings -a '[gpu:4]/GPUMemoryTransferRateOffset[2]=800'
https://live.staticflickr.com/65535/49187662538_9906bffaff_z.jpgAnd I tested ethminer , gpu works fine.