Hey everyone. So I just put together my first mining rig yesterday and mostly everything is going pretty smoothly
the only thing left to do is properly configure my miner to run headlessly. I followed the guide here:
http://www.linuxcoin.co.uk/wiki/index.php/Headless_LinuxcoinFirst I tried setting up the startminers.sh file exactly the first way specified, using ATIoverdriveCtrl. I followed the rest of the guide to the T. However, when I restarted my system, a blank terminal window popped up with just a white cursor block, then nothing happened. The blank terminal window just remained open.
I tried making my own script using aticonfig and GUIMiner instead, but I'm having the same issue.
my /home/user/auto.sh and
/home/user/.config/autostart/auto.desktop files look exactly the same as they do in the tutorial.
Here is what my custom /usr/local/bin/startminers.sh file looks like:
#!/bin/bash
sudo aticonfig --od-enable
sudo aticonfig --odsc="960,1200" --adapter=all
sudo aticonfig --odcc --adapter=all
gksu python /opt/miners/guiminer/guiminer.py
Is there something I'm missing? Is there some other way to get my script to start after Linux boots?