btrfs progs now in main gentoo portage
[mikesnafu-overlay.git] / x11-drivers / ati-drivers / files / ati-powermode-opt-path.patch
blobfb6119e428336113a7c5c3d07a8f7fd6649667b3
1 === modified file 'common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh'
2 --- common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2007-02-09 12:25:40 +0000
3 +++ common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2007-02-09 12:28:54 +0000
4 @@ -46,7 +46,7 @@
5 getXuser;
6 if [ x"$XAUTHORITY" != x"" ]; then
7 export DISPLAY=":$displaynum"
8 - su $user -c "/usr/X11R6/bin/aticonfig --set-powerstate=1 --effective=now"
9 + su $user -c "/opt/bin/aticonfig --set-powerstate=1 --effective=now"
11 done
12 else
13 @@ -56,7 +56,7 @@
14 getXuser;
15 if [ x"$XAUTHORITY" != x"" ]; then
16 export DISPLAY=":$displaynum"
17 - su $user -c "/usr/X11R6/bin/aticonfig --set-powerstate=3 --effective=now"
18 + su $user -c "/opt/bin/aticonfig --set-powerstate=3 --effective=now"
20 done