<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Niks Blog</title>
	<link>http://nklein.net</link>
	<description>Nachschlagwerk für mich selber :-)</description>
	<pubDate>Wed, 29 Aug 2007 09:15:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Thinkpad Auflösung und Monitor umschalten</title>
		<link>http://nklein.net/2007/08/29/thinkpad-auflosung-und-monitor-umschalten/</link>
		<comments>http://nklein.net/2007/08/29/thinkpad-auflosung-und-monitor-umschalten/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 09:15:00 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2007/08/29/thinkpad-auflosung-und-monitor-umschalten/</guid>
		<description><![CDATA[Um die Bildschirmauflösung zu ändern den Befehl xrandr benutzen:
xrandr -s 1400x1050
Den Monitor schaltet man mit
aticonfig --enable-monitor=lvds
um. Dabei ist lvds der interne Monitor und crtl der externe Monitor (man kann auch beide angeben mit Komma getrennt).
Man kann nicht in eine höhere Auflösung umschalten, als beim Start von X eingestellt. Will man sich die Möglichkeit offen halten [...]]]></description>
			<content:encoded><![CDATA[<p>Um die Bildschirmauflösung zu ändern den Befehl xrandr benutzen:</p>
<p><code>xrandr -s 1400x1050</code></p>
<p>Den Monitor schaltet man mit</p>
<p><code>aticonfig --enable-monitor=lvds</code></p>
<p>um. Dabei ist <em>lvds</em> der interne Monitor und <em>crtl</em> der externe Monitor (man kann auch beide angeben mit Komma getrennt).</p>
<p>Man kann nicht in eine höhere Auflösung umschalten, als beim Start von X eingestellt. Will man sich die Möglichkeit offen halten kann man einen virtuellen Framebuffer mit der maximal gewünschten Größe in der xorg.conf einstellen.</p>
<p><code>SubSection "Display"<br />
Virtual   1600 1200<br />
Depth     24<br />
Modes    "1600x1200" "1400x1050" "1024x768"<br />
EndSubSection</code></p>
<p>Das ist sinnvoll, wenn man, nach dem Booten, noch einen externe Monitor anschließen will, der eine höher Auflösung unterstützt.</p>
<p>Unter /etc/acpi/events gibt es die Datei ibm-videobtn in der man ein entsprechendes Script hinterlegen kann, das ausgeführt wird, wenn der Bildschirmumschaltknopf gedrückt wird.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2007/08/29/thinkpad-auflosung-und-monitor-umschalten/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux Prozesse verwalten</title>
		<link>http://nklein.net/2007/01/05/linux-prozesse-verwalten/</link>
		<comments>http://nklein.net/2007/01/05/linux-prozesse-verwalten/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 08:04:45 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2007/01/05/linux-prozesse-verwalten/</guid>
		<description><![CDATA[In den Vordergrund mit: fg
In den Hintergrund mit: bg
Anhalten mit: Strg+Z
Beenden mit: Strg+C
]]></description>
			<content:encoded><![CDATA[<p>In den Vordergrund mit: fg</p>
<p>In den Hintergrund mit: bg</p>
<p>Anhalten mit: Strg+Z</p>
<p>Beenden mit: Strg+C</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2007/01/05/linux-prozesse-verwalten/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Suspend to disk mit ATI fglrx Treiber (Ubuntu 6.10)</title>
		<link>http://nklein.net/2006/12/13/suspend-to-disk-mit-ati-fglrx-treiber-ubuntu-610/</link>
		<comments>http://nklein.net/2006/12/13/suspend-to-disk-mit-ati-fglrx-treiber-ubuntu-610/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 14:04:07 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Thinkpad T41p]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/suspend-to-disk-mit-ati-fglrx-treiber-ubuntu-610/</guid>
		<description><![CDATA[sudo apt-get install hibernate
in /etc/hibernate/common.conf:
EnableVbetool yes
dann in Terminal:
hibernate
]]></description>
			<content:encoded><![CDATA[<p>sudo apt-get install hibernate</p>
<p>in <strong>/etc/hibernate/common.conf</strong>:</p>
<p><code>EnableVbetool yes</code></p>
<p>dann in Terminal:</p>
<p><code>hibernate</code></p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/suspend-to-disk-mit-ati-fglrx-treiber-ubuntu-610/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ATI Treiber für Thinkpad t41p</title>
		<link>http://nklein.net/2006/12/13/ati-treiber-fur-thinkpad-t41p/</link>
		<comments>http://nklein.net/2006/12/13/ati-treiber-fur-thinkpad-t41p/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 12:09:31 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Thinkpad T41p]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/ati-treiber-fur-thinkpad-t41p/</guid>
		<description><![CDATA[http://wiki.ubuntuusers.de/ATI-Grafikkarten/fglrx/Manuelle_Treiberinstallation
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.ubuntuusers.de/ATI-Grafikkarten/fglrx/Manuelle_Treiberinstallation">http://wiki.ubuntuusers.de/ATI-Grafikkarten/fglrx/Manuelle_Treiberinstallation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/ati-treiber-fur-thinkpad-t41p/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bzflag stürzt ab (Ubuntu 6.10)</title>
		<link>http://nklein.net/2006/12/13/bzflag-sturzt-ab-ubuntu-610/</link>
		<comments>http://nklein.net/2006/12/13/bzflag-sturzt-ab-ubuntu-610/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 12:00:17 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/bzflag-sturzt-ab-ubuntu-610/</guid>
		<description><![CDATA[Man benötigt libcurl3_7.15.5-1_i386.deb damit bzflag läuft.
]]></description>
			<content:encoded><![CDATA[<p>Man benötigt libcurl3_7.15.5-1_i386.deb damit bzflag läuft.</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/bzflag-sturzt-ab-ubuntu-610/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Offene Ports anzeigen (Linux)</title>
		<link>http://nklein.net/2006/12/13/offene-ports-anzeigen-linux/</link>
		<comments>http://nklein.net/2006/12/13/offene-ports-anzeigen-linux/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 11:47:14 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/offene-ports-anzeigen-linux/</guid>
		<description><![CDATA[sudo netstat -anp &#124; egrep &#8216;(Proto&#124;0.0.0.0&#124;:::)&#8217; &#124; grep -v &#8216;127.0.0.1&#8242;
lsof -i
lsof &#124;grep LISTEN
]]></description>
			<content:encoded><![CDATA[<p>sudo netstat -anp | egrep &#8216;(Proto|0.0.0.0|:::)&#8217; | grep -v &#8216;127.0.0.1&#8242;</p>
<p>lsof -i</p>
<p>lsof |grep LISTEN</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/offene-ports-anzeigen-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux acpi Kommados (Thinkpad): Bluetooth ein/aus</title>
		<link>http://nklein.net/2006/12/13/linux-acpi-kommados-thinkpad-bluetooth-einaus/</link>
		<comments>http://nklein.net/2006/12/13/linux-acpi-kommados-thinkpad-bluetooth-einaus/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 11:46:20 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Thinkpad T41p]]></category>

		<category><![CDATA[Bluetooth]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/linux-acpi-kommados-thinkpad-bluetooth-einaus/</guid>
		<description><![CDATA[sudo sh -c &#8220;echo enable> /proc/acpi/ibm/bluetooth&#8221;
sudo sh -c &#8220;echo disable> /proc/acpi/ibm/bluetooth&#8221;
]]></description>
			<content:encoded><![CDATA[<p>sudo sh -c &#8220;echo enable> /proc/acpi/ibm/bluetooth&#8221;</p>
<p>sudo sh -c &#8220;echo disable> /proc/acpi/ibm/bluetooth&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/linux-acpi-kommados-thinkpad-bluetooth-einaus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux acpi Kommados für Lautstärkeregelung (Thinkpad)</title>
		<link>http://nklein.net/2006/12/13/linux-acpi-kommados-fur-lautstarkeregelung/</link>
		<comments>http://nklein.net/2006/12/13/linux-acpi-kommados-fur-lautstarkeregelung/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 11:44:23 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[Thinkpad T41p]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/linux-acpi-kommados-fur-lautstarkeregelung/</guid>
		<description><![CDATA[sudo sh -c &#8220;echo mute> /proc/acpi/ibm/volume&#8221;
sudo sh -c &#8220;echo up> /proc/acpi/ibm/volume&#8221;
sudo sh -c &#8220;echo down> /proc/acpi/ibm/volume&#8221;
]]></description>
			<content:encoded><![CDATA[<p>sudo sh -c &#8220;echo mute> /proc/acpi/ibm/volume&#8221;</p>
<p>sudo sh -c &#8220;echo up> /proc/acpi/ibm/volume&#8221;</p>
<p>sudo sh -c &#8220;echo down> /proc/acpi/ibm/volume&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/linux-acpi-kommados-fur-lautstarkeregelung/feed/</wfw:commentRss>
		</item>
		<item>
		<title>w810i als bleutooth-maus verwenden (Ubuntu 6.10)</title>
		<link>http://nklein.net/2006/12/13/w810i-als-bleutooth-maus-verwenden-ubuntu-610/</link>
		<comments>http://nklein.net/2006/12/13/w810i-als-bleutooth-maus-verwenden-ubuntu-610/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 10:53:34 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[SE w810i]]></category>

		<category><![CDATA[Bluetooth]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/w810i-als-bleutooth-maus-verwenden-ubuntu-610/</guid>
		<description><![CDATA[Um ein SE-Handy unter Linux als Maus zu verwenden (Fernbedienungsfunktion) genügt (Adresse anpassen):
sudo hidd --connect 00:14:13:1E:5C:AA
]]></description>
			<content:encoded><![CDATA[<p>Um ein SE-Handy unter Linux als Maus zu verwenden (Fernbedienungsfunktion) genügt (Adresse anpassen):</p>
<pre>sudo hidd --connect 00:14:13:1E:5C:AA</pre>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/w810i-als-bleutooth-maus-verwenden-ubuntu-610/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SE w810i syncen mit Evolution (Tasks + Calendar)</title>
		<link>http://nklein.net/2006/12/13/se-w810i-syncen-mit-evolution-tasks-and-calendar/</link>
		<comments>http://nklein.net/2006/12/13/se-w810i-syncen-mit-evolution-tasks-and-calendar/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 10:28:37 +0000</pubDate>
		<dc:creator>nik</dc:creator>
		
		<category><![CDATA[SE w810i]]></category>

		<category><![CDATA[Bluetooth]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nklein.net/2006/12/13/se-w810i-syncen-mit-evolution-tasks-and-calendar/</guid>
		<description><![CDATA[Um Evolution mit SE-Handys zu synchronisieren, müssen die opensync-Pakete  installiert werden (für Ubuntu von http://www.in.fh-merseburg.de/~jahn/).

multisync-gui
libopensync-plugin-irmc
libopensync-plugin-evolution2
und Abhängigkeiten

Über die mulitsync-gui dann eine neue Gruppe hinzufügen. Dort dann zwei Member hinzufügen: irmc-sync und evo2-sync
Bei Settings für irmc-sync dann folgendes eingeben (Adresse anpassen):

Bei Settings für evo2-sync &#8220;No Adressbook&#8221; auswählen!
]]></description>
			<content:encoded><![CDATA[<p>Um Evolution mit SE-Handys zu synchronisieren, müssen die opensync-Pakete  installiert werden (für Ubuntu von http://www.in.fh-merseburg.de/~jahn/).</p>
<ul>
<li>multisync-gui</li>
<li>libopensync-plugin-irmc</li>
<li>libopensync-plugin-evolution2</li>
<li>und Abhängigkeiten</li>
</ul>
<p>Über die mulitsync-gui dann eine neue Gruppe hinzufügen. Dort dann zwei Member hinzufügen: irmc-sync und evo2-sync</p>
<p>Bei Settings für irmc-sync dann folgendes eingeben (Adresse anpassen):</p>
<p><a target="_blank" href="http://nklein.net/__oneclick_uploads/2006/12/bildschirmfoto-multisync-gui.jpg"><img width="128" height="94" id="image10" alt="bildschirmfoto-multisync-gui.jpg" src="http://nklein.net/__oneclick_uploads/2006/12/bildschirmfoto-multisync-gui.thumbnail.jpg" /></a></p>
<p>Bei Settings für evo2-sync &#8220;No Adressbook&#8221; auswählen!</p>
]]></content:encoded>
			<wfw:commentRss>http://nklein.net/2006/12/13/se-w810i-syncen-mit-evolution-tasks-and-calendar/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
