<?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>made in costa rica: a blog by josue salazar of short notes in toronto about tech &#187; Ubuntu</title>
	<atom:link href="http://www.madeincr.com/notes/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madeincr.com</link>
	<description>short notes on technology by josue salazar</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:35:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ACDControl</title>
		<link>http://www.madeincr.com/notes/acdcontrol/</link>
		<comments>http://www.madeincr.com/notes/acdcontrol/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:04:08 +0000</pubDate>
		<dc:creator>Josue Salazar</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.madeincr.com/?p=511</guid>
		<description><![CDATA[A linux utility to manage brightness on Apple Cinema Displays. I got it to work perfectly on my Ubuntu set up.
(I have been experiencing an incredible error in my OS X set up for the past 2-3 months that I haven&#8217;t been able to crack. It seems to be a random system freeze where nothing [...]]]></description>
			<content:encoded><![CDATA[<p>A linux utility to manage brightness on Apple Cinema Displays. I got it to work perfectly on my Ubuntu set up.</p>
<p>(I have been experiencing an incredible error in my OS X set up for the past 2-3 months that I haven&#8217;t been able to crack. It seems to be a random system freeze where nothing crashes, the computer simply locks up and remains somewhat responsive (ie. the mouse works). It&#8217;s a long story that I&#8217;ve been documenting for a while and hope to fix soon enough.)</p>
<p>For now, I have jumped back on Ubuntu for the next week or two full time while I get through some important projects. I spent some time today setting up all my stuff, including my two external Apple Cinema Displays but there is no support for brightness control through the system. Thankfully somebody has written up a piece of code to solve the issue. It&#8217;s called <a href="http://acdcontrol.sourceforge.net/">ACDControl</a> and I am documenting it here for my own future reference:</p>
<p>Examples:<br />
<code><br />
acdcontrol --detect /dev/hiddev*<br />
    Perform detection, which HID device is actually your display to be controlled.</code></p>
<p><code>acdcontrol /dev/hiddev0<br />
    Read current brightness parameter </code></p>
<p><code>acdcontrol /dev/hiddev0 160<br />
    Set brightness to 160. Note, that brightness setting depends on your model. Generally, this parameter may get values in the range [0-255].</code></p>
<p><code>acdcontrol /dev/hiddev0 +10<br />
    Increment current brightness by 10.</code></p>
<p><code>acdcontrol /dev/hiddev0 -- -10<br />
    Decrement current brightness by 10. Please,note --!<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madeincr.com/notes/acdcontrol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
