<?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; X11</title>
	<atom:link href="http://howtobsd.com/tag/x11/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>RapidSVN &#8211; gui svn client for FreeBSD</title>
		<link>http://howtobsd.com/software/rapidsvn-gui-svn-client-for-freebsd.html</link>
		<comments>http://howtobsd.com/software/rapidsvn-gui-svn-client-for-freebsd.html#comments</comments>
		<pubDate>Sun, 26 Dec 2010 18:44:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=302</guid>
		<description><![CDATA[Everybody who worked with svn knows fine svn client for windows TortoiseSVN. But what are we have similar for the linux (especially for FreeBSD). &#8220;True&#8221;-developers will say &#8220;I use console svn client and don&#8217;t want anything else&#8221; and will be right. Although many users wants user-friendly interface. So, today I want introduce you svn client [...]]]></description>
				<content:encoded><![CDATA[<p>Everybody who worked with svn knows fine svn client for windows TortoiseSVN.   But what are we have similar for the linux (especially for FreeBSD).<br />
&#8220;True&#8221;-developers will say &#8220;I use console svn client and don&#8217;t want anything else&#8221; and will be right. Although many users wants user-friendly  interface.<br />
So, today I want introduce you svn client for FreeBSD &#8211; RapidSVN.</p>
<p>Install:</p>
<p><code>#cd /usr/ports/devel/rapidsvn<br />
#make install clean<br />
</code><br />
after that checkout your work copy from repository and enjoy.<br />
I very need the suitable diff in svn client. RapidSVN doesn&#8217;t include diff tool but we can choose external program.<br />
install diff tool for FreeBSD &#8211; dirdiff:<br />
<code>#cd /usr/ports/sysutils/dirdiff<br />
#make install clean<br />
</code><br />
and put location in settings of Rapidsvn(Settings->Programs->Diff Tool ):<br />
/usr/local/bin/dirdiff</p>
<p>If you know any better svn client for FreeBSD I will glad to learn it of from yours comments. </p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/rapidsvn-gui-svn-client-for-freebsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install skype on FreeBSD 8.1</title>
		<link>http://howtobsd.com/software/how-to-install-skype-on-freebsd.html</link>
		<comments>http://howtobsd.com/software/how-to-install-skype-on-freebsd.html#comments</comments>
		<pubDate>Wed, 03 Nov 2010 20:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=272</guid>
		<description><![CDATA[The problem with installing skype on FreeBSD: /usr/ports/net/skype12/ &#8211; installing, but doesn&#8217;t work. /usr/ports/net/skype/ - doesn&#8217;t installing: #cd  /usr/ports/net/skype/ #make install clean ===&#62; skype-2.0.0.72,1 is marked as broken: This is the last version of skype that works on FreeBSD, but the distfile is no longer available from the vendor, and won't be in the future. [...]]]></description>
				<content:encoded><![CDATA[<p>The problem with installing skype on FreeBSD:</p>
<p><strong>/usr/ports/net/skype12/</strong> &#8211; installing, but doesn&#8217;t work.</p>
<p><strong>/usr/ports/net/skype/ </strong>- doesn&#8217;t installing:</p>
<p><code>#cd  /usr/ports/net/skype/<br />
#make install clean<br />
===&gt;  skype-2.0.0.72,1 is marked as broken: This is the last version of skype that works on FreeBSD, but the distfile is no longer available from the vendor, and won't be in the future. We are working on alternative solutions..<br />
*** Error code 1<br />
Stop in /usr/ports/net/skype.</code></p>
<p><strong>Solution: </strong></p>
<p><strong>Download file <a href="http://howtobsd.com/wp-content/uploads/2010/11/skype_static-2.0.0.72-oss.tar.bz2">skype_static-2.0.0.72-oss.tar.bz2</a></strong> into /usr/ports/distrfiles</p>
<p>comment string 26 in the /usr/ports/net/skype/Makefile:</p>
<p>&#8220;BROKEN=     This is the last version of skype that works on FreeBSD, but the distfile is no longer available from the vendor, and won&#8217;t      be in the future. We are working on alternative solutions.&#8221;</p>
<p>after that try make it again:</p>
<p><code>#cd  /usr/ports/net/skype/<br />
#make install clean<br />
#rehash<br />
#skype</code></p>
<p>Congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/how-to-install-skype-on-freebsd.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Setting up wireless on FreeBSD laptop</title>
		<link>http://howtobsd.com/hardware/wi-fi-on-freebsd.html</link>
		<comments>http://howtobsd.com/hardware/wi-fi-on-freebsd.html#comments</comments>
		<pubDate>Fri, 22 Oct 2010 22:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=186</guid>
		<description><![CDATA[Identify installed wi-fi adapter: hostobsd#pciconf -lv &#124;grep Wireless device = 'Intel 3945ABG Wireless LAN controller (10208086)' find device in Hardware Notes: [i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters ( wpi(4) driver) So, wpi is driver for my wi-fi device. Following the instruction wpi(4), going to configure the kernel with options: device wpi device wpifw [...]]]></description>
				<content:encoded><![CDATA[<p>Identify  installed wi-fi adapter:</p>
<p><code>hostobsd#pciconf -lv |grep Wireless<br />
device     = 'Intel 3945ABG Wireless LAN controller (10208086)'</code></p>
<p>find device in <a href="http://www.freebsd.org/releases/8.1R/hardware.html">Hardware Notes</a>:</p>
<p>[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters ( wpi(4) driver)</p>
<p>So,  wpi is driver for my wi-fi device.</p>
<p>Following the <a href="http://www.freebsd.org/cgi/man.cgi?query=wpi&amp;sektion=4&amp;manpath=FreeBSD+8.1-RELEASE">instruction wpi(4)</a>, going to configure the kernel with options:<br />
<strong>device wpi<br />
device wpifw<br />
device pci<br />
device wlan<br />
device wlan_amrr<br />
device firmware<br />
</strong><br />
You also can load driver without kernel configuring by adding in /boot/loader.conf<br />
<strong>if_wpi_load=&#8221;YES&#8221;</strong></p>
<p>add in  /etc/rc.conf:<br />
<strong>wlans_wpi0=wlan0<br />
ifconfig_wlan0=&#8221;WPA DHCP&#8221;</strong></p>
<p>create configuration file for our wireless connection :<br />
<code>howtobsd#touch /etc/wpa_supplicant.conf<br />
howtobsd#vim /etc/wpa_supplicant.conf</code></p>
<p>and add there ssid and  password(for WPA-PSK):<br />
<strong>network={<br />
ssid=&#8221;yourssid&#8221;<br />
psk=&#8221;yourspass&#8221;<br />
}</strong></p>
<p>and finally reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/hardware/wi-fi-on-freebsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up the Sound card on FreeBSD 8.1</title>
		<link>http://howtobsd.com/hardware/setting-up-the-sound-card-on-freebsd.html</link>
		<comments>http://howtobsd.com/hardware/setting-up-the-sound-card-on-freebsd.html#comments</comments>
		<pubDate>Thu, 21 Oct 2010 11:18:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=180</guid>
		<description><![CDATA[The simplest way to setting up sound on FreeBSD to load universal kernel module kldload: howtobsd# kldload snd_driver snd_driver is driver, that include itself supporting the most popular sound card drivers. But I think better to install kernel with support exactly yours sound card. For this way we have to identify device model: slim# pciconf [...]]]></description>
				<content:encoded><![CDATA[<p>The simplest way to setting up sound on FreeBSD to load universal kernel module kldload:<br />
<code>howtobsd# kldload snd_driver</code></p>
<p>snd_driver is driver, that include itself supporting the most popular sound card drivers.</p>
<p>But I think better to install kernel with support exactly yours sound card.  For this way we have to identify device model:<br />
<code>slim# pciconf -lv | grep audio<br />
    device     = 'Intel audio controller embedded with the 82801H chipset ( ICH8 chipset ) (82801H)'</code></p>
<p>find this sound card in the <a href="http://www.freebsd.org/releases/8.1R/hardware.html">Hardware Notes </a>:</p>
<p>and make kernel with options:</p>
<p><strong>device sound<br />
device snd_hda</strong></p>
<p>You also can load driver without configuring kernel. Add in /boot/loader.conf:<br />
<strong>snd_hda_load=&#8221;YES&#8221;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/hardware/setting-up-the-sound-card-on-freebsd.html/feed</wfw:commentRss>
		<slash:comments>0</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>
