diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-14 00:15:20 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-14 00:15:20 +0000 |
commit | c0eac1a5741a08fc5e635c988c05d68a97f74219 (patch) | |
tree | a02719df26491ad07a29fb24a034d1e3c19173b7 /x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch | |
parent | Adding the crippled 2.0.5 edition, even though it's teh suck. (diff) | |
download | je_fro-c0eac1a5741a08fc5e635c988c05d68a97f74219.tar.gz je_fro-c0eac1a5741a08fc5e635c988c05d68a97f74219.tar.bz2 je_fro-c0eac1a5741a08fc5e635c988c05d68a97f74219.zip |
adding ati-drivers-8.40.4 for testing
svn path=/; revision=31
Diffstat (limited to 'x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch')
-rw-r--r-- | x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch b/x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch new file mode 100644 index 0000000..fb6119e --- /dev/null +++ b/x11-drivers/ati-drivers/files/ati-powermode-opt-path.patch @@ -0,0 +1,22 @@ +=== modified file 'common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh' +--- common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2007-02-09 12:25:40 +0000 ++++ common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2007-02-09 12:28:54 +0000 +@@ -46,7 +46,7 @@ + getXuser; + if [ x"$XAUTHORITY" != x"" ]; then + export DISPLAY=":$displaynum" +- su $user -c "/usr/X11R6/bin/aticonfig --set-powerstate=1 --effective=now" ++ su $user -c "/opt/bin/aticonfig --set-powerstate=1 --effective=now" + fi + done + else +@@ -56,7 +56,7 @@ + getXuser; + if [ x"$XAUTHORITY" != x"" ]; then + export DISPLAY=":$displaynum" +- su $user -c "/usr/X11R6/bin/aticonfig --set-powerstate=3 --effective=now" ++ su $user -c "/opt/bin/aticonfig --set-powerstate=3 --effective=now" + fi + done + fi + |