Difference between revisions of "Radeontool"

From ThinkWiki
Jump to: navigation, search
(Features)
(add note not to use this anymore)
 
(5 intermediate revisions by 5 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 7: Line 7:
  
 
There's also a script called [http://fdd.com/software/radeon/lightwatch.pl 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 [http://web.utk.edu/~rmahurin/inspiron5100/node5.html#SECTION00055400000000000000 here].
 
There's also a script called [http://fdd.com/software/radeon/lightwatch.pl 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 [http://web.utk.edu/~rmahurin/inspiron5100/node5.html#SECTION00055400000000000000 here].
 +
 +
You may need to set up {{cmd|sudo|}} (preferred method) or make the executable setuid root by issuing
 +
 +
{{cmdroot|chmod u+s /path/to/radeontool}}
 +
 +
in order to allow unprivileged users to use it.
  
 
=== 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 ===
 
*stable and active
 
*stable and active
  
=== Interesting links related to this project ===
+
=== See also ===
*[[atitvout]]
+
*[[Rovclock]]
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 14:34, 20 April 2009

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

  • 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

See also