<?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>Quails home away from the nest &#187; Gnome</title>
	<atom:link href="http://quail.southernvaleslug.org/webblog/archives/category/gnome/feed" rel="self" type="application/rss+xml" />
	<link>http://quail.southernvaleslug.org/webblog</link>
	<description>The significant problems we face cannot be solved at the same level of thinking we were at when we created them - Albert Einstein</description>
	<lastBuildDate>Mon, 21 Jun 2010 00:33:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ALSA and pogo.com java games sound problems</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/90</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/90#comments</comments>
		<pubDate>Sun, 21 Sep 2008 22:51:48 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/?p=90</guid>
		<description><![CDATA[Couple weeks ago I upgraded my mothers computer from Microsoft XP to Linux Debian Lenny (testing). Everything is working except sound with pogo.com java games.  After couple weeks searching for a fix and reading ALSA documention and tinkering around.
the problematic soundcard is

$ lspci
...
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev [...]]]></description>
			<content:encoded><![CDATA[<p>Couple weeks ago I upgraded my mothers computer from Microsoft XP to Linux Debian Lenny (testing). Everything is working except sound with pogo.com java games.  After couple weeks searching for a fix and reading ALSA documention and tinkering around.</p>
<p>the problematic soundcard is</p>
<pre name="code" class="php">
$ lspci
...
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 70)
...
</pre>
<p>This is what I ended up with to get the sound to work with the pogo.com java games. First I created the <code>~/.asoundrc</code> file, and this what I added to the <code>~/.asoundrc</code> file.</p>
<pre name="code" class="php">
!defaults.pcm.card 0
defaults.ctl.card 0
defaults.pcm.device 0
defaults.pcm.subdevice -1
defaults.pcm.dmix.device defaults.pcm.device
defaults.pcm.dsnoop.device defaults.pcm.device
</pre>
<p>After saving the file we have to restart ALSA</p>
<blockquote><p>
# /etc/init.d/alsa-utils restart<br />
Shutting down ALSA&#8230;done.<br />
Setting up ALSA&#8230;done.
</p></blockquote>
<p>Note: this fix may not work for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/90/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gnome System Monitor causes Xorg to consume 100% CPU</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/78</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/78#comments</comments>
		<pubDate>Tue, 29 Apr 2008 02:58:01 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/?p=78</guid>
		<description><![CDATA[With Gnome System Monitor 2.22 under Debian testing (Lenny) I had the problem when I clicked on the Resources tab the CPU usage would got to 100% on my laptop and desktop.
Well I have been able to fix the problem on my laptop which has and Intel video card by adding Option &#8220;AccelMethod&#8221; &#8220;EXA&#8221; to [...]]]></description>
			<content:encoded><![CDATA[<p>With Gnome System Monitor 2.22 under Debian testing (Lenny) I had the problem when I clicked on the Resources tab the CPU usage would got to 100% on my laptop and desktop.</p>
<p>Well I have been able to fix the problem on my laptop which has and Intel video card by adding <strong>Option &#8220;AccelMethod&#8221; &#8220;EXA&#8221;</strong> to the Device section in my xorg.conf file.</p>
<p>Example:</p>
<pre name="code" class="html">
Section "Device"
        Identifier      "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option           "AccelMethod"  "EXA"
EndSection
</pre>
<p>When I have worked out how to fix the problem on my desktop using a Nvidia video card I will post the solution.</p>
<p>Thanks goes out to <a href="http://boberfly.com/alex/" onclick="window.open(this.href); return false">MistaED</a> for pointing out to me that this a problem with the way Cairo rendering is done.</p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/78/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TeamSpeak and Urban Terror under Linux</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/71</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/71#comments</comments>
		<pubDate>Mon, 11 Feb 2008 08:04:41 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/archives/71</guid>
		<description><![CDATA[For the people that want to run TeamSpeak and Urban Terror together on the one machine here is quick howto to stop TeamSpeak hogging the audio.
1) You need to install alsa-oss
sudo apt-get install alsa-oss
2) goto Applications => Internet, right click on TeamSpeak and add launcher to Panel or Pesktop
3) Right click on the TeamSpeak launcher [...]]]></description>
			<content:encoded><![CDATA[<p>For the people that want to run TeamSpeak and <a href="http://www.urbanterror.net/news.php" onclick="window.open(this.href); return false">Urban Terror</a> together on the one machine here is quick howto to stop TeamSpeak hogging the audio.</p>
<p>1) You need to install alsa-oss<br />
<blockquote>sudo apt-get install alsa-oss</p></blockquote>
<p>2) goto Applications => Internet, right click on TeamSpeak and add launcher to Panel or Pesktop<br />
3) Right click on the TeamSpeak launcher on Panel or Desktop and goto Properties => Launcher<br />
4) In the command section add &#8216;<code>aoss</code>&#8216; in front of &#8216;<code>teamspeak</code>&#8216;, eg &#8211; &#8216;<code>aoss teamspeak</code>&#8216;<br />
5) close the Properties window and launch TeamSpeak from your modified launcher</p>
<p>enjoy <img src='http://quail.southernvaleslug.org/webblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Notes:</strong><br />
Thanks to <a href="http://matthewv.id.au/" onclick="window.open(this.href); return false">MatthewV</a> with his help with testing <img src='http://quail.southernvaleslug.org/webblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This HowTo should work with other games but I have only tested it with <a href="http://www.urbanterror.net/news.php" onclick="window.open(this.href); return false">Urban Terror</a></p>
<p><strong>Reference:</strong><br />
<a href="https://help.ubuntu.com/community/alsa-oss" onclick="window.open(this.href); return false">Ubuntu alsa-oss</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/71/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Making Me TV for Ubuntu based system</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/58</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/58#comments</comments>
		<pubDate>Sun, 18 Nov 2007 11:45:41 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Me TV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/archives/58</guid>
		<description><![CDATA[Compiling
Firstly, there&#8217;s a bunch of development libraries and tools that need to be installed,

sudo apt-get install build-essential autotools-dev automake libxml-parser-perl pkg-config libgnome2-dev libgnomeui-dev libxtst-dev libxine-dev libxml2-dev libglade2-dev cdbs libglibmm-2.4-dev libgtkhtml3.8-dev debhelper fakeroot intltool libtool

Next, you&#8217;ll want to get the latest version of the source from the Launchpad download page. Extract the source,

tar zxvf me-tv*.tar.gz

Now, compile [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Compiling</strong><br />
Firstly, there&#8217;s a bunch of development libraries and tools that need to be installed,</p>
<blockquote><p>
sudo apt-get install build-essential autotools-dev automake libxml-parser-perl pkg-config libgnome2-dev libgnomeui-dev libxtst-dev libxine-dev libxml2-dev libglade2-dev cdbs libglibmm-2.4-dev libgtkhtml3.8-dev debhelper fakeroot intltool libtool
</p></blockquote>
<p>Next, you&#8217;ll want to get the latest version of the source from the <a href="https://launchpad.net/me-tv/+download" target="_blank">Launchpad download page</a>. Extract the source,</p>
<blockquote><p>
tar zxvf me-tv*.tar.gz
</p></blockquote>
<p>Now, compile Me TV,</p>
<blockquote><p>
cd me-tv-*<br />
./autogen.sh<br />
make
</p></blockquote>
<p>The binary should be created at <code>src/me-tv</code>. This binary alone isn&#8217;t much use without an existing installation of Me TV because it requires some files to be installed on the system. </p>
<p><strong>Building a deb package</strong><br />
If compiling works then you should be able to build the deb package,</p>
<blockquote><p>
dpkg-buildpackage -rfakeroot
</p></blockquote>
<p>This will have created the deb package for under the <code>me-tv-*</code> directory</p>
<p><strong>Installing the deb package</strong><br />
To install the deb package you created</p>
<blockquote><p>
sudo dpkg -i me-tv_*.deb
</p></blockquote>
<p><strong>References</strong><br />
<a href="http://me-tv.sf.net/" target="_blank">Official Me TV Home Page</a><br />
<a href="http://quail.southernvaleslug.org/webblog/archives/51">Me TV 0.4.0 and Ubuntu 7.10</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me TV 0.4.0 and Ubuntu 7.10</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/51</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/51#comments</comments>
		<pubDate>Sat, 27 Oct 2007 12:49:19 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Me TV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/archives/51</guid>
		<description><![CDATA[Introduction
Me TV is a digital television (DVB) viewer for GNOME.
Me TV was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre, such as MythTV, but will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
Me TV is a digital television (DVB) viewer for GNOME.</p>
<p>Me TV was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre, such as MythTV, but will integrate well with the existing GNOME desktop.</p>
<p>Features currently include:</p>
<p>* Completely mouse driven<br />
* Current and future program information<br />
* Instant Record<br />
* Double-click fullscreen<br />
* DVB-T and DVB-C support<br />
* Very simple installation and set up</p>
<p><strong>Setup</strong><br />
First off you need to download and install Me TV 0.4.0 for Ubuntu 7.10:</p>
<blockquote><p>wget https://launchpad.net/me-tv/stable/0.4/+download/me-tv_0.4.0_i386.deb</p></blockquote>
<p>then <code>cd</code> to the directory were you saved the deb and type:</p>
<blockquote><p>sudo dpkg -i me-tv_0.4.0_i386.deb</p></blockquote>
<p>Now create <code>~/.me-tv/</code> if it does not already exist:</p>
<blockquote><p>mkdir ~/.me-tv/</p></blockquote>
<p>Now to install dvd-utils to get the TV channels:</p>
<blockquote><p>sudo apt-get install dvb-utils</p></blockquote>
<p>Once dvb utils is installed we need to scan for TV channels and this is how we do that:</p>
<blockquote><p>scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/au-Adelaide > ~/.me-tv/channels.conf</p></blockquote>
<p>Note: You will have to <code>ls</code> the <code>/usr/share/doc/dvb-utils/examples/scan/dvb-t/</code> directory for your location an substitute <code>au-Adelaide</code> for your location.</p>
<p>Final step now is to launch Me TV:</p>
<blockquote><p>Applications &#8211;> Sound and Video &#8211;> Me TV</p></blockquote>
<p><strong>Screenshots of version 0.4.0</strong></p>
<p class="attachment">
<a href='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_190517_650x514.png' title='Me TV 0.4.0'><img src='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_190517_650x514.thumbnail.png' alt='Me TV 0.4.0' /></a> <a href='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191216_650x514.png' title='Me TV 0.4.0 File Menu'><img src='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191216_650x514.thumbnail.png' alt='Me TV 0.4.0 File Menu' /></a> <a href='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191322_650x514.png' title='Me TV 0.4.0 View Menu'><img src='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191322_650x514.thumbnail.png' alt='Me TV 0.4.0 View Menu' /></a> <a href='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191343_650x514.png' title='Me TV 0.4.0 Help Menu'><img src='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191343_650x514.thumbnail.png' alt='Me TV 0.4.0 Help Menu' /></a> <a href='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191520_1169x828.png' title='Me TV 0.4.0 EPG'><img src='http://quail.southernvaleslug.org/webblog/wp-content/uploads/2007/10/2007-10-27_191520_1169x828.thumbnail.png' alt='Me TV 0.4.0 EPG' /></a>
</p>
<p><strong>References</strong><br />
<a href="http://me-tv.sf.net" target="_blank">Official Me TV Home Page</a><br />
<a href="https://launchpad.net/me-tv" target="_blank">Me TV Project Website</a><br />
<a href="http://www.linuxtv.org/wiki/index.php/Main_Page" target="_blank">Linux TV Wiki</a><br />
<a href="http://www.vk2zay.net/article.php/43" target="_blank">UHF Log-Periodic Array</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/51/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>F-Spot fails to load</title>
		<link>http://quail.southernvaleslug.org/webblog/archives/43</link>
		<comments>http://quail.southernvaleslug.org/webblog/archives/43#comments</comments>
		<pubDate>Mon, 24 Sep 2007 13:07:21 +0000</pubDate>
		<dc:creator>Quail</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://quail.southernvaleslug.org/webblog/archives/43</guid>
		<description><![CDATA[With a fresh install of Ubuntu 7.04, F-Spot was failing to load from the menu and sat there using CPU cycles heavily and having to issue the following command in terminal

$ killall f-spot

After that i thought I would try run F-Spot from terminal to see what errors there was

$ f-spot

and this was the reoccurring error

Starting [...]]]></description>
			<content:encoded><![CDATA[<p>With a fresh install of Ubuntu 7.04, F-Spot was failing to load from the menu and sat there using CPU cycles heavily and having to issue the following command in terminal</p>
<blockquote><p>
$ killall f-spot
</p></blockquote>
<p>After that i thought I would try run F-Spot from terminal to see what errors there was</p>
<blockquote><p>
$ f-spot
</p></blockquote>
<p>and this was the reoccurring error</p>
<blockquote><p>
Starting new FSpot server<br />
Cant&#8217; get a connection to the dbus. Trying again&#8230;
</p></blockquote>
<p>Well I found it was very simple to fix the problem and all that has to be done is this</p>
<blockquote><p>
$ rm -rf ~/.gnome2/f-spot
</p></blockquote>
<p>After that F-Spot started up correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://quail.southernvaleslug.org/webblog/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
