RockDJ:
Here are a few more suggestions for you
1- If there are any commands that you want to have run automatically when smartcoin starts, create a file "init.sh" in the smartcoin directory. Then you can add your commands that you want run on startup. I.e.:
#!/bin/bash
DISPLAY=:0.0 aticonfig --pplib-cmd "set fanspeed 0 100"
DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 100"
(make sure you mark it executable with:
chmod +x init.sh
2) Experiment with making your own profiles. Its pretty straight forward once you get the hang of it.
3) Once you have a few of your own profiles built, adjust the failover order from the control screen, then change the profile to failover. This will allow you to have alternate pools/workers to mine to if one fails (from ddos attack for example)