<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ubuntu Basics</title>
	<atom:link href="http://ubuntubasics.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntubasics.wordpress.com</link>
	<description>I wish someone had told me that earlier!</description>
	<lastBuildDate>Tue, 13 Nov 2007 22:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ubuntubasics.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ubuntu Basics</title>
		<link>http://ubuntubasics.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ubuntubasics.wordpress.com/osd.xml" title="Ubuntu Basics" />
	<atom:link rel='hub' href='http://ubuntubasics.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My Acer wireless doesn&#8217;t work!</title>
		<link>http://ubuntubasics.wordpress.com/2007/11/13/my-acer-wireless-doesnt-work/</link>
		<comments>http://ubuntubasics.wordpress.com/2007/11/13/my-acer-wireless-doesnt-work/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:55:24 +0000</pubDate>
		<dc:creator>ubuntubasics</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[drivers]]></category>

		<guid isPermaLink="false">http://ubuntubasics.wordpress.com/2007/11/13/my-acer-wireless-doesnt-work/</guid>
		<description><![CDATA[After spending the last month trying to figure out why the wireless wasn&#8217;t working on my Acer (Aspire 3680) laptop, I came across this little driver which enables the Wi-Fi switch, and it works a charm! If you know Linux like the back of your hand, just take a look at the acer-acpi project, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=11&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a class="DiggThisButton DiggMedium" href="http://digg.com/submit?url=http%3A%2F%2Fubuntubasics.wordpress.com%2F2007%2F11%2F13%2Fmy-acer-wireless-doesnt-work%2F&amp;title=My+Acer+wireless+doesn%26%238217%3Bt%26nbsp%3Bwork%21"></a>After spending the last month trying to figure out why the wireless wasn&#8217;t working on my Acer (Aspire 3680) laptop, I came across this little driver which enables the Wi-Fi switch, and it works a charm!</p>
<p><span id="more-11"></span>If you know Linux like the back of your hand, just take a look at the <a href="http://code.google.com/p/aceracpi/">acer-acpi</a> project, and <a href="http://code.google.com/p/acer-acpi-deb/">acer-acpi-deb</a> where you will find the .deb files.</p>
<p>First up: the drivers for my wireless were already loaded. If there are no drivers available for your wireless card then this is not for you. If you don&#8217;t know what I&#8217;m talking about, don&#8217;t worry!</p>
<p>This little trick works for many Acer laptop models, and quite a few other brands as well (have a look at the <a href="http://code.google.com/p/aceracpi/wiki/SupportedHardware">Supported Hardware</a> for an incomplete list).</p>
<p>First up, we need to download the digital &#8220;signature&#8221; of the nice people who package the acer-acpi drivers, so that we can be sure they are who they say they are. Open up <strong>Applications -&gt; Accessories -&gt; Terminal</strong>, and type this bizarre line of code:</p>
<p><tt>wget http://www.mumblyworld.info/ubuntu/depot.key -O- | sudo apt-key add -</tt></p>
<p>Make sure you get it all! You will need to put in your password when it asks. (And yes, even though it doesn&#8217;t give you any indication, your password is going in. Just type it and press Enter.)</p>
<p>Basicaly, <strong>wget</strong> downloads the digital signature (key), and then the little <strong>|</strong> symbol sends it to the next program, <strong>apt-key</strong>, which adds it to our list of trusted keys. <strong>sudo</strong> means super-user do, and that will be explained in a future tutorial <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Next, we need to add the repository that contains the Ubuntu-compatible packages of this driver. Open up <strong>System -&gt; Administration -&gt; Synaptic Package Manager</strong> (if you&#8217;ve never used this program, check out my <a href="http://ubuntubasics.wordpress.com/2007/11/13/howto-install-new-programs/">other post</a> first). Then click <strong>Settings -&gt; Repositories</strong>. This is where you edit which repositories (software databases) you want to search. Click on the <strong>Third Party Software</strong> tab, and then click <strong>Add</strong>:</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-software-properties-gtk-1.png?w=450" alt="Adding Repositories" /></p>
<p>In the box, enter:</p>
<p><tt>deb http://www.mumblyworld.info/ubuntu gutsy main</tt></p>
<p>or, if you are using a different version of Ubuntu, replace <em>gutsy</em> with its nickname (for example, if you are using Ubuntu 7.04, replace <em>gutsy</em> with <em>feisty</em>.</p>
<p>Click <strong>Add Source</strong>, and it should show up in the <strong>Software Sources</strong> window. Make sure it is checked (enabled), then press <strong>Close</strong>.</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-software-sources-1.png?w=450" alt="Software Sources" /></p>
<p>It may pop up a warning letting you know that you need to reload the software database. This is fine.</p>
<p>Back in <strong>Synaptic</strong>, click the <strong>Reload</strong> button (top left corner), and wait for it to download the new package information from the internet (this may take a while). Then scroll down and find the package called <strong>acer-acpi</strong>. Double-click it, so that it turns green (ready to install):</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/synaptic-acer-acpi.png?w=450" alt=" acer-acpi" /></p>
<p>Click <strong>Apply</strong>, and the new acer-acpi drivers will be installed! This may be enough, and they will get loaded when you restart your computer. If not, we can force them to be loaded. Just open <strong>Applications -&gt; Accessories -&gt; Terminal</strong>, and type in:</p>
<p><tt>sudo gedit /etc/modules</tt></p>
<p>followed by your password if it asks. This file contains drivers to load, even if the computer doesn&#8217;t think you need them (it does no harm if you load drivers for hardware you don&#8217;t have). Each driver should be on a new line, so at the bottom of the file, on a new line, type in <strong>acer_acpi</strong> (use an underscore &#8216;_&#8217; this time, not a hyphen &#8216;-&#8217;).</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/gedit-modules.png?w=450" alt="gedit /etc/modules" /></p>
<p>Save the file and close. You can now restart your computer, and the new drivers should be loaded!</p>
<p>~ub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntubasics.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntubasics.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntubasics.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntubasics.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntubasics.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=11&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntubasics.wordpress.com/2007/11/13/my-acer-wireless-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2870bc96e5211f8e57d7048a22ed1b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntubasics</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-software-properties-gtk-1.png" medium="image">
			<media:title type="html">Adding Repositories</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-software-sources-1.png" medium="image">
			<media:title type="html">Software Sources</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/synaptic-acer-acpi.png" medium="image">
			<media:title type="html"> acer-acpi</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/gedit-modules.png" medium="image">
			<media:title type="html">gedit /etc/modules</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO: Install new programs</title>
		<link>http://ubuntubasics.wordpress.com/2007/11/13/howto-install-new-programs/</link>
		<comments>http://ubuntubasics.wordpress.com/2007/11/13/howto-install-new-programs/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 12:24:35 +0000</pubDate>
		<dc:creator>ubuntubasics</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apt]]></category>

		<guid isPermaLink="false">http://ubuntubasics.wordpress.com/2007/11/13/howto-install-new-programs/</guid>
		<description><![CDATA[Right, so you&#8217;ve entered the world of Linux, and come to terms with the fact that most Windows software doesn&#8217;t work, at least not without a fight (for now, anyway: much love to the Wine project). Thinking you were smart, you googled for Linux software, and have come across an application that you would simply [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=9&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right, so you&#8217;ve entered the world of Linux, and come to terms with the fact that most Windows software doesn&#8217;t work, at least not without a fight (for now, anyway: much love to the <a href="http://www.winehq.org/" target="_blank">Wine</a> project). Thinking you were smart, you googled for Linux software, and have come across an application that you would simply <em>love</em> to install! Unfortunately, the page provides you with a <strong>.tar.gz</strong> file, and a bunch of crap about typing <strong>make install</strong> into this weird DOS-like thing called the <strong>Terminal</strong>!</p>
<p><span id="more-9"></span>STOP. Don&#8217;t listen to them for a second! Before I start, here is a quick overview of software packaging:</p>
<p>In <strong>Microsoft Windows</strong>, program authors are expected to provide their own installers for their programs. These sometimes get messy, and all trust is put in the author to provide a nice uninstall program too, which uninstalls everything.</p>
<p>In <strong>Mac OSX</strong>, program authors convert their programs into <strong>.app</strong> files, which are similar to <strong>.zip</strong> files in that they contain all the useful program data. It is then hoped that the user copies this file into a sensible location (the <strong>Applications</strong> folder), but this is not forced, so sometimes programs end up in very odd places!</p>
<p>In <strong>Linux</strong>, there are many different <strong>distributions</strong> (brands), and most are not necessarily compatible. For this reason, program authors usually don&#8217;t bother making versions of their software for every different distribution, they just provide you with the source code and let you figure it out for yourself! (I know, aren&#8217;t they generous?)</p>
<p><strong>Ubuntu</strong> is part of a family of Linux distributions that use a system called <strong>APT</strong>. Basically, APT is a really complicated database that keeps track of which programs you have installed, and some that are available to you to install. It also remembers where it has installed programs, in case you ever wish to uninstall them. Luckily for us, the nice people at Ubuntu (with help from others, of course), have added basically every Linux application available to this APT database!</p>
<p>To access the database, open up <strong>System -&gt;Administration -&gt; Synaptic Package Manager</strong>. Inside, you will find a massive list (about 25,000 on my system) of programs that you can install with the click of a button!</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/synaptic.jpg?w=450" alt="Synaptic Package Manager" /></p>
<p>Try searching for the program you wanted to install.. I bet it is there!</p>
<p>To install, simply double-click on the application name, so that it turns green (or try clicking on the checkbox next to it), then press <strong>Apply</strong>. There is also a <strong>Reload</strong> button, which downloads the latest package list from the web.</p>
<p>Sometimes, the program you want to install will require you to install other packages alongside it. Go ahead and accept this- it&#8217;s not spyware, I promise! Basically this is because Linux (and more generally, all open-source) programmers like to share, so often a new program will require another program that someone else has written. These are known as <strong>dependencies</strong>.</p>
<p>If you can&#8217;t find your program, don&#8217;t worry. It&#8217;s probably a good idea to ask on the <a href="http://ubuntuforums.org/" target="_blank">Ubuntu Forums</a> before trying to compile (ie, type make) into a terminal. Quite often, if your program is very new, someone will have already made a package that is not yet in the official package list. Other times, your program is actually included in a different package, which is why you can&#8217;t find it!</p>
<p>Happy installing!</p>
<p>~ub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntubasics.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntubasics.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntubasics.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntubasics.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntubasics.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=9&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntubasics.wordpress.com/2007/11/13/howto-install-new-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2870bc96e5211f8e57d7048a22ed1b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntubasics</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/synaptic.jpg" medium="image">
			<media:title type="html">Synaptic Package Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>HELP &#8211; My sound doesn&#8217;t work!</title>
		<link>http://ubuntubasics.wordpress.com/2007/11/13/help-my-sound-doesnt-work/</link>
		<comments>http://ubuntubasics.wordpress.com/2007/11/13/help-my-sound-doesnt-work/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 11:50:15 +0000</pubDate>
		<dc:creator>ubuntubasics</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://ubuntubasics.wordpress.com/2007/11/13/help-my-sound-doesnt-work/</guid>
		<description><![CDATA[If you recently installed Ubuntu, and your sound doesn&#8217;t work, don&#8217;t fret! Quite often it is just muted, although the muted channel may be hidden by default. Right-click on the Volume Applet in the notification area (the one that looks like a speaker), and select Open Volume Control. In the Volume Control window, click Edit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=7&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you recently installed Ubuntu, and your sound doesn&#8217;t work, don&#8217;t fret! Quite often it is just muted, although the muted channel may be hidden by default.</p>
<p><span id="more-7"></span> Right-click on the <strong>Volume Applet</strong> in the notification area (the one that looks like a speaker), and select <strong>Open Volume Control</strong>.</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-volume-control-hda-intel-alsa-mixer.png?w=450" alt="Volume Control" /></p>
<p>In the <strong>Volume Control</strong> window, click <strong>Edit -&gt; Preferences</strong>. Then tick every single option you see (you can always un-tick them later, if they annoy you). Next, start playing a music file somewhere, and progressively go along raising the volume of each channel and un-muting it. As an example, the sound from my laptop speakers comes through the <strong>Surround</strong> channel, which is muted (and hidden) by default. If this doesn&#8217;t work, you could also try fiddling with the different options in the <strong>Switches</strong> and <strong>Options</strong> tabs, if you have them.</p>
<p>One final note: If your sound doesn&#8217;t work, have a look under <strong>File -&gt; Change Device</strong> in the <strong>Volume Control</strong> program, and see if you have more than one audio device (for example, I have two different drivers available for my one sound card). If you do, try playing around with the settings found in <strong>System -&gt; Preferences-&gt; Sound</strong>, and change the default audio device.</p>
<p>Quite often you can save yourself a lot of time trying to figure out why the sound isn&#8217;t working, when it is simply an obscure, muted channel!</p>
<p>~ub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntubasics.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntubasics.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntubasics.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntubasics.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntubasics.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=7&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntubasics.wordpress.com/2007/11/13/help-my-sound-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2870bc96e5211f8e57d7048a22ed1b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntubasics</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/screenshot-volume-control-hda-intel-alsa-mixer.png" medium="image">
			<media:title type="html">Volume Control</media:title>
		</media:content>
	</item>
		<item>
		<title>Deal to the massive font sizes! (AKA I can see fine, thank-you)</title>
		<link>http://ubuntubasics.wordpress.com/2007/11/12/deal-to-the-massive-font-sizes-aka-i-can-see-fine-thank-you/</link>
		<comments>http://ubuntubasics.wordpress.com/2007/11/12/deal-to-the-massive-font-sizes-aka-i-can-see-fine-thank-you/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 07:27:27 +0000</pubDate>
		<dc:creator>ubuntubasics</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://ubuntubasics.wordpress.com/2007/11/12/deal-to-the-massive-font-sizes-aka-i-can-see-fine-thank-you/</guid>
		<description><![CDATA[While I know many grandparents who can&#8217;t read the screen using the default Windows font size, I happen to like it, and get annoyed at how massive the default Ubuntu font size is. Luckily, the fix is but a few clicks away! Start by looking in System -&#62; Preferences -&#62; Appearance. In here you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=4&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a class="DiggThisButton DiggMedium" href="http://digg.com/submit?url=http%3A%2F%2Fubuntubasics.wordpress.com%2F2007%2F11%2F12%2Fdeal-to-the-massive-font-sizes-aka-i-can-see-fine-thank-you%2F&amp;title=Deal+to+the+massive+font+sizes%21+%28AKA+I+can+see+fine%2C%26nbsp%3Bthank-you%29"></a>While I know many grandparents who can&#8217;t read the screen using the default Windows font size, I happen to like it, and get annoyed at how massive the default Ubuntu font size is. Luckily, the fix is but a few clicks away!</p>
<p><span id="more-4"></span>Start by looking in <strong>System -&gt; Preferences -&gt; Appearance</strong>. In here you can find many display-related settings. Head over to the <strong>Fonts</strong> tab, and then click <strong>Details..</strong></p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/font-size.jpg?w=450" alt="Font Rendering Details" /></p>
<p>At the top of the <strong>Font Rendering Details</strong> dialog, you can see a <strong>Resolution</strong> setting. Cut this down a bit: I recommend <strong>80</strong> dpi.</p>
<p>Now, this may be enough for you, but I have found this has an unwanted side effect: font sizes for some web pages viewed in Firefox become too small! I have no idea why this happens, but to fix it, open Firefox, and in the address bar, type in <strong>about:config</strong>. This is the place to go for hundreds of hidden Firefox settings. In the <strong>Filter</strong> box, type in <strong>dpi</strong>. You should see one setting appear: <strong>layout.css.dpi</strong>:</p>
<p><img src="http://ubuntubasics.files.wordpress.com/2007/11/firefox-dpi-setting.jpg?w=450" alt="Firefox DPI Setting" /></p>
<p>Change this setting from <strong>-1</strong> to <strong>0</strong> and restart Firefox. Hey presto, font sizes are back to normal!</p>
<p>~ub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntubasics.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntubasics.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntubasics.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntubasics.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntubasics.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=4&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntubasics.wordpress.com/2007/11/12/deal-to-the-massive-font-sizes-aka-i-can-see-fine-thank-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2870bc96e5211f8e57d7048a22ed1b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntubasics</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/font-size.jpg" medium="image">
			<media:title type="html">Font Rendering Details</media:title>
		</media:content>

		<media:content url="http://ubuntubasics.files.wordpress.com/2007/11/firefox-dpi-setting.jpg" medium="image">
			<media:title type="html">Firefox DPI Setting</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to UbuntuBasics</title>
		<link>http://ubuntubasics.wordpress.com/2007/11/12/welcome-to-ubuntubasics/</link>
		<comments>http://ubuntubasics.wordpress.com/2007/11/12/welcome-to-ubuntubasics/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 06:32:45 +0000</pubDate>
		<dc:creator>ubuntubasics</dc:creator>
				<category><![CDATA[Welcome]]></category>

		<guid isPermaLink="false">http://ubuntubasics.wordpress.com/2007/11/12/welcome-to-ubuntubasics/</guid>
		<description><![CDATA[Hello and welcome to UbuntuBasics I intend to update this site with short tutorials and explanations of anything Ubuntu/Linux related. Ubuntu is not Windows, and quite often it is the small differences that confuse us. So most of these tutorials will fall into the category of &#8220;I wish someone had told me that when I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=3&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to UbuntuBasics <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I intend to update this site with short tutorials and explanations of anything Ubuntu/Linux related. Ubuntu is not Windows, and quite often it is the small differences that confuse us. So most of these tutorials will fall into the category of &#8220;I wish someone had told me that when I was learning!&#8221;.</p>
<p>So for now, happy learning!</p>
<p>~ub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntubasics.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntubasics.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntubasics.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntubasics.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntubasics.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntubasics.wordpress.com&amp;blog=2105225&amp;post=3&amp;subd=ubuntubasics&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntubasics.wordpress.com/2007/11/12/welcome-to-ubuntubasics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2870bc96e5211f8e57d7048a22ed1b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntubasics</media:title>
		</media:content>
	</item>
	</channel>
</rss>
