<?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>Michael Monreal &#187; Linux</title>
	<atom:link href="http://blogs.gnome.org/mmonreal/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/mmonreal</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:10:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pd midi on Fedora</title>
		<link>http://blogs.gnome.org/mmonreal/2009/11/19/pd-midi-on-fedora/</link>
		<comments>http://blogs.gnome.org/mmonreal/2009/11/19/pd-midi-on-fedora/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:09:29 +0000</pubDate>
		<dc:creator>mmonreal</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mmonreal/?p=18</guid>
		<description><![CDATA[A few days ago, my girlfriend asked me to set up PureData on her Fedora 11 box. Installing Pd was easy thanks to CCRMA. Making it work &#8211; not so much&#8230;
After countless failed attempts I came up with a simple yet working setup which can be implemented in about two minutes:

install pd-extended, jack-audio-connection-kit and fluidsynth
start [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, my girlfriend asked me to set up <a href="http://puredata.info/">PureData</a> on her Fedora 11 box. Installing Pd was easy thanks to <a href="http://ccrma.stanford.edu/planetccrma/software/">CCRMA</a>. Making it work &#8211; not so much&#8230;</p>
<p>After countless failed attempts I came up with a simple yet working setup which can be implemented in about two minutes:</p>
<ol>
<li>install <em>pd-extended</em>, <em>jack-audio-connection-kit</em> and <em>fluidsynth</em></li>
<li>start JACK:<em> </em>jackd &#8211;realtime &#8211;silent -d alsa &#8211;midi-driver seq &amp;</li>
<li>start FluidSynth:<br />
fluidsynth -l -i -s -a jack -o synth.sample-rate=48000 /usr/share/soundfonts/default.sf2 &amp;</li>
<li>connect FluidSynth to ALSA:<br />
jack_connect fluidsynth:left alsa_pcm:playback_1<br />
jack_connect fluidsynth:right alsa_pcm:playback_2</li>
<li>pd -rt -jack -alsamidi -midioutdev 1</li>
</ol>
<p>I first tried to not use JACK because I thought it would clash with PulseAudio. Problem with this approach: Pd does not support PulseAudio natively and neither does FluidSynth in F11 (upstream supports it, but that is <a href="https://fedorahosted.org/fesco/ticket/265">another sad story</a>). So it&#8217;s either PCM sound or midi, but not both at the same time <img src='http://blogs.gnome.org/mmonreal/wp-content/mu-plugins/tango-smilies/tango/face-sad.png' alt=':-(' class='wp-smiley' /> </p>
<p>Fortunately, JACK turned out to work great &#8211; but for normal desktop usage, I am still very happy to have PulseAudio <img src='http://blogs.gnome.org/mmonreal/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mmonreal/2009/11/19/pd-midi-on-fedora/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009</title>
		<link>http://blogs.gnome.org/mmonreal/2009/01/20/2009/</link>
		<comments>http://blogs.gnome.org/mmonreal/2009/01/20/2009/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 10:17:14 +0000</pubDate>
		<dc:creator>mmonreal</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tango]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mmonreal/?p=8</guid>
		<description><![CDATA[It&#8217;s 2009 already, which means: time for another blog entry  
During the last months I have mostly been busy with university. Unfortunately things tend to take a bit longer than expected&#8230; But now, having only only one exam left, I took the chance to get up to speed with the latest GNOME, Linux and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s 2009 already, which means: time for another blog entry <img src='http://blogs.gnome.org/mmonreal/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>During the last months I have mostly been busy with university. Unfortunately things tend to take a bit longer than expected&#8230; But now, having only only one exam left, I took the chance to get up to speed with the latest GNOME, Linux and FOSS development.</p>
<p>The general &#8220;theme&#8221; for GNOME 2.26 seems to be getting rid of legacy dependencies like libgnome(ui) everywhere, which is very nice. Also, there&#8217;s a lot of small-but-welcome improvements here and there. Finally PulseAudio will be properly integrated into the desktop (if the remaining bugs can be fixed before the final release, it will rock). Brasero is a 1st class GNOME app now: the team has done some impressive work, just look at the level of integration they accomplished during the last development cycle!</p>
<p>While WebKit/GTK again didn&#8217;t make it into GNOME 2.26, the progress still seems to be huge and it should really &#8220;be there&#8221; for release+1. Even without it, Epiphany got some really nice improvements (woohoo bar!).</p>
<p>In other <a title="news" href="http://clarkbw.net/blog/2009/01/19/looking-at-user-experience-for-thunderbird-3/">news</a>, the coming Thunderbird will follow Firefox and provide a nice native look. I really hope the motivation to draw all the needed icons will be high in the weeks to come&#8230; <img src='http://blogs.gnome.org/mmonreal/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;m also pleased to hear that OpenOffice is finally starting a GUI revamp, even if this effort will take quite some time: every journey starts with a first step.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mmonreal/2009/01/20/2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11.0</title>
		<link>http://blogs.gnome.org/mmonreal/2008/07/07/opensuse-110/</link>
		<comments>http://blogs.gnome.org/mmonreal/2008/07/07/opensuse-110/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 19:22:15 +0000</pubDate>
		<dc:creator>mmonreal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mmonreal/2008/07/07/opensuse-110/</guid>
		<description><![CDATA[Today I received a free boxed version of openSUSE 11.0: thanks a lot, openSUSE and Novell! I&#8217;m running and experimenting with the system inside a VM for some days now actually and it really has some amazing features and polish. I will definately put this on the laptop really soon, maybe it will replace Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received a free boxed version of openSUSE 11.0: thanks a lot, openSUSE and Novell! I&#8217;m running and experimenting with the system inside a VM for some days now actually and it really has some amazing features and polish. I will definately put this on the laptop really soon, maybe it will replace Ubuntu as the main OS&#8230;</p>
<p><strong>Update:</strong> I had to modify a lot of .menu, .directory and .desktop files to get a nicer (upstream-like) menu. Can we please have this out-of-the-box in 11.1?</p>
<p><img src="http://userp.uni-koblenz.de/~monreal/blog/os11-menu.png" alt="Modified menu in oS11" /></p>
<p><strong>Update 2:</strong> The <a href="https://build.opensuse.org/" target="_blank">Build Service</a> is just incredible. I used it to create some updated bluetooth-related packages (bluez-gnome, obex-data-server, nautilus-sendto). You can find them <a href="http://tinyurl.com/6ncuqy" target="_blank">here</a>. Still not 100% satisfied with bluetooth on 11.0 though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mmonreal/2008/07/07/opensuse-110/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
