<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Helligkeit 100% nach Reboot Lenovo X121e Netbook - Endlich eine funktionierende Lösung gefunden :-)</title>
    <link>http://forum.geizhals.at/feed.jsp?id=803548</link>
    <description>Geizhals-Forum</description>
    <item>
      <title>Re(2): Helligkeit 100% nach Reboot Lenovo X121e Netbook Ubuntu 12.04 HowTo</title>
      <link>http://forum.geizhals.at/t803548,6886438.html#6886438</link>
      <description>Nein, in meinem Fall eine ATI Grafikkarte.&lt;br/&gt;</description>
      <pubDate>Sat, 01 Sep 2012 13:03:36 GMT</pubDate>
      <guid>http://forum.geizhals.at/t803548,6886438.html#6886438</guid>
      <dc:creator>User136647</dc:creator>
      <dc:date>2012-09-01T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Helligkeit 100% nach Reboot Lenovo X121e Netbook Ubuntu 12.04 HowTo</title>
      <link>http://forum.geizhals.at/t803548,6886244.html#6886244</link>
      <description>Nvidia?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=code&gt;&lt;pre&gt;Option "RegistryDwords" "EnableBrightnessControl=1"&lt;/pre&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;→ in den "Device"-Teil der "xorg.conf" und das sollts gewesen sein.&lt;br/&gt;</description>
      <pubDate>Sat, 01 Sep 2012 08:26:05 GMT</pubDate>
      <guid>http://forum.geizhals.at/t803548,6886244.html#6886244</guid>
      <dc:creator>m3t4tr0n</dc:creator>
      <dc:date>2012-09-01T08:26:05Z</dc:date>
    </item>
    <item>
      <title>Helligkeit 100% nach Reboot Lenovo X121e Netbook Ubuntu 12.04 HowTo</title>
      <link>http://forum.geizhals.at/t803548,6886235.html#6886235</link>
      <description>Lange habe ich für mein Lenovo X121e Netbook eine Lösung gesucht, damit die Helligkeit nicht jedesmal auf 100% ist, wenn ich neu boote.&lt;br&gt;Bei mir funktioniert es nun mit Ubuntu 12.04 LTS 64bit.&lt;br&gt;&lt;br&gt;Heute habe ich eine Seite gefunden, wo eine funktionierende Lösung angeboten wird, die ich selbst ausprobiert habe.&lt;br&gt;&lt;br&gt;Da Seiten gerne mal offline gehen, hier der englische Originaltext von der Seite:&lt;br&gt;&lt;br&gt;Ich möchte noch darauf hinweisen, dass jeder auf eigenes Risiko handelt, der die Anleitung befolgt und ich keinerlei Gewähr auf Erfolg gebe bzw. für Schäden haftbar gemacht werden kann.&lt;br&gt;&lt;br&gt;Link: &lt;a href="http://suhothayan.blogspot.de/2012/05/setting-brightness-at-ubuntu-startup.html" rel="noopener" target="_blank"&gt;http:/&lt;wbr/&gt;/&lt;wbr/&gt;suhothayan.blogspot.de/&lt;wbr/&gt;2012/&lt;wbr/&gt;05/&lt;wbr/&gt;setting-brightness-at-ubuntu-startup.html&lt;/a&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;MAY&lt;br&gt;8&lt;br&gt;Setting brightness at Ubuntu startup&lt;br&gt;&lt;br&gt;&lt;br&gt;In Ubuthu machines such as Thinkpad T520 every-time when we restart the computer the brightness level will be at its maximum and then we need to manually set the brightness to a comfortable level.&lt;br&gt;&lt;br&gt;To solve this issue here I share a small script I have written.&lt;br&gt;&lt;br&gt;First install xdotool&lt;br&gt;sudo apt-get install xdotool&lt;br&gt;This will allow you to change the brightness easily from the command line with out admin privileges.&lt;br&gt;&lt;br&gt;&lt;br&gt;Check whether the brightness is changing with the following command&lt;br&gt;xdotool key XF86MonBrightnessDown&lt;br&gt;&lt;br&gt;Now we have to find the file where the brightness value is stored, try doing &lt;br&gt;cat /sys/class/backlight/acpi_video0/brightness&lt;br&gt;If you get an integer value then your good to proceed, else you have to find the appropriate file in your system. In that case check in /sys/class/&lt;br&gt;&lt;br&gt;&lt;br&gt;Adjust the brightness and find your desired brightness level using the above command E.g. 9&lt;br&gt;&lt;br&gt;&lt;br&gt;In this example I have used 9 as my brightness level change it according to you.&lt;br&gt;#!/bin/bash&lt;br&gt;&lt;br&gt;myBrightness=9;&lt;br&gt;currentBrightness=`cat /sys/class/backlight/acpi_video0/brightness`;&lt;br&gt;count=$(( $currentBrightness - $myBrightness )) ;&lt;br&gt;while [ $count -gt 0 ]&lt;br&gt;do&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xdotool key XF86MonBrightnessDown&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;let count=$(($count-1));&lt;br&gt;done&lt;br&gt;Save this as brightness.sh -----&gt; (z.B im /home Verzeichnis)&lt;br&gt;&lt;br&gt;&lt;br&gt;Then make this file to be an executable, by running&lt;br&gt;chmod +x brightness.sh&lt;br&gt;&lt;br&gt;Finally open the "Startup Applications" click Add and add the following&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Name :&lt;appropriate name/&gt; ----&gt; z.B Skript Helligkeit&lt;br&gt;Command:/&lt;path to file from root/&gt;/brightness.sh ---&gt; z.B /home/Benutzername/brightness.sh&lt;br&gt;Comment:&lt;appropriate comment/&gt; ----&gt; hier kann ein freier Text eingetragen werden.&lt;br&gt;&lt;br&gt;Viel Erfolg beim Nachmachen! &lt;img src="smile.gif" width="16" height="19" align="absmiddle" alt=":-)"/&gt;&lt;br&gt;&lt;br/&gt;</description>
      <pubDate>Sat, 01 Sep 2012 08:10:39 GMT</pubDate>
      <guid>http://forum.geizhals.at/t803548,6886235.html#6886235</guid>
      <dc:creator>User136647</dc:creator>
      <dc:date>2012-09-01T08:10:39Z</dc:date>
    </item>
  </channel>
</rss>
