diff options
author | Jory Pratt <anarchy@gentoo.org> | 2007-12-22 15:29:08 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2007-12-22 15:29:08 +0000 |
commit | 4730962e9c5fd6fbdfcb6a8656b33a337f6e96fb (patch) | |
tree | 16d560dbe608e599fb96acfbcc03fd0f36b1b9d6 /x11-drivers/ati-drivers/files | |
parent | use same method for calling aticonfig as patch already does (diff) | |
download | je_fro-4730962e9c5fd6fbdfcb6a8656b33a337f6e96fb.tar.gz je_fro-4730962e9c5fd6fbdfcb6a8656b33a337f6e96fb.tar.bz2 je_fro-4730962e9c5fd6fbdfcb6a8656b33a337f6e96fb.zip |
simple cleanup as 8.433 is in the tree
svn path=/; revision=153
Diffstat (limited to 'x11-drivers/ati-drivers/files')
-rw-r--r-- | x11-drivers/ati-drivers/files/8.433/ati-powermode-opt-path-1.patch | 33 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/files/digest-ati-drivers-8.433 | 3 |
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-drivers/ati-drivers/files/8.433/ati-powermode-opt-path-1.patch b/x11-drivers/ati-drivers/files/8.433/ati-powermode-opt-path-1.patch deleted file mode 100644 index 88b89a8..0000000 --- a/x11-drivers/ati-drivers/files/8.433/ati-powermode-opt-path-1.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -ur common.orig/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh ---- common.orig/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2006-07-28 04:22:36.000000000 +0100 -+++ common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2006-08-04 12:19:42.000000000 +0100 -@@ -17,6 +17,10 @@ - fi - } - -+aticonfig='/opt/bin/aticonfig' -+ -+# default high power state -+default_state=`$aticonfig --lsp | grep 'default state' | cut -c 3` - - grep -q closed /proc/acpi/button/lid/*/state - if [ $? = 0 ]; then -@@ -46,7 +50,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 "$aticonfig --set-powerstate=1 --effective=now" - fi - done - else -@@ -56,7 +60,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 "$aticonfig --set-powerstate=$default_state --effective=now" - fi - done - fi - diff --git a/x11-drivers/ati-drivers/files/digest-ati-drivers-8.433 b/x11-drivers/ati-drivers/files/digest-ati-drivers-8.433 deleted file mode 100644 index f272c3c..0000000 --- a/x11-drivers/ati-drivers/files/digest-ati-drivers-8.433 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 099eead18eb845f83da1d743dc17cc47 ati-driver-installer-7-11-x86.x86_64.run 47667647 -RMD160 87f7c704b8af3fc6988fce9f9e99a09c9d430c85 ati-driver-installer-7-11-x86.x86_64.run 47667647 -SHA256 c93efb20bc18412b32152c8974865164876f16377cea62a69fab1ce8d574a78a ati-driver-installer-7-11-x86.x86_64.run 47667647 |