<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>k3mist™ &#187; brightness</title>
	<atom:link href="http://k3mist.com/tag/brightness/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sat, 12 Sep 2009 15:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adjusting Contrast, Brightness and Gamma on fglrx 9.5+</title>
		<link>http://k3mist.com/linux/adjusting-contrast-brightness-and-gamma-on-fglrx-95/</link>
		<comments>http://k3mist.com/linux/adjusting-contrast-brightness-and-gamma-on-fglrx-95/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:01:59 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[ati proprietary]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[contrast]]></category>
		<category><![CDATA[fglrx_xgamma]]></category>
		<category><![CDATA[gamma]]></category>
		<category><![CDATA[jaunty 9.04]]></category>
		<category><![CDATA[xgamma]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=162</guid>
		<description><![CDATA[<p>ATI has made a change in their fglrx catalyst drivers (9.5+) where setting the gamma in xorg.conf no longer works and is ignored when starting.</p>
<p>In my <a href="http://k3mist.com/linux/contrast-brightness-gamma-linux/">previous post</a> I went over setting and making these adjustments. The previous methods for Contrast and Brightness remain. However for gamma, the only way and previously existing method is now using fglrx_xgamma.</p>
<p>In terminal;</p>
<p><code>fglrx_xgamma -c 0 -gamma .85</code></p>
<p>This setting will be immediately applied and also after restarting.</p>
]]></description>
			<content:encoded><![CDATA[<p>ATI has made a change in their fglrx catalyst drivers (9.5+) where setting the gamma in xorg.conf no longer works and is ignored when starting.</p>
<p>In my <a href="http://k3mist.com/linux/contrast-brightness-gamma-linux/">previous post</a> I went over setting and making these adjustments. The previous methods for Contrast and Brightness remain. However for gamma, the only way and previously existing method is now using fglrx_xgamma.</p>
<p>In terminal;</p>
<p><code>fglrx_xgamma -c 0 -gamma .85</code></p>
<p>This setting will be immediately applied and also after restarting.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3mist.com/linux/adjusting-contrast-brightness-and-gamma-on-fglrx-95/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adjusting Contrast, Brightness and Gamma on Linux. ATI Proprietary Driver (fglrx).</title>
		<link>http://k3mist.com/linux/contrast-brightness-gamma-linux/</link>
		<comments>http://k3mist.com/linux/contrast-brightness-gamma-linux/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:46:20 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[ati proprietary]]></category>
		<category><![CDATA[brightness]]></category>
		<category><![CDATA[contrast]]></category>
		<category><![CDATA[gamma]]></category>
		<category><![CDATA[jaunty 9.04]]></category>
		<category><![CDATA[xgamma]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=69</guid>
		<description><![CDATA[<p>If you have the ati driver installed correctly and have xorg setup correctly, you can easily change the brightness, contrast and gamma on linux.</p>
<p>I could not find anywhere on google a single search result except for setting gamma, so I post this here.<br />
<span id="more-69"></span><br />
To change brightness and contrast you do this through aticonfig. These settings are saved as you change them and are irreversible without deleting <code>/etc/ati/amdpcsdb</code> first. I recommend making small increments and make sure your syntax is correct.</p>
<p>First you need to determine what monitor(s) types are connected. With aticonfig in terminal try <code>aticonfig --query-monitor</code>. If you get the error it is not supported when RandR is enabled. You can then try <code>xrandr</code>. This will return the screen # and types. From xrandr you should be able to pick out what display type you need for aticonfig, the naming will be different.</p>
<p>aticonfig requires the following display type options in the string <code>crt1, lvds, tv, cv, tmds1, crt2, tmds2, tmds2i, dfp3, dfp4, dfp5, dfp6</code>. So you can try one of these until you get the right one. Querying incorrect display type does no harm. Typically, lvds is going to be your LCD.</p>
<p>To determine the contrast and brightness you are using type the following below in a terminal, lvds is the display type and in the output, value is the current setting;</p>
<p>Contrast<br />
<code>aticonfig --query-dispattrib=lvds,contrast</code><br />
Which outputs for me:<br />
<code> contrast attribute information of monitor lvds :<br />
default:100, value:85, min:0, max:200, step:1</code></p>
<p>Brightness<br />
<code>aticonfig --query-dispattrib=lvds,brightness</code><br />
Which outputs for me:<br />
<code> brightness attribute information of monitor lvds :<br />
default:0, value:-3, min:-100, max:100, step:1</code></p>
<p>Notice how brightness is min value of -100 and max 100 while contrast is a min value of 0 and max 200. So be careful.</p>
<p>To set these, be very careful of typos or accidentally setting a null value. Your screen could very easily go black:<br />
<code>aticonfig --set-dispattrib=lvds,contrast:100</code><br />
Where 100 is the contrast value you are setting. And the same goes for brightness:<br />
<code>aticonfig --set-dispattrib=lvds,brightness:0</code></p>
<p><strong>UPDATE:</strong> <a href="http://k3mist.com/linux/adjusting-contrast-brightness-and-gamma-on-fglrx-95/">Use fglrx_xgamma for setting gamma.</a> Xorg.conf gamma no longer works in fglrx versions 9.5 and later.</p>
<p><span style="text-decoration: line-through;">Gamma is not supported anywhere I can see in the man for aticonfig. So for gamma you can see the current setting through xserver by typing <code>xgamma</code>. It should return values for red, blue and green.</span></p>
<p><span style="text-decoration: line-through;">xgamma supports decimal values like 0.85 or 1.0. 1.0 being default. If you want to change the gamma for all 3, type <code>xgamma -gamma 0.85</code> or whatever value you want. If you want to change individual colors, you have to do it one by one. Replace -gamma with <code>-rgamma, -ggamma or -bgamma</code>. Red, green, blue respectively.</span></p>
<p><span style="text-decoration: line-through;">The thing about xgamma, these settings are only stored and saved for your current user/boot session. To make these settings permanent, you will need to edit /etc/X11/xorg.conf. If your xorg.conf is not setup, you should <a href="http://www.x.org/archive/X11R6.9.0/doc/html/xorg.conf.5.html" target="_blank">get started reading here</a>.</span></p>
<p><span style="text-decoration: line-through;">So open xorg.conf as sudo in your text editor of choice. For gnome users, one of my fav commands is <code>gksu gedit /ect/X11/xorg.conf &amp;disown</code>.</span></p>
<p><span style="text-decoration: line-through;">Next goto <code>Section "Monitor"</code>. Inside this section simply add your gamma setting with, <code>Gamma 0.85 0.85 0.85 </code> (red, blue, green). Or you can put a single value for all 3. Save and exit.</span></p>
<p>That&#8217;s it, pretty straight forward I hope.</p>
]]></description>
			<content:encoded><![CDATA[<p>If you have the ati driver installed correctly and have xorg setup correctly, you can easily change the brightness, contrast and gamma on linux.</p>
<p>I could not find anywhere on google a single search result except for setting gamma, so I post this here.<br />
<span id="more-69"></span><br />
To change brightness and contrast you do this through aticonfig. These settings are saved as you change them and are irreversible without deleting <code>/etc/ati/amdpcsdb</code> first. I recommend making small increments and make sure your syntax is correct.</p>
<p>First you need to determine what monitor(s) types are connected. With aticonfig in terminal try <code>aticonfig --query-monitor</code>. If you get the error it is not supported when RandR is enabled. You can then try <code>xrandr</code>. This will return the screen # and types. From xrandr you should be able to pick out what display type you need for aticonfig, the naming will be different.</p>
<p>aticonfig requires the following display type options in the string <code>crt1, lvds, tv, cv, tmds1, crt2, tmds2, tmds2i, dfp3, dfp4, dfp5, dfp6</code>. So you can try one of these until you get the right one. Querying incorrect display type does no harm. Typically, lvds is going to be your LCD.</p>
<p>To determine the contrast and brightness you are using type the following below in a terminal, lvds is the display type and in the output, value is the current setting;</p>
<p>Contrast<br />
<code>aticonfig --query-dispattrib=lvds,contrast</code><br />
Which outputs for me:<br />
<code> contrast attribute information of monitor lvds :<br />
default:100, value:85, min:0, max:200, step:1</code></p>
<p>Brightness<br />
<code>aticonfig --query-dispattrib=lvds,brightness</code><br />
Which outputs for me:<br />
<code> brightness attribute information of monitor lvds :<br />
default:0, value:-3, min:-100, max:100, step:1</code></p>
<p>Notice how brightness is min value of -100 and max 100 while contrast is a min value of 0 and max 200. So be careful.</p>
<p>To set these, be very careful of typos or accidentally setting a null value. Your screen could very easily go black:<br />
<code>aticonfig --set-dispattrib=lvds,contrast:100</code><br />
Where 100 is the contrast value you are setting. And the same goes for brightness:<br />
<code>aticonfig --set-dispattrib=lvds,brightness:0</code></p>
<p><strong>UPDATE:</strong> <a href="http://k3mist.com/linux/adjusting-contrast-brightness-and-gamma-on-fglrx-95/">Use fglrx_xgamma for setting gamma.</a> Xorg.conf gamma no longer works in fglrx versions 9.5 and later.</p>
<p><span style="text-decoration: line-through;">Gamma is not supported anywhere I can see in the man for aticonfig. So for gamma you can see the current setting through xserver by typing <code>xgamma</code>. It should return values for red, blue and green.</span></p>
<p><span style="text-decoration: line-through;">xgamma supports decimal values like 0.85 or 1.0. 1.0 being default. If you want to change the gamma for all 3, type <code>xgamma -gamma 0.85</code> or whatever value you want. If you want to change individual colors, you have to do it one by one. Replace -gamma with <code>-rgamma, -ggamma or -bgamma</code>. Red, green, blue respectively.</span></p>
<p><span style="text-decoration: line-through;">The thing about xgamma, these settings are only stored and saved for your current user/boot session. To make these settings permanent, you will need to edit /etc/X11/xorg.conf. If your xorg.conf is not setup, you should <a href="http://www.x.org/archive/X11R6.9.0/doc/html/xorg.conf.5.html" target="_blank">get started reading here</a>.</span></p>
<p><span style="text-decoration: line-through;">So open xorg.conf as sudo in your text editor of choice. For gnome users, one of my fav commands is <code>gksu gedit /ect/X11/xorg.conf &amp;disown</code>.</span></p>
<p><span style="text-decoration: line-through;">Next goto <code>Section "Monitor"</code>. Inside this section simply add your gamma setting with, <code>Gamma 0.85 0.85 0.85 </code> (red, blue, green). Or you can put a single value for all 3. Save and exit.</span></p>
<p>That&#8217;s it, pretty straight forward I hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://k3mist.com/linux/contrast-brightness-gamma-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
