You can also use:
to switch to the dynamic powersaving. It works OK, but it sometimes flickers when changing powermodes. echo "profile" again to switch back to the profile method.Code:sudo "echo dynpm > /sys/class/drm/card0/device/power_method"
Make sure that you are running it as root. It MUST work, the file is there.
Try
with the quotes at exactly these places.Code:sudo "echo low > /sys/class/drm/card0/device/power_profile"
You can also use:
to switch to the dynamic powersaving. It works OK, but it sometimes flickers when changing powermodes. echo "profile" again to switch back to the profile method.Code:sudo "echo dynpm > /sys/class/drm/card0/device/power_method"
Thanks, I've resolved.
The command was:
With open source driver I had a little of tearing, but I've resolved addingCode:sudo bash -c "echo low > /sys/class/drm/card0/device/power_profile"
in my xorg.conf.Code:Option "AccelMethod" "EXA" Option "EXAVSync" "yes"
Thanks again.
your both welcome
As an aside if your using the kde 4.5 desktop you may want to enable
Desktop effects and under the advanced tab check the dierct rendering box and the use Vsync box too..is seems to cut down on the black screen stuff with the fglrx driver but not eliminate it in Firefox Chromium and Thunderbird.
There is one more setting under Application Appearence>style>Fine tuning tab.. Graphical effects there are several options to pick from for my desktop @1920x1080.. I use High Display Low CPU The results can be quite dramatic on your overall responsiveness... no idea what setting would be best for a laptop.
I suggest playing with them and finding whats best for your set-up.