Richard Hughes wrote: > powermode=`/usr/bin/aticonfig --lsp | grep -m1 low | cut -b 3-3` > /usr/bin/aticonfig --set-powerstate=$powermode --effective=now A concern with this approach is that the output of aticonfig is subject to change. The inputs and outputs of that program have changed in the past. --Pat