<?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>HowToBSD &#187; KDE</title>
	<atom:link href="http://howtobsd.com/tag/kde/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>NS_ERROR_FACTORY_NOT_REGISTERED (0&#215;80040154)</title>
		<link>http://howtobsd.com/solutions/virtualbox-proble.html</link>
		<comments>http://howtobsd.com/solutions/virtualbox-proble.html#comments</comments>
		<pubDate>Fri, 01 Apr 2011 12:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[problems & solutions]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=354</guid>
		<description><![CDATA[Doesn&#8217;t start VirtualBox ERROR:NS_ERROR_FACTORY_NOT_REGISTERED (0&#215;80040154) Solution: Delete folder: /tmp/.vbox-username-ipc/]]></description>
				<content:encoded><![CDATA[<p>Doesn&#8217;t start VirtualBox</p>
<p>ERROR:NS_ERROR_FACTORY_NOT_REGISTERED (0&#215;80040154)</p>
<p>Solution: Delete folder: /tmp/.vbox-username-ipc/</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/solutions/virtualbox-proble.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Install KDE4 on FreeBSD 8.1</title>
		<link>http://howtobsd.com/software/how-to-install-kde4-on-freebsd.html</link>
		<comments>http://howtobsd.com/software/how-to-install-kde4-on-freebsd.html#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=198</guid>
		<description><![CDATA[How to Install KDE4 on FreeBSD 8.1 1. Before installing you have to update ports tree: 2. Installing X.org: #cd /usr/ports/x11/xorg #make install clean create a X.org configuration file by command: #Xorg -configure and copy this file: #cp /root/xorg.conf.new /etc/X11/xorg.conf for testing Xorg: #Xorg -config xorg.conf.new -retro if installation have been completed is correct &#8211; [...]]]></description>
				<content:encoded><![CDATA[<p>How to Install KDE4 on FreeBSD 8.1</p>
<p>1. Before installing you have to <a href="http://howtobsd.com/?p=172">update ports tree</a>:<br />
2. Installing X.org:</p>
<p><code>#cd /usr/ports/x11/xorg<br />
#make install clean</code></p>
<p>create a X.org configuration file by command:<br />
<code>#Xorg -configure</code></p>
<p>and copy this file:<br />
<code>#cp /root/xorg.conf.new /etc/X11/xorg.conf</code></p>
<p>for testing Xorg:<br />
<code>#Xorg -config xorg.conf.new -retro</code></p>
<p>if installation have been completed is correct &#8211; the result of this command must be a X mouse cursor on black and gray grid.</p>
<p>3.Installing KDE4:<br />
<code>#cd /usr/ports/x11/kde4<br />
#make install clean</code></p>
<p>(ATTENTION! For compilation kde from the port will be need enough time and a lot of free disk space and in virtual part /usr &#8211; I have been used near 20Gb)<br />
In depends from your computer it it requires much time. I have been make it about one and a half days, because I decided party to installation and from time to time I have been choosing dependences. You can disable it in /etc/make.conf by string &#8220;BATCH=YES&#8221;. With this string ports will be build with default dependences.</p>
<p>When installing of KDE finish:<br />
<code>#echo “exec /usr/local/kde4/bin/startkde4” &gt; /home/username/.xinitrc</code> for running kde from command startx by user-name</p>
<p>and give command by user:<br />
<code>#startx</code></p>
<p>In my first run keyboard and mouse are didn&#8217;t works. Handbook said than I can use HAL to autodetect keyboards and mouse:<br />
<code>#echo "hald_enable=”YES”" &gt;&gt; /etc/rc.conf<br />
#reboot</code></p>
<p>In the <a href="http://howtobsd.com/?p=180">next article</a> I will tell howto enable sound cart support.</p>
<p>PS: for making Xorg and kde from the ports you need to a lot of space and time. You can install xorg and kde4 from packages:<br />
pkg_add -r or pkg_add ftp://url-package. For example :</p>
<p><code>#pkg_add ftp://ftp.ua.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/x11/xorg-7.5.tbz</code></p>
<p>or you can define environment variable PACKAGEROOT nearest mirror:</p>
<p><code>#setenv PACKAGEROOT=ftp://ftp3.ua.freebsd.org<br />
#pkg_add -r xorg-7.5.tbz </code></p>
<p>same for kde:<br />
<code>#pkg_add ftp://ftp.ua.freebsd.org/pub/FreeBSD/ports/ia64/packages-8-stable/x11/kde4-4.4.5_1.tbz</code><br />
or<br />
<code># pkg_add -r kde4-4.4.5_1.tbz</code></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/how-to-install-kde4-on-freebsd.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
