<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ilikelinux Consulting</title>
	<atom:link href="http://www.ilikelinux.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ilikelinux.com</link>
	<description>Computing and F/OSS Adventures</description>
	<lastBuildDate>Mon, 27 Jun 2011 01:10:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Creating a KNOPPIX or FreeDOS USB Stick in Linux by Updating the BIOS on my GA-P55A-UD4P exclusively running Linux &#124; The Linux Page</title>
		<link>http://www.ilikelinux.com/tips-and-howtos/creating-a-knoppix-or-freedos-usb-stick-in-linux/comment-page-1#comment-7127</link>
		<dc:creator>Updating the BIOS on my GA-P55A-UD4P exclusively running Linux &#124; The Linux Page</dc:creator>
		<pubDate>Mon, 27 Jun 2011 01:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/creating-a-knoppix-or-freedos-usb-stick-in-linux/#comment-7127</guid>
		<description>[...] now. I have another thumb drive with a better setup and will try that one instead. Also, I made it bootable with a version of FreeDOS and the FlashSPI.exe file from the upgrade package offered by [...]</description>
		<content:encoded><![CDATA[<p>[...] now. I have another thumb drive with a better setup and will try that one instead. Also, I made it bootable with a version of FreeDOS and the FlashSPI.exe file from the upgrade package offered by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on P7120D xorg.conf by Jesse</title>
		<link>http://www.ilikelinux.com/2007/07/p7120d-xorgconf/comment-page-1#comment-5100</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 13 Jan 2011 05:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilikelinux.com/2007/07/27/p7120d-xorgconf/#comment-5100</guid>
		<description>Yeah, so I bit the bullet about six months ago, and have a stub configuration in /etc/X11/xorg.conf:

&lt;blockquote&gt;&lt;code&gt;
Section &quot;Files&quot;
	FontPath &quot;/usr/share/fonts/artwiz-aleczapka-en&quot;
	FontPath &quot;/usr/share/fonts/artwiz-latin1&quot;
	FontPath &quot;/usr/share/fonts/sgi-fonts&quot;
	FontPath &quot;/usr/share/fonts/OTF&quot;
        FontPath &quot;/usr/share/fonts/terminus&quot;
        FontPath &quot;/usr/share/fonts/liberation-fonts&quot;
	FontPath &quot;/usr/share/fonts/libertine-ttf&quot;
        FontPath &quot;/usr/share/fonts/TTF&quot;
        FontPath &quot;/usr/share/fonts/dina&quot;
        FontPath &quot;/usr/share/fonts/droid&quot;
        FontPath &quot;/usr/share/fonts/misc&quot;
        FontPath &quot;/usr/share/fonts/75dpi&quot;
        FontPath &quot;/usr/share/fonts/Type1&quot;
        FontPath &quot;/usr/share/fonts/droid&quot;
        FontPath &quot;/usr/share/fonts/xawtv&quot;
        FontPath &quot;/usr/share/fonts/Speedo&quot;
        FontPath &quot;/usr/share/fonts/texcm-ttf&quot;
        FontPath &quot;/usr/share/fonts/dejavu&quot;
        FontPath &quot;/usr/share/fonts/freefonts&quot;
        FontPath &quot;/usr/share/fonts/100dpi&quot;
        FontPath &quot;/usr/share/fonts/corefonts&quot;
        FontPath &quot;/usr/share/fonts/ttf-bitstream-vera&quot;
        FontPath &quot;/usr/share/fonts/inconsolata&quot;
        FontPath &quot;/usr/share/fonts/default/ghostscript&quot;
        FontPath &quot;/usr/share/fonts/cyrillic&quot;
EndSection
&lt;/code&gt;&lt;/blockquote&gt;

The autodetect configuration works okay. However, when I start X with a monitor attached to the VGA port, Xorg gets VGA1&#039;s best&quot; configuration, but sets the bult-in &quot;LVDS1&quot; LCD screen to 1024x768, with black borders. I can correct this with a quick

&lt;code&gt;xrandr --output LVDS1 --auto&lt;/code&gt;

All in all, not bad. :)</description>
		<content:encoded><![CDATA[<p>Yeah, so I bit the bullet about six months ago, and have a stub configuration in /etc/X11/xorg.conf:</p>
<blockquote><p><code><br />
Section "Files"<br />
	FontPath "/usr/share/fonts/artwiz-aleczapka-en"<br />
	FontPath "/usr/share/fonts/artwiz-latin1"<br />
	FontPath "/usr/share/fonts/sgi-fonts"<br />
	FontPath "/usr/share/fonts/OTF"<br />
        FontPath "/usr/share/fonts/terminus"<br />
        FontPath "/usr/share/fonts/liberation-fonts"<br />
	FontPath "/usr/share/fonts/libertine-ttf"<br />
        FontPath "/usr/share/fonts/TTF"<br />
        FontPath "/usr/share/fonts/dina"<br />
        FontPath "/usr/share/fonts/droid"<br />
        FontPath "/usr/share/fonts/misc"<br />
        FontPath "/usr/share/fonts/75dpi"<br />
        FontPath "/usr/share/fonts/Type1"<br />
        FontPath "/usr/share/fonts/droid"<br />
        FontPath "/usr/share/fonts/xawtv"<br />
        FontPath "/usr/share/fonts/Speedo"<br />
        FontPath "/usr/share/fonts/texcm-ttf"<br />
        FontPath "/usr/share/fonts/dejavu"<br />
        FontPath "/usr/share/fonts/freefonts"<br />
        FontPath "/usr/share/fonts/100dpi"<br />
        FontPath "/usr/share/fonts/corefonts"<br />
        FontPath "/usr/share/fonts/ttf-bitstream-vera"<br />
        FontPath "/usr/share/fonts/inconsolata"<br />
        FontPath "/usr/share/fonts/default/ghostscript"<br />
        FontPath "/usr/share/fonts/cyrillic"<br />
EndSection<br />
</code></p></blockquote>
<p>The autodetect configuration works okay. However, when I start X with a monitor attached to the VGA port, Xorg gets VGA1&#8242;s best&#8221; configuration, but sets the bult-in &#8220;LVDS1&#8243; LCD screen to 1024&#215;768, with black borders. I can correct this with a quick</p>
<p><code>xrandr --output LVDS1 --auto</code></p>
<p>All in all, not bad. <img src='http://www.ilikelinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tips for using MySQL with MythTV by pixelchaos.net &#187; Blog Archive &#187; Prune old mythtv channels</title>
		<link>http://www.ilikelinux.com/tips-and-howtos/tips-for-using-mysql-with-mythtv/comment-page-1#comment-392</link>
		<dc:creator>pixelchaos.net &#187; Blog Archive &#187; Prune old mythtv channels</dc:creator>
		<pubDate>Mon, 13 Oct 2008 00:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/tips-for-using-mysql-with-mythtv/#comment-392</guid>
		<description>[...] channels that I&#8217;ve delselected in my channel lineup at Schedules Direct, I happened upon this blog post. Seems to work great [...]</description>
		<content:encoded><![CDATA[<p>[...] channels that I&#8217;ve delselected in my channel lineup at Schedules Direct, I happened upon this blog post. Seems to work great [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a KNOPPIX or FreeDOS USB Stick in Linux by Jesse</title>
		<link>http://www.ilikelinux.com/tips-and-howtos/creating-a-knoppix-or-freedos-usb-stick-in-linux/comment-page-1#comment-77</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 21 Jan 2008 08:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/creating-a-knoppix-or-freedos-usb-stick-in-linux/#comment-77</guid>
		<description>Hi Rob. I&#039;m not sure - is this for a KNOPPIX install? Did you create a FAT 16 partition? Was the partition type 0E or 06?</description>
		<content:encoded><![CDATA[<p>Hi Rob. I&#8217;m not sure &#8211; is this for a KNOPPIX install? Did you create a FAT 16 partition? Was the partition type 0E or 06?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a KNOPPIX or FreeDOS USB Stick in Linux by Rob H</title>
		<link>http://www.ilikelinux.com/tips-and-howtos/creating-a-knoppix-or-freedos-usb-stick-in-linux/comment-page-1#comment-67</link>
		<dc:creator>Rob H</dc:creator>
		<pubDate>Fri, 18 Jan 2008 21:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/creating-a-knoppix-or-freedos-usb-stick-in-linux/#comment-67</guid>
		<description>Hi,

Thanks for the very straightforward guide.

This is working so far but syslinux starts to boot and I get &quot;Could not find kernel image: linux&quot;

Have you seen this?  Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the very straightforward guide.</p>
<p>This is working so far but syslinux starts to boot and I get &#8220;Could not find kernel image: linux&#8221;</p>
<p>Have you seen this?  Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL CLI pager tweaks by Jesse</title>
		<link>http://www.ilikelinux.com/2007/07/mysql-cli-pager-tweaks/comment-page-1#comment-58</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 04 Jan 2008 22:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilikelinux.com/2007/07/30/mysql-cli-pager-tweaks/#comment-58</guid>
		<description>On the mysql client command line, you can turn off the pager by typing &quot;nopager&quot;. To still use &quot;less&quot; (the default, with no options), just type &quot;pager less&quot;.

Thanks to my coworker Yaniv for figuring that one out! :)</description>
		<content:encoded><![CDATA[<p>On the mysql client command line, you can turn off the pager by typing &#8220;nopager&#8221;. To still use &#8220;less&#8221; (the default, with no options), just type &#8220;pager less&#8221;.</p>
<p>Thanks to my coworker Yaniv for figuring that one out! <img src='http://www.ilikelinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a KNOPPIX or FreeDOS USB Stick in Linux by Jeremy Visser &#187; Create a bootable FreeDOS USB flash drive in Linux</title>
		<link>http://www.ilikelinux.com/tips-and-howtos/creating-a-knoppix-or-freedos-usb-stick-in-linux/comment-page-1#comment-15</link>
		<dc:creator>Jeremy Visser &#187; Create a bootable FreeDOS USB flash drive in Linux</dc:creator>
		<pubDate>Mon, 24 Sep 2007 13:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/creating-a-knoppix-or-freedos-usb-stick-in-linux/#comment-15</guid>
		<description>[...] because I had no idea what to do, I decided I&#8217;d try the SYSLINUX route. Attempting to follow this guide, I managed to get SYSLINUX running on my flash drive. I copied a &#8216;boot sector image&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] because I had no idea what to do, I decided I&#8217;d try the SYSLINUX route. Attempting to follow this guide, I managed to get SYSLINUX running on my flash drive. I copied a &#8216;boot sector image&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux-y stuff by plonewars.com - &#187; Linux-y stuff</title>
		<link>http://www.ilikelinux.com/2007/07/linux-y-stuff/comment-page-1#comment-2</link>
		<dc:creator>plonewars.com - &#187; Linux-y stuff</dc:creator>
		<pubDate>Wed, 25 Jul 2007 03:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://new.ilikelinux.com/?p=3#comment-2</guid>
		<description>[...] Linux-y stuff [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux-y stuff [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

