Difference between revisions of "Radeontool"
(→Features: setuid bit is +s, info about sudo added) |
(add note not to use this anymore) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
radeontool is a hack to turn on and off the panels background light and external video. | radeontool is a hack to turn on and off the panels background light and external video. | ||
− | + | {{NOTE|This tool should no longer be used, please use xrandr instead for setting external video modes. Backlight can be modified through sysfs}} | |
=== Features === | === Features === | ||
*turn background light on/off | *turn background light on/off | ||
Line 16: | Line 16: | ||
=== Project Homepage / Availability === | === Project Homepage / Availability === | ||
http://fdd.com/software/radeon/ | http://fdd.com/software/radeon/ | ||
+ | |||
+ | |||
+ | Slackware v12 does not include radeontool, so I had to find source. I was unable to connect to the any server at fdd.com on March 11, 2008. I was able to locate source and compile it for my T30 from http://mirror.x10.com/mirror/ubuntu/pool/main/r/radeontool/ | ||
+ | |||
+ | Perhaps we could host the source here too? | ||
=== Status === | === Status === | ||
Line 21: | Line 26: | ||
=== See also === | === See also === | ||
− | |||
*[[Rovclock]] | *[[Rovclock]] | ||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 13:34, 20 April 2009
radeontool is a hack to turn on and off the panels background light and external video.
Features
- turn background light on/off
- turn external video on/off
There's also a script called lightwatch.pl available at the project homepage that turns off the background light whenever xscreensaver blanks the screen and back on when unblanked. A more sophisticated version can be found here.
You may need to set up sudo
(preferred method) or make the executable setuid root by issuing
# chmod u+s /path/to/radeontool
in order to allow unprivileged users to use it.
Project Homepage / Availability
http://fdd.com/software/radeon/
Slackware v12 does not include radeontool, so I had to find source. I was unable to connect to the any server at fdd.com on March 11, 2008. I was able to locate source and compile it for my T30 from http://mirror.x10.com/mirror/ubuntu/pool/main/r/radeontool/
Perhaps we could host the source here too?
Status
- stable and active