AMDOverdriveCtrl -i 0
(new terminal)
AMDOverdriveCtrl -i 3
(new terminal)
cd poclbm
./gpu1.sh
(new terminal)
cd poclbm
./gpu2.sh
Sorry, need the full paths to each of the commands above. When you're in the directory type `pwd` to see where you are.
You can also use "whereis AMDOverdriveCtrl", etc, to find the full paths.
The issue is that the startup script will start in a different directory from where you are, so we need absolute paths for each command. Also, you're not going to get any output from these commands. Or do you want this to just run at login in the three terminals?
I can do either. At system startup, or at your login.
Finally, give me a 'uname -a' so I know what version of linux you're running.
Ah, sorry about that. There's actually 4 terminals that need to be opened, one for each of the AMDOverdriveCtrl instances, and one for each of the miners.
The 'poclbm' directory is located at /home/alex/poclbm with gpu1.sh and gpu2.sh inside.
The output of whereis AMDOverdriveCtrl gives me AMDOverdriveCtrl: /usr/bin/AMDOverdriveCtrl /usr/share/AMDOverdriveCtrl
but I can just access this from typing AMDOverdriveCtrl -i 0(or 3) from anywhere in the terminal.
System startup or login, aren't they the same thing? There's only one user account on here that's automatically logged in when Ubuntu loads up.
Thanks for your help with this by the way!