<?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>true-binary.com</title>
	<atom:link href="http://www.true-binary.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.true-binary.com</link>
	<description>code is poetry...</description>
	<lastBuildDate>Tue, 05 Jan 2010 16:59:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>setting up a pptp debian server</title>
		<link>http://www.true-binary.com/?p=300</link>
		<comments>http://www.true-binary.com/?p=300#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:57:55 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=300</guid>
		<description><![CDATA[I&#8217;ve never done something simple like this before.
First install the package:
apt-get install pptpd
then edit the localip and remoteip in your /etc/pptpd.conf file.
and next add a user with password:
echo &#8220;USERNAME pptpd PASSWORD *&#8221; &#62;&#62; /etc/ppp/chap-secrets
and restart the pptpd server:
/etc/init.d/pptpd restart
done.
It tested it with the android (kernel: 2.6.29-TheOfficial-00479-g3c7df37) vpn client
logcat:
I/ActivityManager(  695): Start proc com.android.server.vpn:remote for service com.android.server.vpn/.VpnServiceBinder: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never done something simple like this before.</p>
<p><span style="text-decoration: underline;">First install the package:</span></p>
<blockquote><p>apt-get install pptpd</p></blockquote>
<p>then edit the localip and remoteip in your /etc/pptpd.conf file.</p>
<p><span style="text-decoration: underline;">and next add a user with password:</span></p>
<blockquote><p>echo &#8220;USERNAME pptpd PASSWORD *&#8221; &gt;&gt; /etc/ppp/chap-secrets</p></blockquote>
<p><span style="text-decoration: underline;">and restart the pptpd server:</span></p>
<blockquote><p>/etc/init.d/pptpd restart</p></blockquote>
<p>done.</p>
<p>It tested it with the android (kernel: 2.6.29-TheOfficial-00479-g3c7df37) vpn client</p>
<p><span style="text-decoration: underline;">logcat:</span></p>
<blockquote><p>I/ActivityManager(  695): Start proc com.android.server.vpn:remote for service com.android.server.vpn/.VpnServiceBinder: pid=13445 uid=1000 gids={3002, 3001, 3003}<br />
D/VpnManager(13178): succeeded to connect to VPN service<br />
D/com.android.settings.vpn.AuthenticationActor(13178): ~~~~~~ connect() succeeded!<br />
D/VpnSettings(13178): received connectivity: true-binary.com: connected? CONNECTING   err=0<br />
I/SProxy_mtpd(13445): Stop VPN daemon: mtpd<br />
D/SProxy_mtpd(13445): mtpd is stopped after 0 msec<br />
D/SProxy_mtpd(13445): stopping mtpd, success? true<br />
D/VpnService(13445):   Local IP: 188.45.67.169, if: rmnet0<br />
D/VpnService(13445):        VPN UP: down<br />
I/SProxy_mtpd(13445): Start VPN daemon: mtpd<br />
D/mtpd    (13453): Waiting for control socket<br />
D/SProxy_mtpd(13445): mtpd is running after 200 msec<br />
D/mtpd    (13453): Received 20 arguments<br />
I/mtpd    (13453): Using protocol pptp<br />
I/mtpd    (13453): Connecting to 86.33.100.93 port 1723<br />
I/SProxy_mtpd(13445): got data from control socket: 20<br />
I/mtpd    (13453): Connection established (socket = 9)<br />
D/mtpd    (13453): Sending SCCRQ<br />
D/mtpd    (13453): Received SCCRP -&gt; Sending OCRQ (local = 3740)<br />
I/mtpd    (13453): Tunnel established<br />
D/mtpd    (13453): Received OCRQ (remote = 32769)<br />
I/mtpd    (13453): Session established<br />
I/mtpd    (13453): Creating PPPoX socket<br />
I/mtpd    (13453): Starting pppd (pppox = 11)<br />
I/pppd    (13454): Using PPPoX (socket = 11)<br />
I/mtpd    (13453): Pppd started (pid = 13454)<br />
D/pppd    (13454): using channel 4<br />
I/pppd    (13454): Using interface ppp0<br />
I/pppd    (13454): Connect: ppp0 &lt;&#8211;&gt;<br />
I/pppd    (13454): MPPE 128-bit stateless compression enabled<br />
I/pppd    (13454): local  IP address 192.168.1.1<br />
I/pppd    (13454): remote IP address 192.168.0.1<br />
I/ip-up-vpn(13455): All traffic is now redirected to 192.168.0.1<br />
D/VpnService(13445): onConnected()<br />
I/VpnService(13445): save original dns prop: 194.48.139.254, 194.48.124.200<br />
I/VpnService(13445): save original suffices:<br />
D/VpnSettings(13178): received connectivity: true-binary.com: connected? CONNECTED   err=0<br />
D/VpnServiceBinder(13445):      saving states<br />
I/VpnService(13445): set vpn dns prop: ,<br />
I/VpnService(13445): VPN connectivity monitor running<br />
I/ActivityManager(  695): Process com.facebook.katana (pid 12508) has died.</p></blockquote>
<p><span style="text-decoration: underline;">and the syslog of debian (interpid kernel: 2.6.27-11) gives:</span></p>
<blockquote><p>Jan  5 17:50:16 server pptpd[8979]: CTRL: Client 188.45.67.169 control connection started<br />
Jan  5 17:50:16 server pptpd[8979]: CTRL: Starting call (launching pppd, opening GRE)<br />
Jan  5 17:50:16 server pppd[8980]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.<br />
Jan  5 17:50:16 server pppd[8980]: pppd 2.4.4 started by root, uid 0<br />
Jan  5 17:50:16 server pppd[8980]: Using interface ppp0<br />
Jan  5 17:50:16 server pppd[8980]: Connect: ppp0 &lt;&#8211;&gt; /dev/pts/1<br />
Jan  5 17:50:16 server pptpd[8979]: GRE: Bad checksum from pppd.<br />
Jan  5 17:50:17 server pppd[8980]: MPPE 128-bit stateless compression enabled<br />
Jan  5 17:50:17 server pppd[8980]: found interface eth0 for proxy arp<br />
Jan  5 17:50:17 server pppd[8980]: local  IP address 192.168.0.1<br />
Jan  5 17:50:17 server pppd[8980]: remote IP address 192.168.1.1</p></blockquote>
<p>fine <img src='http://www.true-binary.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>PS: It&#8217;s funny that my kernel on the android phone is newer than the kernel on the debian server <img src='http://www.true-binary.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=300</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running python on android</title>
		<link>http://www.true-binary.com/?p=288</link>
		<comments>http://www.true-binary.com/?p=288#comments</comments>
		<pubDate>Sat, 02 Jan 2010 14:36:28 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=288</guid>
		<description><![CDATA[hi!
I&#8217;m back &#8211; now it&#8217;s time to get some nice programs running on your android phone.
I found the python binary on the following website:  www.damonkohler.com
and here&#8217;s the binary: python2.4 binary
as you can read, there are still problems running lots of the libraries, but I think that I found a solution:
download the the standard python libraries [...]]]></description>
			<content:encoded><![CDATA[<p>hi!</p>
<p>I&#8217;m back &#8211; now it&#8217;s time to get some nice programs running on your android phone.</p>
<p>I found the python binary on the following website:  <a title="www.damonkohler.com" href="http://www.damonkohler.com/2008/12/python-on-android.html" target="_blank">www.damonkohler.com</a></p>
<p>and here&#8217;s the binary: <a href="http://www.masterdamonkohler.com/static/python2.4.rar" target="_blank">python2.4 binary</a></p>
<p>as you can read, there are still problems running lots of the libraries, but I think that I found a solution:</p>
<p>download the the standard python libraries here: <a href="http://www.true-binary.com/wp-content/uploads/2010/01/python_lib.tar">python_lib</a><br />
first mount the sdcard (home screen) and copy all the files to your /sdcard (also the python binary)</p>
<p>then umount the sdcard (home screen) and open a terminal to connect to your phone through adb (adb shell)</p>
<p>type in the following commands:</p>
<blockquote><p>su<br />
mount -o remount,rw /dev/block/mtdblock3 /system<br />
cp -R /sdcard/python2.4 /system/bin/python<br />
chmod 777 /system/bin/python<br />
export PYTHONHOME=&#8221;/sdcard/lib/python2.4/&#8221;<br />
export PYTHONPATH=&#8221;/sdcard/lib/python2.4/&#8221;<br />
mount -o remount,rw /dev/block/mtdblock3 /system<br />
python</p></blockquote>
<p><a href="http://www.true-binary.com/wp-content/uploads/2010/01/screenshot_android.png"><img class="aligncenter size-full wp-image-295" title="screenshot_android" src="http://www.true-binary.com/wp-content/uploads/2010/01/screenshot_android.png" alt="screenshot_android" width="480" height="320" /></a></p>
<p>and you are done <img src='http://www.true-binary.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>##UPDATE:</p>
<p>If you want to permanently add the global vars just edit your init.rc and add the following vars under &#8220;# setup the global environment&#8221;</p>
<blockquote><p>export PYTHONHOME=”/sdcard/lib/python2.4/”<br />
export PYTHONPATH=”/sdcard/lib/python2.4/”</p></blockquote>
<p>PS: don&#8217;t forget to remount the rootfs before editing the init.rc (mount -o remount,rw rootfs /)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=288</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>revers caller lookup for android in austria #update</title>
		<link>http://www.true-binary.com/?p=253</link>
		<comments>http://www.true-binary.com/?p=253#comments</comments>
		<pubDate>Tue, 28 Jul 2009 06:00:52 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openmoko]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[call lookup]]></category>
		<category><![CDATA[caller lookup android]]></category>
		<category><![CDATA[incoming call lookup austria]]></category>
		<category><![CDATA[incoming call lookup österreich]]></category>
		<category><![CDATA[lookup incoming call austria]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=253</guid>
		<description><![CDATA[I found a nice and also free application on the android market called &#8220;Lookup Incoming Call&#8221;
It currently supports a lookup for:

Sweden (Hitta.se)
whitepages.com (US)
GoYellow.de (DE)

and it also supports a custom lookup!
so i decided to program a little script to lookup phone numbers in Austria.
After two days of coding (python) it&#8217;s finished.
just add this URL to your [...]]]></description>
			<content:encoded><![CDATA[<p>I found a nice and also free application on the android market called &#8220;<a title="Lookup Incoming Call" href="http://joppefan.net/page2/page2.html" target="_blank">Lookup Incoming Call</a>&#8221;</p>
<p>It currently supports a lookup for:</p>
<ul>
<li>Sweden (Hitta.se)</li>
<li>whitepages.com (US)</li>
<li>GoYellow.de (DE)</li>
</ul>
<p>and it also supports a <strong>custom lookup</strong>!</p>
<p>so i decided to program a little script to lookup phone numbers in <strong>Austria</strong>.</p>
<p>After two days of coding (python) it&#8217;s finished.</p>
<p>just add this URL to your custom provider:</p>
<blockquote><p>http://server.true-binary.com/_lookup/index.py/get_info?number=P</p></blockquote>
<p>and you are done.</p>
<p>It will show you the name and the street of the caller.</p>
<p>for example:</p>
<blockquote><p>Max Mustermann &#8211; Home Street 6a</p></blockquote>
<p>if anything is missing, tell me.</p>
<p>cheerio, chaos</p>
<p>################################</p>
<h3><em><strong>#1 UPDATE:</strong></em></h3>
<p>added support for two more countries:</p>
<ul>
<li>GERMANY</li>
<li>SWITZERLAND</li>
</ul>
<p>################################</p>
<h3><em><strong><em><strong>#2 UPDATE:</strong></em></strong></em></h3>
<p>Because of DNS problems the server was unreachable for a few days.</p>
<p>It should work again on July, 28, 2009 18:00 (GMT+2)<em><strong><br />
</strong></em></p>
<p>################################</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=253</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>tmobile g1 german keyboard layout qwertz</title>
		<link>http://www.true-binary.com/?p=270</link>
		<comments>http://www.true-binary.com/?p=270#comments</comments>
		<pubDate>Tue, 07 Jul 2009 08:33:45 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[g1]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[change keyboard layout g1 qwertz]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=270</guid>
		<description><![CDATA[hi guys!
yesterday i updated my phone to the HERO image.
nice design, but veeery slow!
and i had one BIG problem: the physical keyboard layout was QWERTY
so how to change it back to QWERTZ? Here&#8217;s the answer:
download the keyboard file and copy it to the /sdcard :
trout-keypad-v3.kcm.zip
and open the terminal emulator on the phone, or thru adb:

su
mount [...]]]></description>
			<content:encoded><![CDATA[<p>hi guys!</p>
<p>yesterday i updated my phone to the HERO image.</p>
<p>nice design, but veeery slow!</p>
<p>and i had one BIG problem: the physical keyboard layout was QWERTY</p>
<p>so how to change it back to QWERTZ? Here&#8217;s the answer:</p>
<p>download the keyboard file and copy it to the /sdcard :</p>
<blockquote><p><a href="http://www.true-binary.com/wp-content/uploads/2009/07/trout-keypad-v3kcm.zip">trout-keypad-v3.kcm.zip</a></p></blockquote>
<p>and open the terminal emulator on the phone, or thru adb:</p>
<blockquote>
<pre><font size=1>su
mount -o remount,rw /dev/block/mtdblock3 /system
cd /system/usr/keychars/
dd if=/sdcard/trout-keypad-v3.kcm.bin of=trout-keypad-v3.kcm.bin
mount -o remount,rw /dev/block/mtdblock3 /system</font></pre>
</blockquote>
<p>and you are done!</p>
<p>cheerio, chaos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=270</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>trip to lazise</title>
		<link>http://www.true-binary.com/?p=264</link>
		<comments>http://www.true-binary.com/?p=264#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:53:49 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=264</guid>
		<description><![CDATA[hell yeah, I&#8217;m back from a little trip to italy
* it was hot
* it was nice
* too much to drink
but a great &#8220;holiday&#8221;
so wanted to make some nice pics, but I&#8217;ve forgotten my cam at home, so my g1 tryed to make it:

cheerio &#38; stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>hell yeah, I&#8217;m back from a little trip to italy</p>
<p>* it was hot</p>
<p>* it was nice</p>
<p>* too much to drink</p>
<p>but a great &#8220;holiday&#8221;</p>
<p>so wanted to make some nice pics, but I&#8217;ve forgotten my cam at home, so my g1 tryed to make it:</p>
<p><a href="http://www.true-binary.com/wp-content/uploads/2009/06/2009-06-11-205537.jpg"><img class="aligncenter size-medium wp-image-265" title="2009-06-11-205537" src="http://www.true-binary.com/wp-content/uploads/2009/06/2009-06-11-205537-225x300.jpg" alt="2009-06-11-205537" width="225" height="300" /></a></p>
<p>cheerio &amp; stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=264</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>night of the jumps</title>
		<link>http://www.true-binary.com/?p=252</link>
		<comments>http://www.true-binary.com/?p=252#comments</comments>
		<pubDate>Sat, 18 Apr 2009 18:57:12 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=252</guid>
		<description><![CDATA[
drunken at night of the jumps
do ya see him flying?
]]></description>
			<content:encoded><![CDATA[<p><img  alt="image" height="240" width="320" src="http://www.true-binary.com/wp-content/uploads/2009/04/wpid-1240080929492.jpg"/></p>
<p>drunken at night of the jumps</p>
<p>do ya see him flying?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nvidia tv out on debian (ubuntu &#8211; linux)</title>
		<link>http://www.true-binary.com/?p=231</link>
		<comments>http://www.true-binary.com/?p=231#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:46:05 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[data-flows]]></category>
		<category><![CDATA[desktops]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bild flackert tv out]]></category>
		<category><![CDATA[linux tv out]]></category>
		<category><![CDATA[nvidia tv out linux]]></category>
		<category><![CDATA[nvidia tv out xorg]]></category>
		<category><![CDATA[nvidia tv out xorg.conf]]></category>
		<category><![CDATA[tv out debian]]></category>
		<category><![CDATA[tv out ubuntu]]></category>
		<category><![CDATA[tv out xorg]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=231</guid>
		<description><![CDATA[I have tryed a long time to get a video singal out of my nVidia GeForce 8600 GT (rev a1) and finally it works.
I use a 10 meter S-VHS cable to my sony bravia 40&#8243; 16:9 flat screen
here&#8217;s the lspci:
05:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)
And here&#8217;s my xorg.conf:
Section &#8220;ServerLayout&#8221;
Identifier     &#8220;Layout0&#8243;
Screen      [...]]]></description>
			<content:encoded><![CDATA[<p>I have tryed a long time to get a video singal out of my nVidia GeForce 8600 GT (rev a1) and finally it works.</p>
<p>I use a 10 meter S-VHS cable to my sony bravia 40&#8243; 16:9 flat screen</p>
<p>here&#8217;s the lspci:</p>
<blockquote><p>05:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)</p></blockquote>
<p>And here&#8217;s my <a rel="attachment wp-att-239" href="http://www.true-binary.com/?attachment_id=239"></a><a href="http://www.true-binary.com/wp-content/uploads/2009/04/xorg.conf">xorg.conf</a>:</p>
<blockquote><p><em>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Layout0&#8243;<br />
Screen      0  &#8220;Screen0&#8243; 0 0<br />
Screen      1  &#8220;Screen1&#8243; RightOf &#8220;Screen0&#8243;<br />
InputDevice    &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />
InputDevice    &#8220;Mouse0&#8243; &#8220;CorePointer&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;Files&#8221;<br />
RgbPath         &#8220;/usr/X11R6/lib/X11/rgb&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;Module&#8221;<br />
Load           &#8220;dbe&#8221;<br />
Load           &#8220;extmod&#8221;<br />
Load           &#8220;type1&#8243;<br />
Load           &#8220;freetype&#8221;<br />
Load           &#8220;glx&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;ServerFlags&#8221;<br />
Option         &#8220;Xinerama&#8221; &#8220;0&#8243;<br />
EndSection</em></p>
<p><em>Section &#8220;InputDevice&#8221;</em></p>
<p><em># generated from default<br />
Identifier     &#8220;Mouse0&#8243;<br />
Driver         &#8220;mouse&#8221;<br />
Option         &#8220;Protocol&#8221; &#8220;auto&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/psaux&#8221;<br />
Option         &#8220;Emulate3Buttons&#8221; &#8220;no&#8221;<br />
Option         &#8220;ZAxisMapping&#8221; &#8220;4 5&#8243;<br />
EndSection</em></p>
<p><em>Section &#8220;InputDevice&#8221;</em></p>
<p><em># generated from default<br />
Identifier     &#8220;Keyboard0&#8243;<br />
Driver         &#8220;kbd&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;Monitor0&#8243;<br />
VendorName     &#8220;Unknown&#8221;<br />
ModelName      &#8220;LG L1970HR&#8221;<br />
HorizSync       30.0 &#8211; 83.0<br />
VertRefresh     56.0 &#8211; 75.0<br />
Option         &#8220;DPMS&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;Monitor1&#8243;<br />
VendorName     &#8220;Unknown&#8221;<br />
ModelName      &#8220;TV-0&#8243;<br />
HorizSync       28.0 &#8211; 33.0<br />
VertRefresh     43.0 &#8211; 72.0<br />
EndSection</em></p>
<p><em>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Device0&#8243;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA Corporation&#8221;<br />
EndSection</em></p>
<p><em>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Videocard0&#8243;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA Corporation&#8221;<br />
BoardName      &#8220;GeForce 8600 GT&#8221;<br />
BusID          &#8220;PCI:5:0:0&#8243;<br />
Screen          0<br />
EndSection</em></p>
<p><em>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Videocard1&#8243;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA Corporation&#8221;<br />
BoardName      &#8220;GeForce 8600 GT&#8221;<br />
BusID          &#8220;PCI:5:0:0&#8243;<br />
Screen          1<br />
EndSection</em></p>
<p><em>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Screen0&#8243;<br />
Device         &#8220;Videocard0&#8243;<br />
Monitor        &#8220;Monitor0&#8243;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221; &#8220;0&#8243;<br />
Option         &#8220;TwinViewXineramaInfoOrder&#8221; &#8220;CRT-0&#8243;<br />
Option         &#8220;metamodes&#8221; &#8220;CRT: nvidia-auto-select +0+0&#8243;<br />
Option         &#8220;TVStandard&#8221; &#8220;PAL-B&#8221;<br />
Option         &#8220;TVOutFormat&#8221; &#8220;SVIDEO&#8221;<br />
SubSection     &#8220;Display&#8221;<br />
Depth       24<br />
EndSubSection<br />
EndSection</em></p>
<p><em>Section &#8220;Screen&#8221;</em></p>
<p><em># Removed Option &#8220;metamodes&#8221; &#8220;TV: nvidia-auto-select +0+0&#8243;<br />
# Removed Option &#8220;metamodes&#8221; &#8220;TV: nvidia-auto-select @1440&#215;900 +0+0&#8243;<br />
# Removed Option &#8220;metamodes&#8221; &#8220;TV: nvidia-auto-select @1440&#215;900 +0+0; TV: nvidia-auto-select @1440&#215;900 +0+0&#8243;<br />
Identifier     &#8220;Screen1&#8243;<br />
Device         &#8220;Videocard1&#8243;<br />
Monitor        &#8220;Monitor1&#8243;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221; &#8220;0&#8243;<br />
Option         &#8220;metamodes&#8221; &#8220;TV: 1440&#215;900 +0+0&#8243;<br />
Option         &#8220;TVStandard&#8221; &#8220;PAL-B&#8221;<br />
Option         &#8220;TVOutFormat&#8221; &#8220;SVIDEO&#8221;<br />
SubSection     &#8220;Display&#8221;<br />
Depth       24<br />
EndSubSection<br />
EndSection</em></p></blockquote>
<p>Two lines are very important:</p>
<blockquote><p><em> Option         &#8220;TVStandard&#8221; &#8220;PAL-B&#8221;<br />
Option         &#8220;TVOutFormat&#8221; &#8220;SVIDEO&#8221;</em></p></blockquote>
<p>If these options aren&#8217;t set the picture will flicker.</p>
<p>OK, now restart your X server and there should be a signal on the line.</p>
<p>Now the next question was how to get any application on tv out?</p>
<p>Here&#8217;s the answer:</p>
<blockquote><p>DISPLAY=:0.1 &#8216;command&#8217;</p></blockquote>
<p>for example:</p>
<blockquote><p>DISPLAY=:0.1 vlc /home/user/video.mp4</p></blockquote>
<p>have fun, cheerio &#8211; chaos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>new theme</title>
		<link>http://www.true-binary.com/?p=228</link>
		<comments>http://www.true-binary.com/?p=228#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:53:30 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[site-news]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=228</guid>
		<description><![CDATA[hi guys!
As I heared from some users, the old theme couldn&#8217;t be shown correctly with some user agents.
So i decided to take another theme. I found this one out on the web and changed it a little bit  
I hope this template fits better in your browser!
cheers, chaos
]]></description>
			<content:encoded><![CDATA[<p>hi guys!</p>
<p>As I heared from some users, the old theme couldn&#8217;t be shown correctly with some user agents.</p>
<p>So i decided to take another theme. I found this one out on the web and changed it a little bit <img src='http://www.true-binary.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I hope this template fits better in your browser!</p>
<p>cheers, chaos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=228</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eeepc 701 &#8211; ubuntu 8.10 wlan</title>
		<link>http://www.true-binary.com/?p=226</link>
		<comments>http://www.true-binary.com/?p=226#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:16:25 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[eeepc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[eeepc wlan ubuntu]]></category>
		<category><![CDATA[eepc ubuntu wlan problem]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=226</guid>
		<description><![CDATA[hi guys!
 
If your atheros chip can&#8217;t be detectet here&#8217;s a little howto enable it:
adding the repository:
 echo &#8220;deb http://archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse&#8221; &#62;&#62; /etc/apt/sources.list
 
now update aptitude and install the modules:
apt-get update &#38;&#38; aptitude install linux-backports-modules-intrepid
 
last step is to add the modules to the startup:
echo &#8220;blacklist ath_pci&#8221; &#62;&#62; /etc/modprobe.d/blacklist
 
reboot and you&#8217;re done!
 
now your should look like [...]]]></description>
			<content:encoded><![CDATA[<p>hi guys!</p>
<p> </p>
<p>If your atheros chip can&#8217;t be detectet here&#8217;s a little howto enable it:</p>
<p>adding the repository:</p>
<blockquote><p> echo &#8220;deb http://archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse&#8221; &gt;&gt; /etc/apt/sources.list</p></blockquote>
<p> </p>
<p>now update aptitude and install the modules:</p>
<blockquote><p>apt-get update &amp;&amp; aptitude install linux-backports-modules-intrepid</p></blockquote>
<p> </p>
<p>last step is to add the modules to the startup:</p>
<blockquote><p>echo &#8220;blacklist ath_pci&#8221; &gt;&gt; /etc/modprobe.d/blacklist</p></blockquote>
<p> </p>
<p>reboot and you&#8217;re done!</p>
<p> </p>
<p>now your should look like this:</p>
<blockquote><p>root@hades:~# iwconfig<br />
lo        no wireless extensions.</p>
<p>eth0      no wireless extensions.</p>
<p>wmaster0  no wireless extensions.</p>
<p>wlan0     IEEE 802.11bg  ESSID:&#8221;"<br />
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated<br />
          Tx-Power=27 dBm<br />
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B<br />
          Encryption key:off<br />
          Power Management:off<br />
          Link Quality:0  Signal level:0  Noise level:0<br />
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br />
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0<br />
 </p></blockquote>
<p>cheers, chaos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>got my tmobile g1 &#8211; hacked &#8211; hardspl &#8211; adp1.1 &#8211; debian and a test</title>
		<link>http://www.true-binary.com/?p=223</link>
		<comments>http://www.true-binary.com/?p=223#comments</comments>
		<pubDate>Tue, 03 Mar 2009 23:27:41 +0000</pubDate>
		<dc:creator>chaos</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.true-binary.com/?p=223</guid>
		<description><![CDATA[
hi guys!
as you can read in the title, I finally got g1 my g1.
I&#8217;m just testing the wordpress client and it looks very nice  
and here&#8217;s a picture, just for testing &#8230;
cheerio, chaos
]]></description>
			<content:encoded><![CDATA[<p><img  alt="image" height="320" width="240" src="http://www.true-binary.com/wp-content/uploads/2009/03/wpid-1236122740429.jpg"/></p>
<p>hi guys!</p>
<p>as you can read in the title, I finally got g1 my g1.</p>
<p>I&#8217;m just testing the wordpress client and it looks very nice <img src='http://www.true-binary.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>and here&#8217;s a picture, just for testing &#8230;</p>
<p>cheerio, chaos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.true-binary.com/?feed=rss2&amp;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
