Hi!
Your product is great. Not sure if anyone answered this, but you can use AMDOverdriveCtrl using flag -i=0 -i =1 etc for each adapter and it works.
I use it like this: /usr/bin/AMDOverdriveCtrl -i=0 Profilename.ovdr
The profilename you can save, but it has to be in the same folder (couldn't get it to work with paths) so I copy it in /usr/bin everytime.
Kill screensaver (takes resources when it's on): killall xscreensaver
Please disable screensaver by default in next version.
Issues:
- file manager (known)
- shutdown not working (known)
- sometimes (after moving the mouse, not sure exactly what is going on) the screen shows stars and login (where I just hit Enter), and everything that was running is gone -- it's like a soft reset (it doesn't reload the kernel, but everything is gone, maybe I have a memory problem, I don't know);
- start_mining is not useful (too complicated, I'd rather use manual commands)
Big question:
How do I run a start-up script? Everytime I reboot I have to manually run a script, which kills screensaver, runs AMDOverdriveCtrl in batch (using -b flag everything works except fan control), sets fans (using aticonfig), runs clients. I would love to be able to have this started up manually, so I just hit the reset button and it's good to go.
Thanks!
Valentin
Hey Valentin
Thanks for your post. One of the best I've seen laid out lol
sometimes (after moving the mouse, not sure exactly what is going on) the screen shows stars and login (where I just hit Enter), and everything that was running is gone -- it's like a soft reset (it doesn't reload the kernel, but everything is gone, maybe I have a memory problem, I don't know);
This seems to stem from the same issue with the file manager. If you click the icon a few times LXDE crashes and resets. I'm looking into this but have been very busy over the last few days with work.
- start_mining is not useful (too complicated, I'd rather use manual commands)
Also on the todo list. I'm thinking I might use zenity to create a little GUI for the final version ?.
How do I run a start-up script? Everytime I reboot I have to manually run a script, which kills screensaver, runs AMDOverdriveCtrl in batch (using -b flag everything works except fan control), sets fans (using aticonfig), runs clients. I would love to be able to have this started up manually, so I just hit the reset button and it's good to go.
There are several ways you can do this. You can add a line into /etc/rc.local just before the exit. Or if you want the WDM to load then run the commands you can follow the guide in the link provided.
http://linux.koolsolutions.com/2009/09/01/howto-auto-launch-programsscripts-on-lxde-startup/Hope this helps.