<?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>Nepherte (dot) be &#187; 2.26</title>
	<atom:link href="http://www.nepherte.be/tag/226/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nepherte.be</link>
	<description>About Nepherte, Mosiah and the person behind</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Power Management on Sony Vaio SZ 61</title>
		<link>http://www.nepherte.be/power-management-on-sony-vaio-sz-61/</link>
		<comments>http://www.nepherte.be/power-management-on-sony-vaio-sz-61/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:06:43 +0000</pubDate>
		<dc:creator>Nepherte</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.26]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Vaio]]></category>

		<guid isPermaLink="false">http://www.nepherte.be/?p=871</guid>
		<description><![CDATA[After upgrading to the recently released gnome power manager 2.6.26.4, suspending and hibernating my Sony Vaio SZ 61 after a period of inactivity finally works. Note that suspension and hibernation already worked as is. Linux has always lacked decent power management in comparison with Windows, but now this option finally works, it can save a [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to the recently released gnome power manager 2.6.26.4, suspending and hibernating my Sony Vaio SZ 61 after a period of inactivity finally works. Note that suspension and hibernation already worked as is. Linux has always lacked decent power management in comparison with Windows, but now this option finally works, it can save a lot of battery time while working on battery. The update also fixed the broken turning off the screen display.</p>
<p>I can easily squeeze a respectable 3 hours out of my battery with 100% brightness. This can be increased to at least 4 hours when working on a lower, but still workable brightness. I hope developers will continue to work on power management so that I can get to work 5 hours without plugging in the cord as in Windows. I believe work points are automation of powering down/off usb devices, hard disks, sound card and wireless network card, things that can be done manually in the console if you have the expertise.</p>
<p>Looking forward to the next stable gnome release 2.28 with hopefully some new power management features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nepherte.be/power-management-on-sony-vaio-sz-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Add PulseAudio to GNOME 2.26 in Arch Linux</title>
		<link>http://www.nepherte.be/howto-add-pulseaudio-to-gnome-2-26-in-arch-linux/</link>
		<comments>http://www.nepherte.be/howto-add-pulseaudio-to-gnome-2-26-in-arch-linux/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:06:46 +0000</pubDate>
		<dc:creator>Nepherte</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[2.26]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[PulseAudio]]></category>

		<guid isPermaLink="false">http://www.nepherte.be/?p=788</guid>
		<description><![CDATA[As a follow up on my article about PulseAudio in Gnome 2.26, I&#8217;ll briefly explain how you can install PulseAudio integrated with Gnome in Arch Linux. As mentioned before, the Gnome maintainer in Arch Linux has patched Gnome to the way it was before version 2.26, at least the audio part. It is however very [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up on my article about PulseAudio in Gnome 2.26, I&#8217;ll briefly explain how you can install PulseAudio integrated with Gnome in Arch Linux. As mentioned before, the Gnome maintainer in Arch Linux has patched Gnome to the way it was before version 2.26, at least the audio part. It is however very easy to undo this with ABS. I suggest you read up on ABS if you&#8217;re not familiar with it.</p>
<h5>Install &amp; configure ABS</h5>
<p>First you will need to install the The Arch Build System (ABS) and the basic development tools:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pacman <span style="color: #660033;">-Sy</span> abs base-devel</pre></div></div>

<p>Make sure the core, extra and community repository are enabled in /etc/abs.conf:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">REPOS</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span>core extra community <span style="color: #000000; font-weight: bold;">!</span>testing<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Now grab all the PKGBUILDS with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">abs</pre></div></div>

<h5>Install &amp; configure PulseAudio</h5>
<p>Install pulseaudio with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pacman <span style="color: #660033;">-S</span> pulseaudio</pre></div></div>

<p>There&#8217;s a lot to say about configuring pulseaudio, things I&#8217;m not going put here. More info on configuring pulseaudio can be found at <a href="http://wiki.archlinux.org/index.php/Pulseaudio">The Arch Wiki</a> and <a href="http://www.pulseaudio.org/wiki/PerfectSetup">The Official PulseAudio site</a>. The <em>must do</em> things are installing alsa-plugins to maintain alsa compatibility, configuring .asoundrc, adding yourself to the pulse-rt and pulse-access groups and configuring gstreamer to use pulse. I also <em>don&#8217;t</em> recommend using PulseAudio as a system-wide daemon. Just use the per-user daemon.</p>
<h5>Rebuild related Gnome packages</h5>
<p>There are a few gnome packages that need to be rebuilt against pulseaudio in this order:</p>
<ol>
<li>gnome-settings-daemon</li>
<li>gnome-applets</li>
<li>gnome-media</li>
</ol>
<p>Grab the build files from abs one at the time. They are all located under /var/abs/abs/&lt;packagename&gt;. You can build and install the package with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">makepkg <span style="color: #660033;">-si</span></pre></div></div>

<p><em>gnome-settings-daemon &#8211; </em>Remove the patch line (2nd line right after build) in the PKGBUILD.<br />
<em>gnome-applets &#8211; </em>Just needs a rebuild, no need to change anything.<br />
<em>gnome-media &#8211; </em>Add &#8211;enable-pulse to the ./configure line in the PKGBUILD.</p>
<p>That&#8217;s pretty much it. Next time you login using gnome, it will use pulseaudio. By default it adds a rather ugly volume slider to the panel (you can prevent it from starting by removing it under system &gt; preferences &gt; startup applications. You can add a better one by right clicking on the panel and adding the volume applet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nepherte.be/howto-add-pulseaudio-to-gnome-2-26-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Featuring PulseAudio in GNOME 2.26</title>
		<link>http://www.nepherte.be/featuring-pulseaudio-in-gnome-2-26/</link>
		<comments>http://www.nepherte.be/featuring-pulseaudio-in-gnome-2-26/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:42:45 +0000</pubDate>
		<dc:creator>Nepherte</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.26]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Perfect Setup]]></category>
		<category><![CDATA[PulseAudio]]></category>

		<guid isPermaLink="false">http://www.nepherte.be/?p=698</guid>
		<description><![CDATA[PulseAudio is together with the new sound applet itself, the most remarkable new feature in the recent GNOME 2.26 release. PulseAudio is a (cross-platform) networked sound server and includes many features such as software mixing of multiple audio streams. A sound server is basically a proxy for your sound applications. It allows you to do [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Official PulseAudio Homepage" href="http://www.pulseaudio.org/">PulseAudio</a> is together with the new sound applet itself, the most remarkable new feature in the recent <a title="GNOME: The Free Software Desktop Project" href="http://www.gnome.org/">GNOME</a> 2.26 release. PulseAudio is a (cross-platform) networked sound server and includes many features such as software mixing of multiple audio streams. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.</p>
<p>As a student Computer Science Engineer I very much appreciate the modular design. PulseAudio contains a lot of (module) plugins.  All audio from/to clients and audio interfaces goes through these modules. PulseAudio clients can send audio to &#8220;sinks&#8221; and receive audio from &#8220;sources&#8221;. A client can be GStreamer, xinelib, MPlayer or any other audio application. Only the device drivers/audio interfaces can be either sources or sinks (they are often hardware in- and out-puts). This diagram nicely illustrates the big picture.</p>
<p><a href="http://www.nepherte.be/wp-content/uploads/2009/04/pulseaudio-diagram.png"><img class="size-medium wp-image-716 alignleft" title="Pulseaudio Diagram" src="http://www.nepherte.be/wp-content/uploads/2009/04/pulseaudio-diagram-246x300.png" alt="Pulseaudio Diagram" width="246" height="300" /></a></p>
<p>With the integration of PulseAudio in GNOME, it will most likely become the dominant audio solution for linux. There are, unfortunately, many opposed to PulseAudio, mainly because of the poor implementation in Ubuntu Hardy Heron and Intrepid Ibex. For those interested in fixing PulseAudio on Ubuntu, I can warmly recommend <a title="HOWTO: PulseAudio Fixes &amp; System-Wide Equalizer Support" href="http://http://ubuntuforums.org/showthread.php?t=789578">this topic</a> on the ubuntuforums. While I experienced this issue firsthand,  it remains  an unjustified reason as PulseAudio is not to blame here. Hopefully the general acceptance will improve in the near future.</p>
<p>Funny thing is that of all distros it is Arch Linux that decides not to implement PulseAudio. JDG, the gnome maintainer, patched gnome to its previous state mainly because of another unjustified misconception about PulseAudio. People generally believe that PulseAudio acts like a regular daemon and that it needs to be started in order to get any sound. This is however not true. Unless you want it to act like a central system-wide sound server, the daemon will be spawned when an application tries to play sound. You can follow  the discussion of gnome 2.26 on Arch linux <a title="Gnome 2.26 Discussion" href="http://bbs.archlinux.org/viewtopic.php?id=68191">here</a>.</p>
<p>Therefore I had to rebuild a small part of gnome in order to get PulseAudio working. The packages involved were the unpatched gnome-settings-daemon, gnome-applets, gnome-media and gnome-control-center. To get every sound application working, I had to rebuild some of them with pulse support enabled as well. The result is very much worth it.</p>
<p>As you can see in the screenshots, the sound applet has received a new look. They now use a horizontal slider instead of a vertical one. In addition, they included a mute check box. Gnome continues with their tradition of minor but useful changes with this nice applet.</p>
<p><a href="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet.png"><img class="alignnone size-medium wp-image-704" title="Default Volume Applet" src="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet-300x240.png" alt="Default Volume Applet" width="300" height="240" /></a><a href="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet-per-application.png"><img class="alignnone size-medium wp-image-706" title="Default Volume Applet -  sound per application" src="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet-per-application-300x240.png" alt="Default Volume Applet -  sound per application" width="300" height="240" /></a></p>
<p>Thanks to PulseAudio, you can now also set the volume per application. You can mute for example the sound of MPlayer while  leaving mpd&#8217;s sound untouched or simply set custom volume levels for each application. You can create <a href="http://wiki.archlinux.org/index.php/Pulseaudio#Multiple_PulseAudio_ALSA_devices">volume sliders for each channel</a> as well. A welcome addition. Even more impressive is the way it graciously deals with multiple sound cards. It recognizes both my on board as my creative x-fi sound card and I can switch between them. If you want, you can<a title="Use PulseAudio to playback music on two sound cards simultaneously" href="http://www.pulseaudio.org/wiki/FAQ#CanIusePulseAudiotoplaybackmusicontwosoundcardssimultaneously"> simultaneously play sound through multiple audio cards</a> or <a title="Use PulseAudio to combine two stereo soundcards into a virtual surround sound card" href="http://www.pulseaudio.org/wiki/FAQ#CanIusePulseAudiotocombinetwostereosoundcardsintoavirtualsurroundsoundcard">map specific channels to specific sound card outputs</a> and create a so called &#8220;virtual surround sound card&#8221;. For example, use 2 outputs of sound card 1 for the front left/right channel and map the rear left/right channel to sound card 2.</p>
<p><a href="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet-multiple-soundcards.png"><img class="alignnone size-medium wp-image-705" title="Default Volume Applet - Multiple Sound Cards" src="http://www.nepherte.be/wp-content/uploads/2009/04/volume-applet-multiple-soundcards-300x240.png" alt="Default Volume Applet - Multiple Sound Cards" width="300" height="240" /></a><a href="http://www.nepherte.be/wp-content/uploads/2009/04/pulseaudio-applications.png"><img class="alignnone size-medium wp-image-724" title="Pulseaudio Applications" src="http://www.nepherte.be/wp-content/uploads/2009/04/pulseaudio-applications-300x240.png" alt="Pulseaudio Applications" width="300" height="240" /></a></p>
<p>PulseAudio comes with some optional extra applications depicted on the right most screenshot above: a volume meter, a volume manager and the pulseaudio manager. Not depicted is the device chooser where you choose the pulseaudio server, the used sink, etc&#8230;</p>
<p style="text-align: left;">In conclusion I can say PulseAudio is really worth having, giving you lots of possibilitiesn and tThe integration with GNOME is a great success.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nepherte.be/featuring-pulseaudio-in-gnome-2-26/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
