<?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>BiggieStylin &#187; Gentoo</title>
	<atom:link href="http://blog.php-oop.net/archives/category/computers/linux/gentoo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.php-oop.net</link>
	<description>The way Eric Gach does blogging.</description>
	<lastBuildDate>Mon, 19 Jul 2010 04:07:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Gnome and Totem &#8230; previews and codecs</title>
		<link>http://blog.php-oop.net/archives/62</link>
		<comments>http://blog.php-oop.net/archives/62#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:41:53 +0000</pubDate>
		<dc:creator>BigE</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[Totem]]></category>

		<guid isPermaLink="false">http://blog.php-oop.net/?p=62</guid>
		<description><![CDATA[So I just installed Gentoo again because I miss being in linux. I am running amd64, so the first problem I had with totem is that it wouldn&#8217;t create thumbnails or play certian video files due to missing codecs. Some of codecs I was missing was MPEG-4 and some of the WMV codecs. If you&#8217;ve]]></description>
			<content:encoded><![CDATA[<p>So I just installed Gentoo again because I miss being in linux. I am running amd64, so the first problem I had with totem is that it wouldn&#8217;t create thumbnails or play certian video files due to missing codecs. Some of codecs I was missing was MPEG-4 and some of the WMV codecs. If you&#8217;ve ever used the x86 branch, you know that by enabling win32codecs, you can get all of the neccisary codecs installed. Of course, this doesn&#8217;t work in the amd64 branch, but after a bit of googling, I tried installing gstreamer-plugins-ffmpeg. Once I got that installed, thumbnails started showing up and videos started playing just fine. If you don&#8217;t really like totem, I can&#8217;t say I blame you, there&#8217;s also VLC which with the proper use flags works fine as well for watching videos.</p>
<p>Another issue I came across was when I was browsing around some files and realized that Nautalis wasn&#8217;t displaying thumbnails for .flv files. I remember coming across this a long time ago and never finding a solution for the problem, but today things have changed. One thing you will need is gstreamer-plugins-ffmpeg installed. From what I understand <a href="http://bugs.archlinux.org/task/10802" target="_blank">here</a>, thumbnails don&#8217;t show up due to Totem not getting the right mime type for FLV files. The comments mention that this is fixed in Totem 2.23.4, but amd64 only has 2.22.2. You&#8217;ve probably already noticed the XML file on the link, but I couldn&#8217;t make it work in its current format. So, I recreated the file using a format that worked fine for me. To load the file into your configuration just run the command `gconftool-2 &#8211;load flv_thumbnailerschema.xml`. Once I ran that command, I refreshed a directory with .flv files and saw thumbnails. YAY!</p>
<p>Here&#8217;s the download link for the XML file: <a href="http://blog.php-oop.net/wp-content/uploads/2008/12/flv_thumbnailerschema.xml">flv_thumbnailerschema.xml</a></p>
<p>Anyway, I hope all of this has helped someone out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/62/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Totem and GStreamer properties</title>
		<link>http://blog.php-oop.net/archives/39</link>
		<comments>http://blog.php-oop.net/archives/39#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:33:07 +0000</pubDate>
		<dc:creator>BigE</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.php-oop.net/?p=39</guid>
		<description><![CDATA[Recently I was trying to watch a DVD on my laptop. I&#8217;m running compiz-fusion with my ati-drivers, and had a problem with the video showing up. I kept getting a blank screen with a few frames showing up once in a while. I fixed this issue in vlc by setting my video output to x11.]]></description>
			<content:encoded><![CDATA[<p>Recently I was trying to watch a DVD on my laptop. I&#8217;m running compiz-fusion with my ati-drivers, and had a problem with the video showing up. I kept getting a blank screen with a few frames showing up once in a while. I fixed this issue in vlc by setting my video output to x11. I use Gnome for my desktop, and by default, it uses totem as its media player. I tried everything I could think of to find a way to change the backend settings for totem which uses gstreamer.</p>
<p>Finally, after some google searching, I found the solution. gstreamer comes with a configuration tool to change the audio and video settings. It&#8217;s called <strong>gstreamer-properties</strong> who would have thought? After running this I changed the video settings to use X11 for gstreamer as well, opened up totem and the DVD played fine! Just thought I&#8217;d share this little tidbit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/39/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Player Issues</title>
		<link>http://blog.php-oop.net/archives/37</link>
		<comments>http://blog.php-oop.net/archives/37#comments</comments>
		<pubDate>Thu, 31 Jul 2008 19:00:58 +0000</pubDate>
		<dc:creator>BigE</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare Player]]></category>

		<guid isPermaLink="false">http://blog.php-oop.net/?p=37</guid>
		<description><![CDATA[Recently I just converted my desktop back to linux, and of course, I&#8217;m using Gentoo. I&#8217;ve still got Windows so I can dual boot, but there&#8217;s just times when it isn&#8217;t practical to dual boot&#8230; so I&#8217;ve come up with another solution. I&#8217;ve installed VMWare Player and created a virtual machine to install Windows XP]]></description>
			<content:encoded><![CDATA[<p>Recently I just converted my desktop back to linux, and of course, I&#8217;m using Gentoo. I&#8217;ve still got Windows so I can dual boot, but there&#8217;s just times when it isn&#8217;t practical to dual boot&#8230; so I&#8217;ve come up with another solution. I&#8217;ve installed VMWare Player and created a virtual machine to install Windows XP onto.</p>
<p>Once I got VMWare Player installed, I ran into a few issues. My first issue was that it was unable to find a specific symbol&#8230; this was in relation to recompiling dev-cpp/gtkmm with the use flag &#8220;accessibility&#8221;. Once that is rebuilt you also need to rebuild x11-libs/libsexy, dev-cpp/libsexymm and x11-libs/libview. Once those are rebuilt, the error about the missing symbol went away, then it was on to a whole new error message.</p>
<p>The next error message seems to come only when dbus is enabled<br />
<code><br />
process 29624: Attempt to remove filter function 0x7f481078f444 user data 0x7a5490, but no such filter has been added<br />
  D-Bus not built with -rdynamic so unable to print a backtrace<br />
</code><br />
Now I searched far and wide for this, and the only solution I found for a while was just to disable dbus completely. I didn&#8217;t want to do this because I&#8217;ve got a few programs that are using dbus. After searching more, I found something else. Finally, a <a href="http://bugs.gentoo.org/206468">Gentoo Bug</a> that tells me what&#8217;s wrong! It appears by the <a href="http://bugs.gentoo.org/206468">bug report</a> that if you have dbus running, you <strong>must</strong> also have hald running. Once I started up hald, vmplayer has worked perfectly.</p>
<p>Hopefully this will help someone and save them from pulling their hair out unlike I did. <img src='http://blog.php-oop.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo stage1 install &amp; ccache</title>
		<link>http://blog.php-oop.net/archives/14</link>
		<comments>http://blog.php-oop.net/archives/14#comments</comments>
		<pubDate>Thu, 01 Nov 2007 17:17:06 +0000</pubDate>
		<dc:creator>BigE</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://erics.seksibody.com/archives/14</guid>
		<description><![CDATA[Today I was trying to get Gentoo installed on my desktop from a stage1. I wanted the ccache feature enabled, but kept getting errors like the compiler couldn&#8217;t create executables and such. I went and did a little digging in the Gentoo forums but ended up finding nothing. It then dawned on me what was]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to get Gentoo installed on my desktop from a stage1. I wanted the ccache feature enabled, but kept getting errors like the compiler couldn&#8217;t create executables and such. I went and did a little digging in the <a href="http://forums.gentoo.org">Gentoo forums</a> but ended up finding nothing. It then dawned on me what was wrong after retrying without ccache.</p>
<p>When you first emerge ccache, it automatically creates symlinks to itself for your CHOST setting. That means that in /usr/lib/ccache/bin I had i686-pc-linux-gnu-gcc symlinks to ccache. That&#8217;s why compiles were failing, the compiler didn&#8217;t exist on my system, but ccache was trying to use it like it did. The simple solution was to run:<br />
<code>ccache-config --remove-links i686-pc-linux-gnu</code><br />
After using this, things were compiling again using ccache. I do want to note that after sys-devel/gcc emerges during bootstrapping, you&#8217;ll loose ccache because it will now use the new i686-pc-linux-gnu-gcc compiler instead of ccache. All I did to fix this was pause my bootstrap using Ctrl+Z, then type the command<br />
<code>ccache-config --install-links i686-pc-linux-gnu</code><br />
and then typed in %1 to resume the boostrap job I just paused. I can&#8217;t prove that this made it use ccache again, but it eased my mind.</p>
<p>So, to sum it up, if you want ccache when compiling from a stage one, you <strong>must</strong> use<br />
<code>ccache-config --remove-links i686-pc-linux-gnu</code><br />
first, then<br />
<code>ccache-config --install-links i686-pc-linux-gnu</code><br />
after sys-devel/gcc has emerged to make sure ccache works with your new compiler. Hope that helps someone out there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/14/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
