<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Linux Tricks</title>
	<link>http://www.linuxtricks.net</link>
	<description>Just another Linux weblog</description>
	<pubDate>Tue, 13 May 2008 11:14:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>Comment on Thin client notebook runs Linux by computer support specialist</title>
		<link>http://www.linuxtricks.net/index.php/archives/94/thin-client-notebook-runs-linux/#comment-226</link>
		<author>computer support specialist</author>
		<pubDate>Thu, 08 May 2008 20:30:19 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/94/thin-client-notebook-runs-linux/#comment-226</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Torvalds attacks Microsoft: show us the 235 Linux patent violations by Slot machines</title>
		<link>http://www.linuxtricks.net/index.php/archives/63/torvalds-attacks-microsoft-show-us-the-235-linux-patent-violations/#comment-225</link>
		<author>Slot machines</author>
		<pubDate>Fri, 25 Apr 2008 13:48:16 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/63/torvalds-attacks-microsoft-show-us-the-235-linux-patent-violations/#comment-225</guid>
		<description>&lt;strong&gt;Slot machines...&lt;/strong&gt;

Slot machine...</description>
		<content:encoded><![CDATA[<p><strong>Slot machines&#8230;</strong></p>
<p>Slot machine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NVIDIA GeForce 8: Linux vs. Windows by Consumer Electronics Reviews</title>
		<link>http://www.linuxtricks.net/index.php/archives/119/nvidia-geforce-8-linux-vs-windows/#comment-213</link>
		<author>Consumer Electronics Reviews</author>
		<pubDate>Tue, 16 Oct 2007 22:18:43 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/119/nvidia-geforce-8-linux-vs-windows/#comment-213</guid>
		<description>&lt;strong&gt;Consumer Electronics Reviews...&lt;/strong&gt;

I couldn't understand some parts of this article, but it sounds interesting...</description>
		<content:encoded><![CDATA[<p><strong>Consumer Electronics Reviews&#8230;</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to set up surround 5.1 audio in Linux with Alsa by Anonymous</title>
		<link>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-212</link>
		<author>Anonymous</author>
		<pubDate>Sun, 14 Oct 2007 16:45:17 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-212</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Second open Linux phone goes on sale by Silicon Valley Blog &#187; Anti iPhone or Second Linux open phone released</title>
		<link>http://www.linuxtricks.net/index.php/archives/109/second-open-linux-phone-goes-on-sale/#comment-208</link>
		<author>Silicon Valley Blog &#187; Anti iPhone or Second Linux open phone released</author>
		<pubDate>Sun, 19 Aug 2007 01:34:27 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/109/second-open-linux-phone-goes-on-sale/#comment-208</guid>
		<description>[...] The blog post on Linux Cult Mathew Hamrick&#8217;s proposal for a completely open phone Another post on Linux [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The blog post on Linux Cult Mathew Hamrick&#8217;s proposal for a completely open phone Another post on Linux [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to set up surround 5.1 audio in Linux with Alsa by Nicu</title>
		<link>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-207</link>
		<author>Nicu</author>
		<pubDate>Sat, 18 Aug 2007 12:33:43 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-207</guid>
		<description>Here for 4.0 

&lt;blockquote&gt;   
    pcm.sndcard{
    type hw
    card 0
    device 1
    channels 4
    }

    pcm.dmix4 {
    type dmix
    ipc_key 1024
    ipc_key_add_uid false
    ipc_perm 0660
    slave {
    pcm sndcard
    rate 48000
    channels 4
    period_time 0
    period_size 512
    buffer_time 0
    buffer_size 10240
    }
    }

    pcm.ch40dup {
    type route
    slave.pcm softvol
    slave.channels 4
    ttable.0.0 1
    ttable.1.1 1
    ttable.0.2 1
    ttable.1.3 1

    }

    pcm.softvol {
    type softvol
    slave {
    pcm “dmix4″
    }
    control {
    name “softMaster”
    card 0
    count 2
    }
    }

    pcm.duplex {
    type asym
    playback.pcm “ch40dup”
    capture.pcm “hw:0″
    }

    pcm.!default {
    type plug
    slave.pcm “duplex”
    }
&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>Here for 4.0 </p>
<blockquote><p>
    pcm.sndcard{<br />
    type hw<br />
    card 0<br />
    device 1<br />
    channels 4<br />
    }</p>
<p>    pcm.dmix4 {<br />
    type dmix<br />
    ipc_key 1024<br />
    ipc_key_add_uid false<br />
    ipc_perm 0660<br />
    slave {<br />
    pcm sndcard<br />
    rate 48000<br />
    channels 4<br />
    period_time 0<br />
    period_size 512<br />
    buffer_time 0<br />
    buffer_size 10240<br />
    }<br />
    }</p>
<p>    pcm.ch40dup {<br />
    type route<br />
    slave.pcm softvol<br />
    slave.channels 4<br />
    ttable.0.0 1<br />
    ttable.1.1 1<br />
    ttable.0.2 1<br />
    ttable.1.3 1</p>
<p>    }</p>
<p>    pcm.softvol {<br />
    type softvol<br />
    slave {<br />
    pcm “dmix4″<br />
    }<br />
    control {<br />
    name “softMaster”<br />
    card 0<br />
    count 2<br />
    }<br />
    }</p>
<p>    pcm.duplex {<br />
    type asym<br />
    playback.pcm “ch40dup”<br />
    capture.pcm “hw:0″<br />
    }</p>
<p>    pcm.!default {<br />
    type plug<br />
    slave.pcm “duplex”<br />
    }
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to set up surround 5.1 audio in Linux with Alsa by fabiaN</title>
		<link>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-200</link>
		<author>fabiaN</author>
		<pubDate>Thu, 02 Aug 2007 16:54:20 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/121/how-to-set-up-surround-51-audio-in-linux-with-alsa/#comment-200</guid>
		<description>Hello.
I have sound system 4.0 consist of two stereo pairs: JetBalance jb381 and Microlab Solo1 connected to my sound card Creative Live! 7.1 24bit (ca0106).
Could you publish .asoundrc file for my configuration, please? 
At that moment my sound system can play in stereo surround 4.0, but not multithreading OR can play only in one stereo pair with multithreading, BUT NOT together (multithreading and 4.0).
You are my last hope. Please, help.

P.S. Sorry for my English.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I have sound system 4.0 consist of two stereo pairs: JetBalance jb381 and Microlab Solo1 connected to my sound card Creative Live! 7.1 24bit (ca0106).<br />
Could you publish .asoundrc file for my configuration, please?<br />
At that moment my sound system can play in stereo surround 4.0, but not multithreading OR can play only in one stereo pair with multithreading, BUT NOT together (multithreading and 4.0).<br />
You are my last hope. Please, help.</p>
<p>P.S. Sorry for my English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access (K)ubuntu console with a single key by Lloeki</title>
		<link>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-192</link>
		<author>Lloeki</author>
		<pubDate>Sun, 29 Jul 2007 11:51:53 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-192</guid>
		<description>for pure gtk lightweightness + compiz/beryl friendliness you may also want to take a look at stjerm. it's a treat with gnome, xfce, or even kde desktops :)</description>
		<content:encoded><![CDATA[<p>for pure gtk lightweightness + compiz/beryl friendliness you may also want to take a look at stjerm. it&#8217;s a treat with gnome, xfce, or even kde desktops <img src='http://www.linuxtricks.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access (K)ubuntu console with a single key by Tistje</title>
		<link>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-191</link>
		<author>Tistje</author>
		<pubDate>Sun, 29 Jul 2007 09:22:57 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-191</guid>
		<description>If you are a gnome user you might be better of with tilda (http://tilda.sourceforge.net/), which is in the universe repositories.

Yakuake had a dependency for several kde packages while tilda depends on gnome packages.

Beware! Both are addictive!</description>
		<content:encoded><![CDATA[<p>If you are a gnome user you might be better of with tilda (http://tilda.sourceforge.net/), which is in the universe repositories.</p>
<p>Yakuake had a dependency for several kde packages while tilda depends on gnome packages.</p>
<p>Beware! Both are addictive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access (K)ubuntu console with a single key by Jucato</title>
		<link>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-190</link>
		<author>Jucato</author>
		<pubDate>Sun, 29 Jul 2007 09:01:28 +0000</pubDate>
		<guid>http://www.linuxtricks.net/index.php/archives/124/access-kubuntu-console-with-a-single-key/#comment-190</guid>
		<description>Just a few more tidbits about Yakuake:

1. You don't need to press another key to make Yakuake roll up/hide. There's a setting in Yakuake that will automatically roll it up when it loses focus, that is, if you click somewhere else outside of Yakuake.

2. Yakuake is themeable too! You can make/use/share Yakuake skins.

3. With version 2.8 beta, Yakuake now offers split views. You can split horizontally or vertically.

Happy Yakuake'ing! :)</description>
		<content:encoded><![CDATA[<p>Just a few more tidbits about Yakuake:</p>
<p>1. You don&#8217;t need to press another key to make Yakuake roll up/hide. There&#8217;s a setting in Yakuake that will automatically roll it up when it loses focus, that is, if you click somewhere else outside of Yakuake.</p>
<p>2. Yakuake is themeable too! You can make/use/share Yakuake skins.</p>
<p>3. With version 2.8 beta, Yakuake now offers split views. You can split horizontally or vertically.</p>
<p>Happy Yakuake&#8217;ing! <img src='http://www.linuxtricks.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
