<?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>No Name &#187; backlight</title>
	<atom:link href="http://blog.schoash.com/tag/backlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schoash.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Oct 2010 13:18:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Make backlight adjustment work in Ubuntu on the Panasonic CF-R7</title>
		<link>http://blog.schoash.com/2008/08/18/make-backlight-adjustment-work-in-ubuntu-on-the-panasonic-cf-r7/</link>
		<comments>http://blog.schoash.com/2008/08/18/make-backlight-adjustment-work-in-ubuntu-on-the-panasonic-cf-r7/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:06:11 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[backlight]]></category>
		<category><![CDATA[cf-r7]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/?p=90</guid>
		<description><![CDATA[I was struggeling with the backlight quite for a while now. But finally I found something which finally works.
First you need git core installed

sudo aptitude install git-core

Next you checkout the module

git clone git://git.myrix.net/pana_acpi

The next step is compiling and loading the module

cd ./pana_acpi
make
make install
modprobe panasonic_acpi

At this point you can already check if the brightness buttons are [...]]]></description>
			<content:encoded><![CDATA[<p>I was struggeling with the backlight quite for a while now. But finally I found something which finally works.</p>
<p>First you need git core installed<br />
<code><br />
sudo aptitude install git-core<br />
</code></p>
<p>Next you checkout the module<br />
<code><br />
git clone git://git.myrix.net/pana_acpi<br />
</code><br />
The next step is compiling and loading the module<br />
<code><br />
cd ./pana_acpi<br />
make<br />
make install<br />
modprobe panasonic_acpi<br />
</code><br />
At this point you can already check if the brightness buttons are working.<br />
Next  copy ./pana_acpi/acpi/* to /etc/acpi<br />
and restart the acpid daemon.<br />
<code><br />
/etc/init.d/acpid restart<br />
</code><br />
This module should work on all the 7-Series from Panasonic. I only tried it out with my CF-R7.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/08/18/make-backlight-adjustment-work-in-ubuntu-on-the-panasonic-cf-r7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

