<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9152089619055028822</id><updated>2012-02-15T22:34:22.741-08:00</updated><category term='How to'/><category term='LM-Sensors'/><category term='Ubuntu'/><category term='Free'/><category term='Windows'/><category term='Desktop'/><category term='Blue Video'/><category term='Fix'/><category term='Sound skipping'/><category term='Silent PC'/><title type='text'>Ubuntu Boy</title><subtitle type='html'>Find great tips, tricks, and tutorials from a ex windows user, who has switched to Linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ubuntu-boy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ubuntu-boy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Blogger</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9152089619055028822.post-7334510543871174985</id><published>2010-03-27T09:28:00.000-07:00</published><updated>2010-04-01T13:38:07.151-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LM-Sensors'/><category scheme='http://www.blogger.com/atom/ns#' term='Silent PC'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Silent PC</title><content type='html'>Recently I have went on a quest to make my PC silent. Its been a great success.&lt;br /&gt;&lt;br /&gt;The main noise maker was the power supply. I ordered the TX650W power supply from Corsair. 5 stars.&lt;br /&gt;&lt;br /&gt;I also disconnected all three of the cheap fans that came with the Antec case, and replaced them with one Scythe S-FLEX SFF21D 120mm Case Fan.&lt;br /&gt;&lt;br /&gt;Now that the computer is pretty much silent, I want to make sure it's not going to over heat.&lt;br /&gt;&lt;br /&gt;After doing some research, LM-Sensors seems to be the foundation for temperature sensing apps in Ubuntu. Once LM-Sensors is installed you should be able to run the command, sensors and get an output like the following:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;~$ sensors&lt;br /&gt;w83627ehf-isa-0290&lt;br /&gt;Adapter: ISA adapter&lt;br /&gt;VCore: +1.05 V (min = +0.00 V, max = +1.74 V)&lt;br /&gt;in1: +11.30 V (min = +6.76 V, max = +0.53 V) ALARM&lt;br /&gt;AVCC: +3.33 V (min = +1.14 V, max = +1.22 V) ALARM&lt;br /&gt;3VCC: +3.30 V (min = +0.06 V, max = +0.54 V) ALARM&lt;br /&gt;in4: +1.73 V (min = +0.34 V, max = +1.70 V) ALARM&lt;br /&gt;in5: +2.04 V (min = +0.26 V, max = +0.02 V) ALARM&lt;br /&gt;in6: +5.94 V (min = +6.20 V, max = +4.74 V) ALARM&lt;br /&gt;VSB: +3.38 V (min = +0.08 V, max = +0.34 V) ALARM&lt;br /&gt;VBAT: +3.26 V (min = +3.60 V, max = +2.13 V) ALARM&lt;br /&gt;in9: +0.00 V (min = +1.22 V, max = +1.25 V) ALARM&lt;br /&gt;Case Fan: 0 RPM (min = 10546 RPM, div = 128) ALARM&lt;br /&gt;CPU Fan: 981 RPM (min = 4687 RPM, div = 16) ALARM&lt;br /&gt;Aux Fan: 0 RPM (min = 10546 RPM, div = 128) ALARM&lt;br /&gt;fan4: 0 RPM (min = 10546 RPM, div = 128) ALARM&lt;br /&gt;fan5: 463 RPM (min = 1155 RPM, div = 16) ALARM&lt;br /&gt;Sys Temp: +50.0°C (high = +4.0°C, hyst = +15.0°C) ALARM sensor = thermistor&lt;br /&gt;CPU Temp: +37.5°C (high = +80.0°C, hyst = +75.0°C) sensor = diode&lt;br /&gt;AUX Temp: -25.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor&lt;br /&gt;cpu0_vid: +0.000 V&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;One gotcha I encountered was getting Lm-Sensors to work with an Asus motherboard.&lt;br /&gt;&lt;br /&gt;Originally when I tried the sensors command I got the following output:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;No sensors found!&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Make sure you loaded all the kernel drivers you need.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Try sensors-detect to find out which these are.&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;After some more digging I found this fix:&lt;br /&gt;&lt;br /&gt;~$ sudo modprobe w83627ehf force_id=0x8860&lt;br /&gt;&lt;br /&gt;http://ubuntuforums.org/archive/index.php/t-871001.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9152089619055028822-7334510543871174985?l=ubuntu-boy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntu-boy.blogspot.com/feeds/7334510543871174985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntu-boy.blogspot.com/2010/03/silent-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/7334510543871174985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/7334510543871174985'/><link rel='alternate' type='text/html' href='http://ubuntu-boy.blogspot.com/2010/03/silent-pc.html' title='Silent PC'/><author><name>Blogger</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9152089619055028822.post-1062266826744715074</id><published>2009-06-22T18:25:00.000-07:00</published><updated>2009-06-22T18:52:17.317-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fix'/><category scheme='http://www.blogger.com/atom/ns#' term='Sound skipping'/><category scheme='http://www.blogger.com/atom/ns#' term='Blue Video'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='How to'/><title type='text'>2 Ubuntu fixes: Blue Video &amp; Skipping Sound</title><content type='html'>&lt;span style="font-family: arial;"&gt;Although Ubuntu has been very stable for me -it never crashed- several subsystems often turn silly. This may be because i have something mis-configured :( .. but i know some fixes which have been getting me by.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt;Video in media players turns blue&lt;/span&gt;&lt;span style="font-family: arial;"&gt; (blue tint)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Quick fix: &lt;span style="font-family: courier new;"&gt;System &gt; Administration &gt; NVIDIA X Server Settings &gt; X Screen 0 &gt; X Server XVideo Settings &gt;&gt; Adjust the Hue to "0"&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: arial;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uQydKe3PScA/SkA0oXKWkiI/AAAAAAAAABU/syB16yrcdyo/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 320px;" src="http://2.bp.blogspot.com/_uQydKe3PScA/SkA0oXKWkiI/AAAAAAAAABU/syB16yrcdyo/s400/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5350334225332998690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt;Sound starts to "skip", &lt;/span&gt;&lt;span style="font-family: arial;"&gt;actually i cant hear anything besides "dun-dun-dun-dun..."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Quick fix: &lt;span style="font-family: courier new;"&gt;In terminal type "sudo alsa force-reload"&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9152089619055028822-1062266826744715074?l=ubuntu-boy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntu-boy.blogspot.com/feeds/1062266826744715074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntu-boy.blogspot.com/2009/06/2-ubuntu-fixes-blue-video-skipping.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/1062266826744715074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/1062266826744715074'/><link rel='alternate' type='text/html' href='http://ubuntu-boy.blogspot.com/2009/06/2-ubuntu-fixes-blue-video-skipping.html' title='2 Ubuntu fixes: Blue Video &amp; Skipping Sound'/><author><name>Blogger</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_uQydKe3PScA/SkA0oXKWkiI/AAAAAAAAABU/syB16yrcdyo/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9152089619055028822.post-7297395683399751441</id><published>2009-06-17T21:55:00.000-07:00</published><updated>2009-06-17T21:55:28.310-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Free'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Review for Ubuntu 8.04 LTS, a Linux operating system that becoming increasingly popular, but is it better then windows?</title><content type='html'>Windows has always been the dominate player in the operating system market, however now a completely free alternative is becoming more mainstream. This review is not meant to be a complete overview, but rather some observations from my personal experience.&lt;br /&gt;&lt;br /&gt;Basic installation is now easier then Windows, it can be install as an application in windows, making it even easier to install and uninstall when dual booting with windows. Installing and finding applications is quick and easy because Ubuntu has a vast library of free software that is only one click away. Everything is modular, even the GUI can be uninstalled, in fact the Server edition and Desktop edition, are only different because they have different default modules on installation. The GUI is great, it supports multiple desktops, which keeps running programs very organized...great for multitaskers! For windows there is a program that adds similarly functionality, but it’s much slower.&lt;br /&gt;&lt;br /&gt;The web support forums and tutorials I found are mainly command line solutions, maybe because it’s easier to write -tell users just to paste some commands- or just that the people who know enough to answer questions or write tutorials prefer command line. For those of us who prefer clicking around a GUI we may find this a downside of Ubuntu. Also since drivers are mostly closed source getting the right drivers installed may be a challenge. Setting up support for things like dual monitor support is hardware dependent, and thus requires research for each device.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9152089619055028822-7297395683399751441?l=ubuntu-boy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntu-boy.blogspot.com/feeds/7297395683399751441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntu-boy.blogspot.com/2009/06/review-for-ubuntu-804-lts-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/7297395683399751441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9152089619055028822/posts/default/7297395683399751441'/><link rel='alternate' type='text/html' href='http://ubuntu-boy.blogspot.com/2009/06/review-for-ubuntu-804-lts-linux.html' title='Review for Ubuntu 8.04 LTS, a Linux operating system that becoming increasingly popular, but is it better then windows?'/><author><name>Blogger</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
