Difference between revisions of "Radeon Contrast Changes"

From ThinkWiki
Jump to: navigation, search
(Added page about LVDS contrast)
 
m (fix links)
Line 13: Line 13:
 
It seems the i2c interface could be used to do this, and that's what ddccontrol uses, could be used directly with programs like i2cset, but this seems not to work.
 
It seems the i2c interface could be used to do this, and that's what ddccontrol uses, could be used directly with programs like i2cset, but this seems not to work.
  
The [[http://cgit.freedesktop.org/~airlied/radeontool new radeontool]],  
+
The [http://cgit.freedesktop.org/~airlied/radeontool new radeontool],  
[[https://launchpad.net/ubuntu/jaunty/+source/radeontool/1.5+git76606164-0ubuntu1 which is scheduled to go into jaunty]], may be the best hope to be able to control this.
+
[https://launchpad.net/ubuntu/jaunty/+source/radeontool/1.5+git76606164-0ubuntu1 which is scheduled to go into jaunty], may be the best hope to be able to control this.

Revision as of 22:11, 11 January 2009

Changing Native LVDS Contrast on Thinkpads

XVideo Contrast

The xvattr program can be used to change the contrast of videos being played with programs like wxvlc and mplayer.

Native LVDS Contrast on Radeon

On many thinkpad models, the LVDS panel contrast cannot be changed using standard tools. In Microsoft Windows, this is done with the proprietary ATI configuration program. However, neither fglrx nor the radeon driver can do this.

The best options to try is the ddccontrol program, which is quite old and probably will not work.

It seems the i2c interface could be used to do this, and that's what ddccontrol uses, could be used directly with programs like i2cset, but this seems not to work.

The new radeontool, which is scheduled to go into jaunty, may be the best hope to be able to control this.