<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for lowl.net</title>
	<atom:link href="http://lowl.net/en/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://lowl.net/en/</link>
	<description>SEO/SEM et dev !</description>
	<lastBuildDate>Sun, 15 Apr 2012 08:48:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hello world! by ApotoCopvat</title>
		<link>http://lowl.net/en/hello-world.html#comment-380</link>
		<dc:creator>ApotoCopvat</dc:creator>
		<pubDate>Tue, 19 Apr 2011 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ph0b.com/?p=1#comment-380</guid>
		<description>Hi guys, I&#039;m Bob.  Short bio- I love running, the news and dogs.  In any case, if you&#039;re having anxiety at work, this resource could lend a hand:</description>
		<content:encoded><![CDATA[<p>Hi guys, I&#8217;m Bob.  Short bio- I love running, the news and dogs.  In any case, if you&#8217;re having anxiety at work, this resource could lend a hand:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by Boris</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-379</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Mon, 11 Apr 2011 16:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-379</guid>
		<description>Thanks for the very helpful infos on this site.

I got my Z13 almost perfectly working, except the dynamic graphic switching, witch is a little pity because the 2.6.37 kernel supports the dynamic switch between two graphic cards but the memory allocation thing prevents the issue from working.

Is that a problem of the NVIDIA driver, or where is the problems cause?

For the people who like to use the brightness control with keys when using the NVIDIA card, i wrote a small script that uses the nvidia-settings tool:

#suche nvidia Karte
/sbin/lspci &#124; /bin/grep &quot;01:00.0&quot;

if [ $? -eq 0 ]; then
        #echo &quot;NVIDIA Karte gefunden...&quot;
        BR=`cat /etc/mynvidiabrightness`
        MYBR=`echo &quot;scale=1;$BR-0.1&quot; &#124; bc`
        echo $MYBR &gt; /etc/mynvidiabrightness
        #Punkt durch Komma ersetzen
        MYBR=`echo $MYBR &#124; sed -e &quot;s/\./,/&quot;`
        /usr/bin/nvidia-settings -a Brightness=$MYBR
        kdialog --passivepopup &quot;NVIDIA Helligkeit: $MYBR&quot; 1
fi

... then I used kde shortcuts to execute the script when pressing a key. The script above reduces the brightness to 10% every time is is executed.
For a script to raise the brightness you can replace the line:
MYBR=`echo &quot;scale=1;$BR-0.1&quot; &#124; bc`
with
MYBR=`echo &quot;scale=1;$BR+0.1&quot; &#124; bc`

To use the script you first have to (as root):
 echo 0 &gt; /etc/mynvidiabrightness 
 chmod 777 /etc/mynvidiabrightness

The script shows a small info of the brightness level on a kde enviroment. If you use gnome you can replace the line (or comment it):
kdialog --passivepopup &quot;NVIDIA Helligkeit: $MYBR&quot; 1
with a appropriate gnome (maybe zenity...) command.</description>
		<content:encoded><![CDATA[<p>Thanks for the very helpful infos on this site.</p>
<p>I got my Z13 almost perfectly working, except the dynamic graphic switching, witch is a little pity because the 2.6.37 kernel supports the dynamic switch between two graphic cards but the memory allocation thing prevents the issue from working.</p>
<p>Is that a problem of the NVIDIA driver, or where is the problems cause?</p>
<p>For the people who like to use the brightness control with keys when using the NVIDIA card, i wrote a small script that uses the nvidia-settings tool:</p>
<p>#suche nvidia Karte<br />
/sbin/lspci | /bin/grep &#8220;01:00.0&#8243;</p>
<p>if [ $? -eq 0 ]; then<br />
        #echo &#8220;NVIDIA Karte gefunden&#8230;&#8221;<br />
        BR=`cat /etc/mynvidiabrightness`<br />
        MYBR=`echo &#8220;scale=1;$BR-0.1&#8243; | bc`<br />
        echo $MYBR &gt; /etc/mynvidiabrightness<br />
        #Punkt durch Komma ersetzen<br />
        MYBR=`echo $MYBR | sed -e &#8220;s/\./,/&#8221;`<br />
        /usr/bin/nvidia-settings -a Brightness=$MYBR<br />
        kdialog &#8211;passivepopup &#8220;NVIDIA Helligkeit: $MYBR&#8221; 1<br />
fi</p>
<p>&#8230; then I used kde shortcuts to execute the script when pressing a key. The script above reduces the brightness to 10% every time is is executed.<br />
For a script to raise the brightness you can replace the line:<br />
MYBR=`echo &#8220;scale=1;$BR-0.1&#8243; | bc`<br />
with<br />
MYBR=`echo &#8220;scale=1;$BR+0.1&#8243; | bc`</p>
<p>To use the script you first have to (as root):<br />
 echo 0 &gt; /etc/mynvidiabrightness<br />
 chmod 777 /etc/mynvidiabrightness</p>
<p>The script shows a small info of the brightness level on a kde enviroment. If you use gnome you can replace the line (or comment it):<br />
kdialog &#8211;passivepopup &#8220;NVIDIA Helligkeit: $MYBR&#8221; 1<br />
with a appropriate gnome (maybe zenity&#8230;) command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by ph0b</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-332</link>
		<dc:creator>ph0b</dc:creator>
		<pubDate>Sat, 12 Mar 2011 08:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-332</guid>
		<description>you have to copy the dump.rom you&#039;ve just created in the file where the python script is.</description>
		<content:encoded><![CDATA[<p>you have to copy the dump.rom you&#8217;ve just created in the file where the python script is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by Martin</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-331</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 12 Mar 2011 08:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-331</guid>
		<description>srry for bothering again
When I python advanced_menu.py dump.rom new.rom
it say&#039;s that:

python: can&#039;t open file &#039;dump.rom&#039;: [errno 2] no such file or directory</description>
		<content:encoded><![CDATA[<p>srry for bothering again<br />
When I python advanced_menu.py dump.rom new.rom<br />
it say&#8217;s that:</p>
<p>python: can&#8217;t open file &#8216;dump.rom&#8217;: [errno 2] no such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by Martin</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-330</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 12 Mar 2011 08:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-330</guid>
		<description>that was quick yeah it worked and srry too I also made a mistake
I mistook &#039;&#039;shift &gt;&#039;&#039; for : when it was &#039;&#039;Ø&#039;&#039; in my keyboard
o_O</description>
		<content:encoded><![CDATA[<p>that was quick yeah it worked and srry too I also made a mistake<br />
I mistook &#8221;shift &gt;&#8221; for : when it was &#8221;Ø&#8221; in my keyboard<br />
o_O</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by ph0b</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-329</link>
		<dc:creator>ph0b</dc:creator>
		<pubDate>Sat, 12 Mar 2011 08:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-329</guid>
		<description>I made a small mistake in that guide, try &quot;cd C:&quot; ;)</description>
		<content:encoded><![CDATA[<p>I made a small mistake in that guide, try &#8220;cd C:&#8221; <img src='http://lowl.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by Martin</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-328</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 12 Mar 2011 08:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-328</guid>
		<description>I don&#039;t kinda get the bios hack guide :(
If I type c: it&#039;s say&#039;s bad comman</description>
		<content:encoded><![CDATA[<p>I don&#8217;t kinda get the bios hack guide <img src='http://lowl.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
If I type c: it&#8217;s say&#8217;s bad comman</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by stan</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-269</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Tue, 25 Jan 2011 00:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-269</guid>
		<description>Hey, thanks a lot for this helpfull hints... I got mine Z13 working even with graphics switching. But i cannot get suspend or hibernate working. hibernate always results in a immediatelly reboot and suspend seems to work but it simply boots up if i try to wake the Z. Do you have any idea? 

I use Ubuntu 10.10 with software raid, could that be the problem?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot for this helpfull hints&#8230; I got mine Z13 working even with graphics switching. But i cannot get suspend or hibernate working. hibernate always results in a immediatelly reboot and suspend seems to work but it simply boots up if i try to wake the Z. Do you have any idea? </p>
<p>I use Ubuntu 10.10 with software raid, could that be the problem?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by ph0b</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-265</link>
		<dc:creator>ph0b</dc:creator>
		<pubDate>Fri, 21 Jan 2011 19:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-265</guid>
		<description>lol, I apologize, that&#039;s a global rule on my server.
Anyway, this file doesn&#039;t really matter now there is a good 2.6.37 kernel... so I&#039;ll let it that way.. as lol as it is ;)</description>
		<content:encoded><![CDATA[<p>lol, I apologize, that&#8217;s a global rule on my server.<br />
Anyway, this file doesn&#8217;t really matter now there is a good 2.6.37 kernel&#8230; so I&#8217;ll let it that way.. as lol as it is <img src='http://lowl.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux on Vaio VPC-Z by zob</title>
		<link>http://lowl.net/en/linux-on-vaio-vpc-z.html#comment-264</link>
		<dc:creator>zob</dc:creator>
		<pubDate>Fri, 21 Jan 2011 19:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://lowl.net/?p=60#comment-264</guid>
		<description>For a blog about linux proposing a .config to download.. you should REALLY avoid blacklisting wget user agent, lol. That&#039;s pretty annoying to get a 403 forbidden when you paste it on the wget command line and having to go put the user agent option or use firefox or what not</description>
		<content:encoded><![CDATA[<p>For a blog about linux proposing a .config to download.. you should REALLY avoid blacklisting wget user agent, lol. That&#8217;s pretty annoying to get a 403 forbidden when you paste it on the wget command line and having to go put the user agent option or use firefox or what not</p>
]]></content:encoded>
	</item>
</channel>
</rss>

