Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136825 Details for
Bug 200140
Please add x11-drivers/ati-catalyst-7.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ati-powermode.sh.who.patch
ati-powermode.sh.who.patch (text/plain), 1002 bytes, created by
Peter Alfredsen (RETIRED)
on 2007-11-24 00:27:25 UTC
(
hide
)
Description:
ati-powermode.sh.who.patch
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2007-11-24 00:27:25 UTC
Size:
1002 bytes
patch
obsolete
>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 2007-10-29 22:35:59.000000000 +0100 >+++ common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2007-10-30 00:08:01.000000000 +0100 >@@ -5,7 +5,7 @@ > # > > getXuser() { >- user=`finger| grep -m1 ":$displaynum " | awk '{print $1}'` >+ user=`who| grep -m1 ":$displaynum " | awk '{print $1}'` > if [ x"$user" = x"" ]; then > user=`finger| grep -m1 ":$displaynum" | awk '{print $1}'` > fi >@@ -56,7 +56,8 @@ > getXuser; > if [ x"$XAUTHORITY" != x"" ]; then > export DISPLAY=":$displaynum" >- su $user -c "/opt/bin/aticonfig --set-powerstate=3 --effective=now" >+ # default high power state >+ su $user -c "/opt/bin/aticonfig --set-powerstate=$(/opt/bin/aticonfig --lsp | grep 'default state' | cut -c 3) --effective=now" > fi > done > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 200140
:
136821
|
136822
|
136824
| 136825 |
136826
|
136827
|
136829
|
136830