<?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>Free Collection &#187; ubuntu</title>
	<atom:link href="http://free.xiaoyenzi.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://free.xiaoyenzi.com</link>
	<description>A repository of free stuff over the Internet</description>
	<lastBuildDate>Sun, 24 Jan 2010 00:51:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Ubuntu Linux X Server Problem</title>
		<link>http://free.xiaoyenzi.com/tutorial/ubuntu-linux-x-server-problem/</link>
		<comments>http://free.xiaoyenzi.com/tutorial/ubuntu-linux-x-server-problem/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:11:16 +0000</pubDate>
		<dc:creator>Apple</dc:creator>
				<category><![CDATA[Tech Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://free.xiaoyenzi.com/?p=76</guid>
		<description><![CDATA[You cannot complete your Ubuntu Linux installation and see an error message like this: Failed to start the X Server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X Server output to diagnose the problem? Then, you are given a &#8220;Yes&#8221; or &#8220;No&#8221; option, [...]]]></description>
			<content:encoded><![CDATA[<div style="background-image:url(http://free.xiaoyenzi.com/wp-content/uploads/2008/07/ubuntu_logo_hd_wallpaper.jpg);">You cannot complete your Ubuntu Linux installation and see an error message like this:</p>
<blockquote><p><span style="color: #003300;"><strong>Failed to start the X Server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X Server output to diagnose the problem?</strong></span></p></blockquote>
<p>Then, you are given a &#8220;Yes&#8221; or &#8220;No&#8221; option, and you are stuck. What to do next? This is probably due to your graphical interface, meaning your graphic card driver. In Windows, you can easily install the motherboard driver which includes the onboard VGA driver.  Whereas in Ubuntu, you cannot do that with the motherboard driver given by the manufacturer (because most are built for Windows).</p></div>
<p><span id="more-76"></span>All you have to do is to reconfigure the X server. Type <strong><code>sudo dpkg-reconfigure xserver-xorg</code></strong> and answer the questions accordingly. If you are not sure which option to choose (especially on the preinstall graphic driver), I suggest you to use the trial and error method.</p>
<p>Please take note that you can solve this problem by typing the command above if you are just using an onboard graphic card. I&#8217;m not sure how will it work with additional graphic cards like nVidia or ATI.</p>
<h4>Incoming search terms:</h4><ul><li>ubuntu x server</li></ul><!-- SEO SearchTerms Tagging 2 Plugin -->]]></content:encoded>
			<wfw:commentRss>http://free.xiaoyenzi.com/tutorial/ubuntu-linux-x-server-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Canon PIXMA iP1880 in Ubuntu Linux</title>
		<link>http://free.xiaoyenzi.com/tutorial/installing-canon-pixma-ip1880-in-ubuntu-linux/</link>
		<comments>http://free.xiaoyenzi.com/tutorial/installing-canon-pixma-ip1880-in-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 18 May 2008 11:38:22 +0000</pubDate>
		<dc:creator>Apple</dc:creator>
				<category><![CDATA[Tech Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://free.xiaoyenzi.com/?p=59</guid>
		<description><![CDATA[Not every hardware comes with driver that support other OS, especially Linux. If you are running Ubuntu Linux and going to connect it to a Canon PIXMA iP1880 printer, then good news to you as Canon does provide drivers for Linux. This post is a guide for those who want to install Canon PIXMA iP1880 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://free.xiaoyenzi.com/images/ubuntu-logo.png" alt="" width="124" height="125" />Not every hardware comes with driver that support other OS, especially Linux.  If you are running Ubuntu Linux and going to connect it to a Canon PIXMA iP1880 printer, then good news to you as Canon does provide drivers for Linux.</p>
<p>This post is a guide for those who want to install <strong>Canon PIXMA iP1880 driver to Ubuntu Linux</strong>. The following method is being tested and proved working in <strong>Ubuntu Feisty Fawn 7.04</strong> (earlier versions are not working).</p>
<p style="text-align: center;"><img src="http://free.xiaoyenzi.com/images/canon-ip1880.jpg" alt="" /><br />
<strong>Canon PIXMA iP1880</strong></p>
<p><span id="more-59"></span><br />
<span style="text-decoration: underline;"><strong>Step 1</strong></span></p>
<p>Download 2 files from <a href="http://support-asia.canon-asia.com/EN/search?canonsearch=1&amp;lang=EN&amp;category=Inkjet+Printers&amp;series=PIXMA&amp;model=PIXMA+iP1880&amp;menu=Download" target="_blank">Canon Server</a>. Click on <strong>Linux</strong> at the <strong>Select OS</strong> panel. The two rpm files you have to download are:</p>
<p><strong>Common package &#8211; cnijfilter-common-2.70-1.i386<br />
Package for iP1800 series &#8211; cnijfilter-ip1800series-2.70-1.i386</strong></p>
<p>Because these are .rpm files, we have to convert it to .deb, the Ubuntu packaging format.</p>
<p><span style="text-decoration: underline;"><strong>Step 2</strong></span></p>
<p>To convert to .deb we need to use alien. Install the <strong>alien package</strong> by command:<br />
<code>sudo apt-get install alien</code></p>
<p><strong>Convert those 2 .rpm files to .deb:</strong><br />
<code>sudo alien -k cnijfilter-common-2.70-1.i386.rpm</code><br />
<code>sudo alien -k cnijfilter-ip1800series-2.70-1.i386.rpm</code></p>
<p><strong>Install it:</strong><br />
<code>sudo dpkg -i cnijfilter-common_2.70-1_i386.deb</code><br />
<code>sudo dpkg -i cnijfilter-ip1800series_2.70-1_i386.deb</code></p>
<p>Other than those files, you need some old library such as <strong>libtiff3</strong> and <strong>libpng3</strong> to support it. If you can&#8217;t find libtiff3 on the repository, then you have to make a softlink to point libtiff3 to libtiff4.  Without this installation, you <strong>won&#8217;t be able</strong> to print anything.</p>
<p>To make a softlink to point libtiff3 to libtiff4:<br />
<code>cd /usr/lib/</code><br />
<code>sudo ln -s ./libtiff.so.4.2.1 ./libtiff.so.3</code></p>
<p>For libpng3, install from repository:<br />
<code>sudo apt-get install libpng3</code></p>
<p><span style="text-decoration: underline;"><strong>Step 3</strong></span></p>
<p>After you have installed the above commands successfully, do the following:</p>
<p>Turn on the printer and connect the USB to the printer.</p>
<p>Go to <strong>System&gt;Administration&gt;Printing</strong></p>
<p>Double click &#8220;<strong>New Printer</strong>&#8220;.</p>
<p>Select Printer Type &#8220;<strong>Local or Detected Printer</strong>&#8221;</p>
<p>Select a Detected Printer: Canon iP1800 series and click next.</p>
<p>If you <span style="text-decoration: underline;">can&#8217;t find iP1800 on the lis</span>t, then select &#8220;Install Driver&#8221; and point to <strong>/usr/share/cups/model</strong> and select <strong>canonip1800.ppd</strong>.</p>
<p>Go to the next page and click on the apply button.</p>
<p>You will now see an iP1800 printer icon in your Printer window. You can make it your default printer by right click and select &#8220;Make Default&#8221;.</p>
<p>Lastly, you can try to print a test page that looks something like this:</p>
<p><img src="http://free.xiaoyenzi.com/images/ubuntu-testprint.jpg" alt="" /></p>
<h4>Incoming search terms:</h4><ul><li>print test page</li><li>printer test page</li><li>canon ip1880</li><li>canon pixma ip1880</li><li>printer canon ip1880</li><li>printer test</li><li>canon printer ip1880</li><li>test printer</li><li>canon ip 1880</li><li>test page print</li></ul><!-- SEO SearchTerms Tagging 2 Plugin -->]]></content:encoded>
			<wfw:commentRss>http://free.xiaoyenzi.com/tutorial/installing-canon-pixma-ip1880-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

