<?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-9794365</id><updated>2012-02-16T12:55:20.960-05:00</updated><category term='linux'/><category term='awk'/><category term='command line'/><category term='autocomplete'/><category term='shell'/><category term='gawk'/><category term='nvidia'/><category term='unix'/><category term='dual monitor'/><category term='dual video card'/><category term='beryl'/><title type='text'>Stocks' Linux Blog</title><subtitle type='html'>setting up, configuring and maintaining a linux box and checkin' out some cool stuff.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default?start-index=101&amp;max-results=100'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>115</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9794365.post-4945457070790464620</id><published>2007-03-26T21:15:00.000-04:00</published><updated>2007-03-26T21:30:55.551-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gawk'/><category scheme='http://www.blogger.com/atom/ns#' term='awk'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='unix'/><title type='text'>Extracting fields from a file</title><content type='html'>Have you every wanted to extract a particular field from a flat file that was hundreds or thousands of lines long?&lt;br /&gt;&lt;br /&gt;Now, I bet your saying, sure you could import the file into Excel, OpenOffice.org Spreadsheet or some other spreadsheet application, but what fun would that be. That would mean using your mouse, but your a keyboard kind-of-person. In addition, opening very large files may leave spreadsheet applications very sluggish.&lt;br /&gt;&lt;br /&gt;So whats the alternative? AWK (or gawk). Awk is a command line program that can do just what you wish. For example, lets say that you wanted to extract all the full names from your system's /etc/passwd file. Now you could import the file in your favorite spreadsheet application, specify a delimiter, and wait for it to process, depending on the size of your passwd file. Alternatively, you could run the following awk command:&lt;br /&gt;&lt;br /&gt;awk -F: '{print $5}' /etc/passswd&lt;br /&gt;&lt;br /&gt;This command uses the '-F' flag to specify the semicolon as a delimiter. The 'print $5' section tells the program to print out the 5th field in the file. Finally /etc/passwd specifies the file to extract the field from.&lt;br /&gt;&lt;br /&gt;Now I bet you are saying, so what?  How did this help me at all, and why didn't I just use the spreadsheet? Well, not only did you not have to import the file into the spreadsheet program, but you can easily pipe the output of this program to other useful applications that allow you to accomplish what you need to. A quick example, is the ability to pipe the output through the 'sort' command which will then list the users full names in alphabetical order.&lt;br /&gt;&lt;br /&gt;Still not convinced that this was easier than opening your precious spreadsheet application. When you are referencing a data source that changes often, such as the passwd file on high usage *nix systems, awk definitely pulls its weight. You could easily setup an alias, or a shell script to execute the command for you, and now you can simply type a few characters and hit enter as opposed to fiddling with your spreadsheet, waiting for it to import the data, and dealing with the slow responsiveness as all your system memory is used up.&lt;br /&gt;&lt;br /&gt;Give it a try.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-4945457070790464620?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.perfectlinux.org/wiki/Awk' title='Extracting fields from a file'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/4945457070790464620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=4945457070790464620' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/4945457070790464620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/4945457070790464620'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/03/extracting-fields-from-file.html' title='Extracting fields from a file'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-497933806367073082</id><published>2007-03-25T20:36:00.000-04:00</published><updated>2007-03-25T20:46:48.277-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dual monitor'/><category scheme='http://www.blogger.com/atom/ns#' term='beryl'/><category scheme='http://www.blogger.com/atom/ns#' term='nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='dual video card'/><title type='text'>Beryl: Lack of Dual Video Card Support</title><content type='html'>I recently upgraded from one EVGA Gefore 6800 PCI Express card which had two 19"  Widescreen Samsung Syncmaster monitors to two Gigabyte Geforce 7300 LE video cards. Since they were both nvidia cards, the upgrade was quite easy. I was required to make a few updates in the /etc/X11/xorg.conf. These weren't to bad. It required adding another video card section, or 'device' and then linking that device to one of the other monitors and adding it to the server layout.&lt;br /&gt;&lt;br /&gt;The really disappointing thing was the lack of beryl support for multiple video cards. At first I thought that some configuration item was messed up, so I started troubleshooting. I closed beryl manager and opened beryl through the command prompt and I was able to see the error regarding ROR which would not allow beryl to start.&lt;br /&gt;&lt;br /&gt;I started looking through the forums on the beryl website and I did find a few places that explained why this was not possible, although there were a few posts that eluded to the possibility of two video cards and beryl. In order to clear up confusion, I created a post to try to get a straight answer. After a few days, I received no response, so I posted again.....still no response. Here is the link to the forum post.  Maybe someone will reply, but until then it seems impossible to use beryl with two video cards and one extended desktop. (Note: Beryl does work with two video cards if you use two separate X sessions. You can still drag the mouse between them screen, but you cannot drag windows between the sessions or interact in any other way.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-497933806367073082?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://forum.beryl-project.org/viewtopic.php?p=27249' title='Beryl: Lack of Dual Video Card Support'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/497933806367073082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=497933806367073082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/497933806367073082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/497933806367073082'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/03/beryl-lack-of-dual-video-card-support.html' title='Beryl: Lack of Dual Video Card Support'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-157068997018985881</id><published>2007-03-25T20:03:00.000-04:00</published><updated>2007-03-25T20:28:07.893-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='command line'/><category scheme='http://www.blogger.com/atom/ns#' term='unix'/><category scheme='http://www.blogger.com/atom/ns#' term='autocomplete'/><category scheme='http://www.blogger.com/atom/ns#' term='shell'/><title type='text'>Auto Complete</title><content type='html'>Possibly the single greatest feature in a Linux system is auto complete. If you have never used this feature before, open a shell and start typing a command, and press the 'Tab' key before you finish typing it.&lt;br /&gt;&lt;br /&gt;This feature saves so much time when typing commands and especially paths. But it isn't just a time saver.&lt;br /&gt;&lt;br /&gt;Another great use for it is to verify the existence of files and directories. For instance, if you think a file exists in /etc/apt/ called sources.list but you aren't sure, you can type:&lt;br /&gt;&lt;br /&gt;'less' (or cat or more) followed by '/etc/apt' and then start pressing the 'Tab' key. The auto complete feature will first add a '/' to the end of '/etc/apt', which verifies that it is in fact a directory, and then when you continually press tab, it will display the files within the directory.&lt;br /&gt;&lt;br /&gt;Mastering the use of the auto complete feature is one of the first steps to saving yourself a lot of time when using the command line.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-157068997018985881?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.perfectlinux.org/wiki/AutoComplete' title='Auto Complete'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/157068997018985881/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=157068997018985881' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/157068997018985881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/157068997018985881'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/03/auto-complete.html' title='Auto Complete'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-1883833045298022591</id><published>2007-03-01T20:34:00.000-05:00</published><updated>2007-03-02T14:51:08.372-05:00</updated><title type='text'>Apache2 and SSL on Ubuntu</title><content type='html'>A perfect small guide to setup apache2 and ssl on ubuntu:&lt;br /&gt;(from: http://ubuntuforums.org/archive/index.php/t-4466.html)&lt;br /&gt;&lt;br /&gt;A Mini-Howto for apache2: :)&lt;br /&gt;&lt;br /&gt;apt-get install apache2&lt;br /&gt;apache2-ssl-certificate&lt;br /&gt;(and answer the questions)&lt;br /&gt;&lt;br /&gt;Now, enable ssl:&lt;br /&gt;a2enmod ssl&lt;br /&gt;&lt;br /&gt;configure ssl:&lt;br /&gt;cp /etc/apache2/sites-available/default /etc/apache2/sites-available/ssl&lt;br /&gt;ln -s /etc/apache2/sites-available/ssl /etc/apache2/sites-enabled/ssl&lt;br /&gt;"/etc/apache2/sites-enabled/ssl"  should look like this:&lt;br /&gt;&lt;br /&gt;NameVirtualHost *:443&lt;br /&gt;&lt;virtualhost&gt;&lt;br /&gt;(... configure the directories too...)&lt;br /&gt;and "/etc/apache2/sites-enabled/default" should look like this:&lt;br /&gt;&lt;br /&gt;NameVirtualHost *:80&lt;br /&gt;&lt;virtualhost&gt;&lt;br /&gt;(... configure the directories too...)&lt;br /&gt;In /etc/apache2/ports.conf, add Listen 443&lt;br /&gt;&lt;br /&gt;In the middle of /etc/apache2/sites-available/ssl file, insert this two lines:&lt;br /&gt;&lt;br /&gt;SSLEngine On&lt;br /&gt;SSLCertificateFile /etc/apache2/ssl/apache.pem&lt;br /&gt;&lt;br /&gt;Hope it helps :)&lt;/virtualhost&gt;&lt;/virtualhost&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-1883833045298022591?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/archive/index.php/t-4466.html' title='Apache2 and SSL on Ubuntu'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/1883833045298022591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=1883833045298022591' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/1883833045298022591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/1883833045298022591'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/03/apache2-and-ssl-on-ubuntu.html' title='Apache2 and SSL on Ubuntu'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-334778264681172252</id><published>2007-02-27T18:50:00.000-05:00</published><updated>2007-02-27T18:57:13.171-05:00</updated><title type='text'>firefox evince and acroread using mozplugger</title><content type='html'>The problem: Have both acroread (Adobe acrobat reader for linux), and evince (a pdf reader for linux) installed, but by default have documents open in firefox tabs in evince and not acroread.&lt;br /&gt;&lt;br /&gt;The reason both need to be installed is because acroread allows you to fill in and print interactive pdfs, but evince is much more lightweight and scrolls much better.  Evince overall leaves my system more responsive when using it.&lt;br /&gt;&lt;br /&gt;By default with acroread installed, it becomes the default for opening PDFs in firefox while using mozplugger.  In order to have evince be the default PDF reader in firefox you need to modify mozplugger's settings which are stored in:&lt;br /&gt;&lt;br /&gt;    /etc/mozpluggerrc&lt;br /&gt;&lt;br /&gt;Open this and find the section:&lt;br /&gt;&lt;br /&gt;    application/pdf:pdf:PDF file&lt;br /&gt;    application/x-pdf:pdf:PDF file&lt;br /&gt;    text/pdf:pdf:PDF file&lt;br /&gt;    text/x-pdf:pdf:PDF file&lt;br /&gt;&lt;br /&gt;Now find the line that reads:&lt;br /&gt;&lt;br /&gt;    ACROREAD()&lt;br /&gt;&lt;br /&gt;Now you will need to move that line below the line similar to:&lt;br /&gt;&lt;br /&gt;    repeat noisy swallow(evince) fill: evince "$file"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So you should end up with:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    application/pdf:pdf:PDF file&lt;br /&gt;    application/x-pdf:pdf:PDF file&lt;br /&gt;    text/pdf:pdf:PDF file&lt;br /&gt;    text/x-pdf:pdf:PDF file&lt;br /&gt;        repeat noisy swallow(evince) fill: evince "$file"&lt;br /&gt;        ACROREAD()&lt;br /&gt;&lt;br /&gt;Now close all firefox windows and start it again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-334778264681172252?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/showthread.php?t=25685' title='firefox evince and acroread using mozplugger'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/334778264681172252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=334778264681172252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/334778264681172252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/334778264681172252'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/02/firefox-evince-and-acroread-using.html' title='firefox evince and acroread using mozplugger'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116889825104425059</id><published>2007-01-15T16:57:00.000-05:00</published><updated>2007-01-15T16:57:31.163-05:00</updated><title type='text'>Flash in 64 bit Linux</title><content type='html'>I was FINALLY able to get it working.  I wish I would have found this earlier.  It worked like a charm:&lt;br /&gt;&lt;br /&gt;https://help.ubuntu.com/community/FirefoxAMD64FlashJava&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116889825104425059?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='https://help.ubuntu.com/community/FirefoxAMD64FlashJava' title='Flash in 64 bit Linux'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116889825104425059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116889825104425059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116889825104425059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116889825104425059'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2007/01/flash-in-64-bit-linux_15.html' title='Flash in 64 bit Linux'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116658393589758848</id><published>2006-12-19T22:00:00.000-05:00</published><updated>2006-12-19T22:05:36.116-05:00</updated><title type='text'>Firefox Memory</title><content type='html'>Now everyone has heard the firefox memory leak rumors.....errrr.....feature announcement....yea....Ok, feature or no feature, c'mon:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/2281/729/1600/957817/firefox-memory.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/x/blogger/2281/729/320/220760/firefox-memory.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have a feature request.....remove this one.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116658393589758848?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116658393589758848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116658393589758848' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116658393589758848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116658393589758848'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/12/firefox-memory.html' title='Firefox Memory'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-116507041860281462</id><published>2006-12-02T09:40:00.000-05:00</published><updated>2006-12-02T09:40:39.870-05:00</updated><title type='text'>HOWTO: Set your system up for Wake On LAN (WOL) - Ubuntu Forums</title><content type='html'>This site has a great and quick how-to for setting up wakeonlan.  I set it up but haven't yet tested to make sure it works on my desktop, which is set to suspend after 1 hr of inactivity&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=234588"&gt;HOWTO: Set your system up for Wake On LAN (WOL) - Ubuntu Forums&lt;/a&gt;: "Automatic way:&lt;br /&gt;This script does everything described in the Manual way, for you, except step 1 and step 4.&lt;br /&gt;------------------------&lt;br /&gt;&lt;br /&gt;The automatic method is super dialup friendly! thanks to gzip compression the filesize is a mere 1.5kb! almost half the extracted size of 3.4kb!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. If you havent already, go to your BIOS, and turn on WakeOnLAN (it varies, look for it.) If your network card is onboard, your set for step 2, otherwise there is probably a cable that should go from your network card to your motherboard, though this is not always the case.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Before continuing, note the interface you want to do this to. Most people know how to do this, if you do not, look at step 2a of the manual method.&lt;br /&gt;&lt;br /&gt;2. Download and extract this: You can do it with the GUI and run the extracted program in a terminal by double clicking it, or open a terminal and do the following:&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;wget http://shell1.zsuatt.com/~ctucker5/lanwake/lanwake0.9.tar.gz tar -zxvf lanwake0.9.tar.gz ./wolinstall0.9.bash&lt;br /&gt;&lt;br /&gt;3. As the exit of the program notes, now you just need to get/use a wake on lan sending program, like wakeonlan.&lt;br /&gt;&lt;br /&gt;4. Sit on your lazy *** and have fun&lt;br /&gt;"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116507041860281462?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/showthread.php?t=234588' title='HOWTO: Set your system up for Wake On LAN (WOL) - Ubuntu Forums'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116507041860281462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116507041860281462' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116507041860281462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116507041860281462'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/12/howto-set-your-system-up-for-wake-on.html' title='HOWTO: Set your system up for Wake On LAN (WOL) - Ubuntu Forums'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116461062015343264</id><published>2006-11-27T01:57:00.000-05:00</published><updated>2006-11-27T01:57:00.546-05:00</updated><title type='text'>GDM (Login Screen) Resolution Too Big to Fit Screen</title><content type='html'>This black friday I purchased two 19" widescreen samsung 931bw's.  I had a problem getting the optimum resolution (1440x900 for one and 2880x900 for two) to work properly in ubuntu.&lt;br /&gt;&lt;br /&gt;I had added 1440x900 to the appropriate modelines, which once I when to System -&gt; Preferences -&gt; Screen Resolution and changed it from 2880x1000 to 2880x900 it worked fine for my gnome session.   &lt;br /&gt;&lt;br /&gt;The problem was that the login window was too big.  It was still using 2880x1000 for some reason.  I found this web page which offered a fix:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://linuxfud.wordpress.com/2006/08/13/gdm-login-screen-resolution-too-big-to-fit-screen-try-this/"&gt;GDM (Login Screen) Resolution Too Big to Fit Screen? Try this… « Linux FUD&lt;/a&gt;: "&lt;a href='http://www.ubuntuforums.org/showthread.php?t=225339' title='GDM fights for its own resolution settings [fixed!]'&gt;Read Ubuntu Forum Post&lt;/a&gt;"&lt;br /&gt;&lt;br /&gt;To fix it I removed everything from the 24 bit modeline in the screen section except 1440x900, and in all other modelines outside of the screen section.  Upon rebooting, the login screen was no longer bigger the than monitor and it worked fine in the session also.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116461062015343264?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://linuxfud.wordpress.com/2006/08/13/gdm-login-screen-resolution-too-big-to-fit-screen-try-this/' title='GDM (Login Screen) Resolution Too Big to Fit Screen'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116461062015343264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116461062015343264' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116461062015343264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116461062015343264'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/gdm-login-screen-resolution-too-big-to.html' title='GDM (Login Screen) Resolution Too Big to Fit Screen'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-116378289616493626</id><published>2006-11-17T12:00:00.000-05:00</published><updated>2006-11-17T12:02:32.166-05:00</updated><title type='text'>RAID: Growing &amp; Software Vs. Hardware</title><content type='html'>Growing:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Basically the step includes adding a disc to the array as a spare, then growing the array onto this device.&lt;br /&gt;&lt;br /&gt;mdadm --add /dev/md1 /dev/sdf1&lt;br /&gt;mdadm --grow /dev/md1 --raid-devices=4&lt;br /&gt;&lt;br /&gt;This then took about 3 hours to reshape the array.&lt;br /&gt;&lt;br /&gt;The filesystem the needs to be expanded to fill up the new space.&lt;br /&gt;&lt;br /&gt;fsck.ext3 /dev/md1&lt;br /&gt;resize2fs /dev/md1&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Software Vs. Hardware&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;An interesting real case experiment of various raid levels, and file system options.&lt;br /&gt;&lt;br /&gt;Using RAID 5 with chunk of 128k, and Ext3 with a stride of 16 and block of 4k seems to be the best!&lt;br /&gt;..and something that suprises me is that raid 50 was slower and less cost effective in terms of available storage than Raid 5.&lt;br /&gt;&lt;br /&gt;I spent last night reformatting my raid array into RAID 10, then kernel RAID 10 level (rather than a RAID 0 array of RAID 1 arrays), then RAID 50, before going back to RAID 5. There was no real difference in output, and since RAID 5 maximises the storage space, it was an easy decision.&lt;br /&gt;&lt;br /&gt;Which indicates that I need a much faster external SCSI box. All the discs are 10k u160 or better. The box is only a SUN UW Box. e.g. u40. I guess the bus is completely saturated!&lt;br /&gt;&lt;br /&gt;For anybody who wants to experminent with software RAID in linux, MDADM is really the way to go. It’s just so easy….!&lt;br /&gt;&lt;br /&gt;mdadm -v --create /dev/md0 --raid-devices=6 --level=raid5 /dev/sd[abcdef]1&lt;br /&gt;&lt;br /&gt;mkfs.ext3 /dev/md0&lt;br /&gt;&lt;br /&gt;mount /dev/mdo /mnt/raid&lt;br /&gt;&lt;br /&gt;will create, build a filesystem and mount a 6 drive RAID 5 array.  I should mention that between steps 1 and 2, you really should wait until the array has finished synchronising and reconstructing itself.  Although this point is not essential, it will slow things down.  Also MDADM is quite clever, and leaves a drive out as a spare.  It constructs the array in degraded mode. That is the array is missing a drive. This speeds things up as there are less drives to saturate the bus. &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116378289616493626?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://scotgate.org/?cat=3' title='RAID: Growing &amp; Software Vs. Hardware'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116378289616493626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116378289616493626' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116378289616493626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116378289616493626'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/raid-growing-software-vs-hardware.html' title='RAID: Growing &amp; Software Vs. Hardware'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116378097566047338</id><published>2006-11-17T11:29:00.000-05:00</published><updated>2006-11-17T11:34:11.546-05:00</updated><title type='text'>Linux Software RAID</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;I recently setup a hardware raid 0. I was interested in setting up a raid 5 array for the redundancy aspect, but hardware raid 5 controllers are too expensive. After reading a few pages, I have decided to setup a linux software-based raid 5 array. I plan to use the following howtos.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;h1&gt;&lt;small&gt;&lt;a href='http://tldp.org/HOWTO/Software-RAID-HOWTO.html'&gt;&lt;small&gt;&lt;small&gt;&lt;small&gt;The Software-RAID HOWTO&lt;/small&gt;&lt;/small&gt;&lt;/small&gt;&lt;/a&gt;&lt;/small&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br&gt;&lt;/br&gt;&lt;a href='http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID#RAID_5'&gt;Linux Software RAID&lt;/a&gt;&lt;blockquote&gt;RAID 5 improves on RAID 4 by striping the parity data between all the disks in the RAID set. This avoids the parity disk bottleneck, while maintaining many of the speed features of RAID 0 and the redundancy of RAID 1. Like RAID 4, RAID 5 can survive the loss of a single disk only.  RAID 5 is supported by Fedora Linux. Figure 26.2 illustrates the data allocation process in RAID 5.  Linux RAID 5 requires a minimum of three disks or partitions.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;p class='poweredbyperformancing'&gt;powered by &lt;a href='http://performancing.com/firefox'&gt;performancing firefox&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116378097566047338?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116378097566047338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116378097566047338' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116378097566047338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116378097566047338'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/linux-software-raid.html' title='Linux Software RAID'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116370625622896911</id><published>2006-11-16T14:40:00.000-05:00</published><updated>2006-11-16T14:44:16.636-05:00</updated><title type='text'>Gmail Controlling Junk Mail</title><content type='html'>This site explains how you can add a plus sign '+' along with a string to your gmail address which will still be delivered to you, but will allow you to filter out that information later on.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;br /&gt;stocks29+test@gmail.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This will still be delivered to by gmail account, but now I can create a filter based on the To: line of the email.  This will allow me to control junk messages that arrive in the inbox from signup sites and also allow me to see who is spamming me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116370625622896911?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.lifehacker.com/software/gmail/instant-disposable-gmail-addresses-144397.php' title='Gmail Controlling Junk Mail'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116370625622896911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116370625622896911' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116370625622896911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116370625622896911'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/gmail-controlling-junk-mail.html' title='Gmail Controlling Junk Mail'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116339594955347907</id><published>2006-11-13T00:30:00.000-05:00</published><updated>2006-11-13T00:32:30.500-05:00</updated><title type='text'>k9copy</title><content type='html'>I installed k9copy today, which is a DVD backup program for linux.  Using the "Penguin Liberation Foundation" repositories for edgy.  It looks like a great easy to use GUI.&lt;br /&gt;&lt;br /&gt;I tried it for a quick minute, but got distracted, and when I came back it had crashed.  Ill test it out again later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116339594955347907?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116339594955347907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116339594955347907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116339594955347907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116339594955347907'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/k9copy.html' title='k9copy'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116288764229486481</id><published>2006-11-07T03:20:00.000-05:00</published><updated>2006-11-07T03:20:42.516-05:00</updated><title type='text'>Re: [Freevo-users] "No action defined for this choice!" error :-(</title><content type='html'>&lt;a href="http://www.mail-archive.com/freevo-users@lists.sourceforge.net/msg11463.html"&gt;Re: [Freevo-users] "No action defined for this choice!" error :-(&lt;/a&gt;: "Re: [Freevo-users] 'No action defined for this choice!' error :-(&lt;br /&gt;&lt;br /&gt;nikosapi&lt;br /&gt;Sun, 23 Jul 2006 07:46:15 -0700&lt;br /&gt;Sorry to bother you all but I found the solution, it was as simple as adding MPLAYER_VERSION = 9999 to my local_conf.py"&lt;br /&gt;&lt;br /&gt;Not sure why this fixed the freevo problem, but it did.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116288764229486481?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.mail-archive.com/freevo-users@lists.sourceforge.net/msg11463.html' title='Re: [Freevo-users] &quot;No action defined for this choice!&quot; error :-('/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116288764229486481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116288764229486481' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116288764229486481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116288764229486481'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/re-freevo-users-no-action-defined-for.html' title='Re: [Freevo-users] &quot;No action defined for this choice!&quot; error :-('/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116279678222872995</id><published>2006-11-06T02:06:00.000-05:00</published><updated>2006-11-06T02:06:22.530-05:00</updated><title type='text'>Allow nautilus to browse smb: edgy</title><content type='html'>&lt;a href="http://www.ubuntuforums.org/showthread.php?t=132631&amp;amp;page=3"&gt;HOWTO: Enable nautilus integration with beagle - Page 3 - Ubuntu Forums&lt;/a&gt;: "That's due to other changes in gnome-vfs. You have to install the libgnomevfs2-bin and libgnomevfs2-extra packages. Then restart nautilus (with a killall nautilus in a terminal)."&lt;br /&gt;&lt;br /&gt;This is how to fix the nautilus browsing smb problem.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116279678222872995?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.ubuntuforums.org/showthread.php?t=132631&amp;page=3' title='Allow nautilus to browse smb: edgy'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116279678222872995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116279678222872995' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116279678222872995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116279678222872995'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/11/allow-nautilus-to-browse-smb-edgy.html' title='Allow nautilus to browse smb: edgy'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116217947081633865</id><published>2006-10-29T22:35:00.000-05:00</published><updated>2006-10-29T23:00:23.903-05:00</updated><title type='text'>lxdvdrip in Ubuntu</title><content type='html'>How to install lxdvdrip using .deb packages.  Although it says it is for Breezy, it worked in Edgy.&lt;br /&gt;&lt;br /&gt;Edit:&lt;br /&gt;&lt;br /&gt;This site has the most updated repository:&lt;br /&gt;&lt;br /&gt;http://ftp.sh.cvut.cz/MIRRORS/debian-multimedia/pool/main/l/lxdvdrip/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116217947081633865?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='https://wiki.ubuntu.com/lxdvdripOnBreezyHowto' title='lxdvdrip in Ubuntu'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116217947081633865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116217947081633865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116217947081633865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116217947081633865'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/10/lxdvdrip-in-ubuntu.html' title='lxdvdrip in Ubuntu'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-116188384362841435</id><published>2006-10-26T13:18:00.000-04:00</published><updated>2006-10-26T13:30:44.816-04:00</updated><title type='text'>Swap not mounted in Edgy</title><content type='html'>So I upgraded to Edgy.  Nice so far.  A few problems with Beryl and now this:&lt;br /&gt;&lt;br /&gt;The symptoms I experienced:&lt;br /&gt;&lt;br /&gt;- Unbearable slowness with multiple applications open.&lt;br /&gt;- Noticed the swap in the system monitor said 0% of 0 bytes.&lt;br /&gt;&lt;br /&gt;This is when I realized the swap space wasn't mounted.&lt;br /&gt;&lt;br /&gt;After viewing the forums I found a bug report.  There were directions which fixed the problem and they worked:&lt;br /&gt;&lt;br /&gt;1. Run the mkswap command on your current swap partition.  So if your swap partition is /dev/sda3 you would run:&lt;br /&gt;&lt;br /&gt;    mkswap /dev/sda3&lt;br /&gt;&lt;br /&gt;2. Now you need to record the UUID produced by mkswap.  Keep this handy.&lt;br /&gt;&lt;br /&gt;3. Next you need to update the /etc/fstab file.  Find the line referring to the swap partition.  Change the UUID on that line to the UUID produced by mkswap.&lt;br /&gt;&lt;br /&gt;4. Next you need to edit the /etc/initramfs-tools/conf.d/resume file.  This file should read:&lt;br /&gt;&lt;br /&gt;    RESUME=UUID=&lt;UUID-REPORTED-FROM-MKSWAP&gt;&lt;br /&gt;&lt;br /&gt;    Note: Replace &lt;UUID-REPORTED-FROM-MKSWAP&gt; with the actual UUID reported by mkswap.&lt;br /&gt;&lt;br /&gt;5. Lastly, you need to regenerate the initramfs.  To do this run:&lt;br /&gt;&lt;br /&gt;    update-initramfs -u&lt;br /&gt;&lt;br /&gt;Now you should be able to reboot and have your swap space enabled and be able to hibernate.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-116188384362841435?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='https://launchpad.net/distros/ubuntu/+bug/66637' title='Swap not mounted in Edgy'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/116188384362841435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=116188384362841435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116188384362841435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/116188384362841435'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/10/swap-not-mounted-in-edgy.html' title='Swap not mounted in Edgy'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115973361594306418</id><published>2006-10-01T16:13:00.000-04:00</published><updated>2006-10-01T16:13:36.606-04:00</updated><title type='text'>CUPS Login UserName - Ubuntu Forums</title><content type='html'>Want to use the cups web interface in ubuntu.  Here is how:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=10761"&gt;CUPS Login UserName - Ubuntu Forums&lt;/a&gt;: "d root' in a console, follow the dialogue and make a root password. Then 'su' to change to root (a # will be shown in the console)t"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115973361594306418?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/showthread.php?t=10761' title='CUPS Login UserName - Ubuntu Forums'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115973361594306418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115973361594306418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115973361594306418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115973361594306418'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/10/cups-login-username-ubuntu-forums.html' title='CUPS Login UserName - Ubuntu Forums'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115972930616164719</id><published>2006-10-01T15:01:00.001-04:00</published><updated>2006-10-01T15:01:46.306-04:00</updated><title type='text'>HOWTO: Install Cups-PDF - Ubuntu Forums</title><content type='html'>I found this website which is a reference for setting up a PDF printer that takes all input and outputs PDF files.  Very useful.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=188860&amp;amp;highlight=cups-pdf"&gt;HOWTO: Install Cups-PDF - Ubuntu Forums&lt;/a&gt;: "Doubleclick 'New Pinter'"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115972930616164719?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/showthread.php?t=188860&amp;highlight=cups-pdf' title='HOWTO: Install Cups-PDF - Ubuntu Forums'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115972930616164719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115972930616164719' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115972930616164719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115972930616164719'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/10/howto-install-cups-pdf-ubuntu-forums_01.html' title='HOWTO: Install Cups-PDF - Ubuntu Forums'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115972926312169011</id><published>2006-10-01T15:01:00.000-04:00</published><updated>2006-10-01T15:01:05.533-04:00</updated><title type='text'>HOWTO: Install Cups-PDF - Ubuntu Forums</title><content type='html'>I found this website which is a reference for setting up a PDF printer that takes all input and outputs PDF files.  Very useful.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=188860&amp;amp;highlight=cups-pdf"&gt;HOWTO: Install Cups-PDF - Ubuntu Forums&lt;/a&gt;: "Doubleclick 'New Pinter'"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115972926312169011?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntuforums.org/showthread.php?t=188860&amp;highlight=cups-pdf' title='HOWTO: Install Cups-PDF - Ubuntu Forums'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115972926312169011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115972926312169011' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115972926312169011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115972926312169011'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/10/howto-install-cups-pdf-ubuntu-forums.html' title='HOWTO: Install Cups-PDF - Ubuntu Forums'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115813138339535788</id><published>2006-09-13T03:09:00.000-04:00</published><updated>2006-09-13T03:09:44.030-04:00</updated><title type='text'>Ubuntu 64 bit w/ XGL and Compiz</title><content type='html'>I finally got XGL and Compiz running on my 64 bit machine with Ubuntu AMD 64 bit running.  It is sooo nice.  XGL is working with Twinview also.  So I can maximize a window to only 1 monitor.&lt;br /&gt;&lt;br /&gt;The biggest key was the repositories.  I didn't realize there was a separate 64 bit repository for compiz, which I couldn't get running previously.  That made all the difference.&lt;br /&gt;&lt;br /&gt;The linked site above is the one I ended up using when I got it working.&lt;br /&gt;&lt;br /&gt;The 64 bit repositor site is:&lt;br /&gt;&lt;br /&gt;deb http://xgl.compiz.info/ dapper main main-amd64&lt;br /&gt;&lt;br /&gt;When attempting to install I got the "white screen of death" as I have seen it called on forums and mailing lists.  To fix this I installed the newest version of XGL.  I had a version from some cvs and it was causing the problem.  Thats what happens when you try 8 different approaches in eight different tutorials.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115813138339535788?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='https://help.ubuntu.com/community/CompositeManager/InstallingCompiz' title='Ubuntu 64 bit w/ XGL and Compiz'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115813138339535788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115813138339535788' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115813138339535788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115813138339535788'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/09/ubuntu-64-bit-w-xgl-and-compiz.html' title='Ubuntu 64 bit w/ XGL and Compiz'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115782245860062054</id><published>2006-09-09T13:18:00.000-04:00</published><updated>2006-09-09T13:20:58.933-04:00</updated><title type='text'>Ubuntu/Compiz/Aiglx</title><content type='html'>I did it a while ago....made the switch to Ubuntu.  It is much much more convenient and easy to use than Gentoo, not to mention the time it takes to install apps is soo much less.  And everything seems to work.  Even compiz and aiglx on my laptop.  Here the howto I used:&lt;br /&gt;&lt;br /&gt;http://wiki.compiz.net/index.php/Aiglx/compiz_on_an_Intel_i915_video_card&lt;br /&gt;&lt;br /&gt;The workaround on that page was a MUST for my laptop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115782245860062054?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://wiki.compiz.net/index.php/Aiglx/compiz_on_an_Intel_i915_video_card' title='Ubuntu/Compiz/Aiglx'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115782245860062054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115782245860062054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115782245860062054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115782245860062054'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/09/ubuntucompizaiglx.html' title='Ubuntu/Compiz/Aiglx'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-115454575730346607</id><published>2006-08-02T15:08:00.000-04:00</published><updated>2006-08-02T15:09:23.093-04:00</updated><title type='text'>SSH Public Key Authentication Setup</title><content type='html'>This website is a great reference for setting up public key authentication using ssh, so you don't need to enter a password when SSHing into a machine.&lt;br /&gt;&lt;br /&gt;http://wiki.met.tamu.edu/index.php?title=SSH_Logins_Without_Providing_a_Password&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-115454575730346607?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://wiki.met.tamu.edu/index.php?title=SSH_Logins_Without_Providing_a_Password' title='SSH Public Key Authentication Setup'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/115454575730346607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=115454575730346607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115454575730346607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/115454575730346607'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/08/ssh-public-key-authentication-setup.html' title='SSH Public Key Authentication Setup'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-114504437414903449</id><published>2006-04-14T15:52:00.000-04:00</published><updated>2006-04-14T15:52:54.150-04:00</updated><title type='text'>QEMU Windows XP License Problem</title><content type='html'>Ever since Plex86 died and VMWare cost money I have been looking for a way to run XP inside Linux.  After finally finding it, I ran into a snag:&lt;br /&gt;&lt;br /&gt;Windows XP without SP2 freaks out when trying to login saying "a problem prevents windows from veryfing precisely the licence of this computer" which prevents a user from logging in except in Safe Mode.&lt;br /&gt;&lt;br /&gt;To remedy this problem I did what I always do: google.  I found this website:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://qemu.dad-answers.com/viewtopic.php?t=1030"&gt;The QEMU forum :: View topic - WinXP licence check problem&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Which tells you that you simply need to install SP2.  So I googled for an SP2 download found it.  I then used mkisofs to create an ISO image and mounted that as Windows' CD Rom drive and I am now in the process of installing it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-114504437414903449?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://qemu.dad-answers.com/viewtopic.php?t=1030' title='QEMU Windows XP License Problem'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/114504437414903449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=114504437414903449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114504437414903449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114504437414903449'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/04/qemu-windows-xp-license-problem.html' title='QEMU Windows XP License Problem'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-114504391411133334</id><published>2006-04-14T15:45:00.000-04:00</published><updated>2006-04-14T15:45:14.153-04:00</updated><title type='text'>Creating ISO images from command line</title><content type='html'>If you were ever wondering how to create an ISO image from a command line I recommend you take a look at this site:&lt;br /&gt;&lt;a href="http://www.cpqlinux.com/cdrw.html"&gt;ISO, CDR, and CDRW in Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the general command:&lt;br /&gt;&lt;br /&gt;[root@server /root]# mkisofs -RJ -o image.iso /burndirectory/ &lt;br /&gt;&lt;br /&gt;the RJ option preserves long file names.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-114504391411133334?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.cpqlinux.com/cdrw.html' title='Creating ISO images from command line'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/114504391411133334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=114504391411133334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114504391411133334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114504391411133334'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/04/creating-iso-images-from-command-line.html' title='Creating ISO images from command line'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-114438241752253471</id><published>2006-04-07T00:00:00.000-04:00</published><updated>2006-04-07T00:00:17.573-04:00</updated><title type='text'>Firefox/Thunderbird Integration</title><content type='html'>I was trying to find out how to have Thunderbird open links in Firefox and Firefox compose emails in Thunderbird.  After googling for a little while I found some great directions here:  &lt;a href="http://www.bytecave.net/anders/guide/MultiplePage/TroubleShooting.html"&gt;Troubleshooting&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;They are as follows:&lt;br /&gt;&lt;br /&gt;This is an issue that I believe we'll see fixed in a fairly short period of time, and it has to do with where Firefox sources it's preferences for default browsers from... that is, the gnome configuration. This is particularly not helpful to those of us that choose to use Firefox, while NOT using gnome. Some of use use, KDE, others Fluxbox, or XFCE, or plethora of other desktop environments. Fortunately for us there is a method that is not so hard to side step this sad case of pigeon holing.&lt;br /&gt;Get Firefox To Open Thunderbird As Default Mail Application&lt;br /&gt;&lt;br /&gt;   1. Open the url "about:config"&lt;br /&gt;   2. In about:config create the entry "network.protocol-handler.app.mailto" with the value "path/to/Thunderbird".&lt;br /&gt;         1. Right click --&gt; new --&gt; string&lt;br /&gt;         2. Paste in "network.protocol-handler.app.mailto" for preference name.&lt;br /&gt;         3. Paste in "path/to/Thunderbird"as the string value&lt;br /&gt;   3. Restart Firefox&lt;br /&gt;&lt;br /&gt;If all went well, Thunderbird should now be your default application to open up "mailto" links&lt;br /&gt;Open Firefox From Thunderbird As Default Browser&lt;br /&gt;&lt;br /&gt;   1. Following the instructions earlier for installing an extension not on update.mozila.org (adding the site to the whitelist, etc) Install the extension "about:config" from here&lt;br /&gt;         1. Right click the install link and select "save as".&lt;br /&gt;         2. Save it to a place you will remember and open up Thunderbird.&lt;br /&gt;         3. From the menu, select Tools --&gt; Extensions&lt;br /&gt;         4. In the extensions window select "install" from the bottom left&lt;br /&gt;         5. This will ask you to point Thunderbird towards the path to the extension ***.xpi, select it and hit "open"&lt;br /&gt;         6. A new window will now pop up, (similar to the Firefox install window), it will make you wait two seconds, then select "install" from the bottom right.&lt;br /&gt;         7. Restart Thunderbird&lt;br /&gt;   2. Now that About:config is installed we have easy access to some of Thunderbird's hidden preferences. So, from the menu go to Tools --&gt; About:config&lt;br /&gt;   3. This will take you to a new window, from here create the entries listed below, and add the paths as the values listed.&lt;br /&gt;         1. Right click --&gt; new --&gt; string&lt;br /&gt;         2. Paste in "network.protocol-handler.app.http" for preference name.&lt;br /&gt;         3. Paste in "path/to/Firefox"as the string value&lt;br /&gt;         4. add "network.protocol-handler.app.https" with a value of "path/to/Firefox" the same way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-114438241752253471?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.bytecave.net/anders/guide/MultiplePage/TroubleShooting.html' title='Firefox/Thunderbird Integration'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/114438241752253471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=114438241752253471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114438241752253471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114438241752253471'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/04/firefoxthunderbird-integration.html' title='Firefox/Thunderbird Integration'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-114339392623987953</id><published>2006-03-26T12:25:00.000-05:00</published><updated>2006-03-26T12:25:26.283-05:00</updated><title type='text'>No Sound in Games</title><content type='html'>Well after getting my new machine up and running I was having a problem getting my sound to work in games.  It worked perfect in audio playing programs.  I was just unable to get it to work in Enemy Territory or Americas Army.  I had not clue why, but I ran it from a terminal and read the output after I quit it.  The errors I was getting were:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/dev/dsp: Input/output error&lt;br /&gt;Could not mmap /dev/dsp&lt;br /&gt;&lt;br /&gt;No idea why.  I did find some things to try in this article though:&lt;br /&gt;&lt;a href="http://www.ubuntuforums.org/archive/index.php/t-77217.html"&gt;quake 3 no sound in breezy [Archive] - Ubuntu Forums&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The first thing I tried was emerging alsa-oss.  No luck.  Then I tried adding the following to /etc/init.d/bootmisc&lt;br /&gt;&lt;br /&gt;#-----------------------&lt;br /&gt;# fix sound for Quake 3 and Enemy Territory&lt;br /&gt;echo "et.x86 0 0 direct" &gt; /proc/asound/card0/pcm0p/oss&lt;br /&gt;echo "quake3.x86 0 0 direct" &gt; /proc/asound/card0/pcm0p/oss&lt;br /&gt;echo "quake3.x86 0 0 disable" &gt; /proc/asound/card0/pcm0c/oss&lt;br /&gt;#------------------------&lt;br /&gt;&lt;br /&gt;I then restarted bootmisc (you can also reboot) and sound worked in both games.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-114339392623987953?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.ubuntuforums.org/archive/index.php/t-77217.html' title='No Sound in Games'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/114339392623987953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=114339392623987953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114339392623987953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/114339392623987953'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/03/no-sound-in-games.html' title='No Sound in Games'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113787617637204989</id><published>2006-01-21T15:40:00.000-05:00</published><updated>2006-01-21T15:42:56.383-05:00</updated><title type='text'>Auto-source .bashrc</title><content type='html'>I was looking for a way to automatically source the .bashrc file whenever I opened a terminal.  I was able to find the directions quickly.  Basically what you have to do is source the .bashrc file from within the .bash_profile file because that is what is read when the terminal is opened.&lt;br /&gt;&lt;br /&gt;"I'll tell you how it works, easy as pie is how it works"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113787617637204989?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://forums.macosxhints.com/archive/index.php/t-6662.html' title='Auto-source .bashrc'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113787617637204989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113787617637204989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113787617637204989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113787617637204989'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/01/auto-source-bashrc.html' title='Auto-source .bashrc'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113655438374032287</id><published>2006-01-06T08:29:00.000-05:00</published><updated>2006-01-06T08:33:03.760-05:00</updated><title type='text'>Error on second X session</title><content type='html'>I was having a problem when I would attempt to start a second X session.  I would receive the error:&lt;br /&gt;&lt;br /&gt;      "failed to initialize umm driver"&lt;br /&gt;&lt;br /&gt;from fglrx.&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00788.html"&gt;first site&lt;/a&gt; I went to has the solution for the problem.  It says&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"It's a very common problem. I had also this with my mobility radeon 9700! After a googling session I've found that kernels &gt;=2.6.12 don't have agp locking for user pages, so you must disable it. You have to add this line in your xorg.conf:&lt;br /&gt;Option "KernelModuleParm" "agplock=0"&lt;br /&gt;in the section Device.&lt;br /&gt;Bye&lt;br /&gt;&lt;br /&gt;p.s.: this is my xorg.conf&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "ServerLayout"&lt;br /&gt;   Identifier     "X.org Configured"&lt;br /&gt;   Screen      0  "Screen0" 0 0&lt;br /&gt;   InputDevice    "Keyboard0" "CoreKeyboard"&lt;br /&gt;# PS/2 Mouse not detected&lt;br /&gt;# Serial Mouse not detected&lt;br /&gt;       InputDevice    "USB Mouse" "CorePointer"&lt;br /&gt;   InputDevice    "TouchPad" "AlwaysCore"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "ServerFlags"&lt;br /&gt;   Option "AllowMouseOpenFail"  "true"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to cause a core dump at the spot where a signal is&lt;br /&gt;# received.  This may leave the console in an unusable state, but may&lt;br /&gt;# provide a better stack trace in the core dump to aid in debugging&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "NoTrapSignals"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;BS&gt; server abort sequence&lt;br /&gt;# This allows clients to receive this key event.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "DontZap"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;KP_+&gt;/&lt;KP_-&gt; mode switching&lt;br /&gt;# sequences.  This allows clients to receive these key events.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "Dont Zoom"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable tuning with the xvidtune client. With&lt;br /&gt;# it the client can still run and fetch card and monitor attributes,&lt;br /&gt;# but it will not be allowed to change them. If it tries it will&lt;br /&gt;# receive a protocol error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "DisableVidModeExtension"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local xvidtune client.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalXvidtune"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable dynamically modifying the input device&lt;br /&gt;# (mouse and keyboard) settings.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "DisableModInDev"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local client to&lt;br /&gt;# change the keyboard or mouse settings (currently only xset).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalModInDev"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt;RgbPath "/usr/X11R6/lib/X11/rgb"&lt;br /&gt;ModulePath "/usr/X11R6/lib/modules"&lt;br /&gt;# Additional fonts: Locale, Gimp, TTF...&lt;br /&gt;# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"&lt;br /&gt;# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"&lt;br /&gt;# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!&lt;br /&gt;FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"&lt;br /&gt;FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts/Speedo"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts/Type1"&lt;br /&gt;FontPath "/usr/share/fonts/type1"&lt;br /&gt;FontPath "/usr/share/fonts/type1/gsfonts"&lt;br /&gt;FontPath "/usr/share/fonts/truetype"&lt;br /&gt;FontPath "/usr/share/fonts/truetype/openoffice"&lt;br /&gt;FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"&lt;br /&gt;FontPath "/usr/local/share/fonts"&lt;br /&gt;FontPath "/usr/share/fonts"&lt;br /&gt;FontPath "/usr/X11R6/lib/X11/fonts"&lt;br /&gt;FontPath "/usr/share/fonts/truetype/freefont"&lt;br /&gt;FontPath "/usr/share/fonts/truetype/latex-xft-fonts"&lt;br /&gt;FontPath "/usr/local/share/fonts/truetype"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Module"&lt;br /&gt;       Load  "ddc"  # ddc probing of monitor&lt;br /&gt;   Load  "GLcore"&lt;br /&gt;   Load  "dbe"&lt;br /&gt;   Load  "dri"&lt;br /&gt;   SubSection  "extmod"&lt;br /&gt;       Option    "omit xfree86-dga"   # don't initialise the DGA extension&lt;br /&gt;   EndSubsection&lt;br /&gt;   Load  "glx"&lt;br /&gt;       Load  "bitmap" # bitmap-fonts&lt;br /&gt;   Load  "speedo"&lt;br /&gt;   Load  "type1"&lt;br /&gt;   Load  "freetype"&lt;br /&gt;   Load  "record"&lt;br /&gt;   Load  "synaptics"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;   Identifier  "Keyboard0"&lt;br /&gt;   Driver      "kbd"&lt;br /&gt;       Option      "CoreKeyboard"&lt;br /&gt;   Option "XkbRules" "xfree86"&lt;br /&gt;   Option "XkbModel" "pc105"&lt;br /&gt;   Option "XkbLayout" "it"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;   Identifier  "Serial Mouse"&lt;br /&gt;   Driver      "mouse"&lt;br /&gt;   Option      "Protocol" "Microsoft"&lt;br /&gt;   Option      "Device" "/dev/ttyS0"&lt;br /&gt;   Option      "Emulate3Buttons" "true"&lt;br /&gt;   Option      "Emulate3Timeout" "70"&lt;br /&gt;   Option        "SendCoreEvents"  "true"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;   Identifier  "PS/2 Mouse"&lt;br /&gt;   Driver      "mouse"&lt;br /&gt;   Option      "Protocol" "IMPS/2"&lt;br /&gt;Option          "ZAxisMapping"          "4 5"&lt;br /&gt;   Option      "Device" "/dev/psaux"&lt;br /&gt;   Option      "Emulate3Buttons" "true"&lt;br /&gt;   Option      "Emulate3Timeout" "70"&lt;br /&gt;   Option        "SendCoreEvents"  "true"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;       Identifier      "USB Mouse"&lt;br /&gt;       Driver          "mouse"&lt;br /&gt;       Option          "Device"                "/dev/input/mice"&lt;br /&gt;   Option        "SendCoreEvents"    "true"&lt;br /&gt;       Option          "Protocol"              "IMPS/2"&lt;br /&gt;       Option          "ZAxisMapping"          "4 5"&lt;br /&gt;       Option          "Buttons"               "5"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;       Identifier      "TouchPad"&lt;br /&gt;       Driver          "synaptics"&lt;br /&gt;       Option          "Device"                "/dev/psaux"&lt;br /&gt;       Option          "Protocol"              "auto-dev"&lt;br /&gt;       Option          "LeftEdge"              "1700"&lt;br /&gt;       Option          "RightEdge"             "5300"&lt;br /&gt;       Option          "TopEdge"               "1700"&lt;br /&gt;       Option          "BottomEdge"            "4200"&lt;br /&gt;       Option          "FingerLow"             "25"&lt;br /&gt;       Option          "FingerHigh"            "30"&lt;br /&gt;       Option          "MaxTapTime"            "180"&lt;br /&gt;       Option          "MaxTapMove"            "220"&lt;br /&gt;       Option          "VertScrollDelta"       "100"&lt;br /&gt;       Option          "MinSpeed"              "0.06"&lt;br /&gt;       Option          "MaxSpeed"              "0.12"&lt;br /&gt;       Option          "AccelFactor"           "0.0010"&lt;br /&gt;       Option          "SHMConfig"             "on"&lt;br /&gt;       Option          "Repeater"              "/dev/ps2mouse"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Auto-generated by KNOPPIX mkxf86config&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;Identifier "Monitor0"&lt;br /&gt;Option "DPMS" "true"&lt;br /&gt;VendorName "LGP"&lt;br /&gt;ModelName "LGP0000"&lt;br /&gt;# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors&lt;br /&gt;HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors&lt;br /&gt;VertRefresh 50.0 - 75.0 # Very conservative. May flicker.&lt;br /&gt;# VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.&lt;br /&gt;DisplaySize 331 208&lt;br /&gt;# Default modes distilled from&lt;br /&gt;# "VESA and Industry Standards and Guide for Computer Display Monitor&lt;br /&gt;# Timing", version 1.0, revision 0.8, adopted September 17, 1998.&lt;br /&gt;# $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $&lt;br /&gt;# 640x350 @ 85Hz (VESA) hsync: 37.9kHz&lt;br /&gt;ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync&lt;br /&gt;# 640x400 @ 85Hz (VESA) hsync: 37.9kHz&lt;br /&gt;ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync&lt;br /&gt;# 720x400 @ 85Hz (VESA) hsync: 37.9kHz&lt;br /&gt;ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync&lt;br /&gt;# 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz&lt;br /&gt;ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync&lt;br /&gt;# 640x480 @ 72Hz (VESA) hsync: 37.9kHz&lt;br /&gt;ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync&lt;br /&gt;# 640x480 @ 75Hz (VESA) hsync: 37.5kHz&lt;br /&gt;ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync&lt;br /&gt;# 640x480 @ 85Hz (VESA) hsync: 43.3kHz&lt;br /&gt;ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync&lt;br /&gt;# 800x600 @ 56Hz (VESA) hsync: 35.2kHz&lt;br /&gt;ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync&lt;br /&gt;# 800x600 @ 60Hz (VESA) hsync: 37.9kHz&lt;br /&gt;ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync&lt;br /&gt;# 800x600 @ 72Hz (VESA) hsync: 48.1kHz&lt;br /&gt;ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync&lt;br /&gt;# 800x600 @ 75Hz (VESA) hsync: 46.9kHz&lt;br /&gt;ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync&lt;br /&gt;# 800x600 @ 85Hz (VESA) hsync: 53.7kHz&lt;br /&gt;ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync&lt;br /&gt;# 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz&lt;br /&gt;ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace&lt;br /&gt;# 1024x768 @ 60Hz (VESA) hsync: 48.4kHz&lt;br /&gt;ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync&lt;br /&gt;# 1024x768 @ 70Hz (VESA) hsync: 56.5kHz&lt;br /&gt;ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync&lt;br /&gt;# 1024x768 @ 75Hz (VESA) hsync: 60.0kHz&lt;br /&gt;ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync&lt;br /&gt;# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz&lt;br /&gt;ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync&lt;br /&gt;# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz&lt;br /&gt;ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync&lt;br /&gt;# Dell D800 and few Inspiron (16/10) 1280x800&lt;br /&gt;ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848&lt;br /&gt;# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz&lt;br /&gt;ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync&lt;br /&gt;# 1280x960 @ 85Hz (VESA) hsync: 85.9kHz&lt;br /&gt;ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync&lt;br /&gt;# 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz&lt;br /&gt;ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync&lt;br /&gt;# 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz&lt;br /&gt;ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync&lt;br /&gt;# 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz&lt;br /&gt;ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync&lt;br /&gt;# 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz&lt;br /&gt;ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync&lt;br /&gt;# 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz&lt;br /&gt;ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync&lt;br /&gt;# 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz&lt;br /&gt;ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync&lt;br /&gt;# 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz&lt;br /&gt;ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync&lt;br /&gt;# 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz&lt;br /&gt;ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync&lt;br /&gt;# 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz&lt;br /&gt;ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync&lt;br /&gt;# 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz&lt;br /&gt;ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync&lt;br /&gt;# 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz&lt;br /&gt;ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync&lt;br /&gt;# 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz&lt;br /&gt;ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync&lt;br /&gt;# 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz&lt;br /&gt;ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync&lt;br /&gt;# 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz&lt;br /&gt;ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync&lt;br /&gt;# Additional modelines&lt;br /&gt;ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync&lt;br /&gt;ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync&lt;br /&gt;# Extended modelines with GTF timings&lt;br /&gt;# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz&lt;br /&gt;ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync&lt;br /&gt;# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz&lt;br /&gt;ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync&lt;br /&gt;# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz&lt;br /&gt;ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync&lt;br /&gt;# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz&lt;br /&gt;ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync&lt;br /&gt;# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz&lt;br /&gt;ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync&lt;br /&gt;# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz&lt;br /&gt;ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync&lt;br /&gt;# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz&lt;br /&gt;ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync&lt;br /&gt;# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz&lt;br /&gt;ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync&lt;br /&gt;# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz&lt;br /&gt;ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync&lt;br /&gt;# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz&lt;br /&gt;ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync&lt;br /&gt;# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz&lt;br /&gt;ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync&lt;br /&gt;# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz&lt;br /&gt;ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync&lt;br /&gt;# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz&lt;br /&gt;ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync&lt;br /&gt;# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz&lt;br /&gt;ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync&lt;br /&gt;# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz&lt;br /&gt;ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync&lt;br /&gt;# 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz&lt;br /&gt;ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync&lt;br /&gt;# 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz&lt;br /&gt;Modeline "1368x768" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync&lt;br /&gt;# 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz&lt;br /&gt;ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync&lt;br /&gt;# 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz&lt;br /&gt;ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync&lt;br /&gt;# 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz&lt;br /&gt;ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync&lt;br /&gt;# 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz&lt;br /&gt;ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync&lt;br /&gt;# 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz&lt;br /&gt;ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync&lt;br /&gt;# 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz&lt;br /&gt;ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync&lt;br /&gt;# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz&lt;br /&gt;ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync&lt;br /&gt;# 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz&lt;br /&gt;ModeLine "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# === ATI device section ===&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;Identifier "ATI Graphics Adapter"&lt;br /&gt;Driver "fglrx"&lt;br /&gt;# ### generic DRI settings ###&lt;br /&gt;# === disable PnP Monitor ===&lt;br /&gt;#Option "NoDDC"&lt;br /&gt;# === disable/enable XAA/DRI ===&lt;br /&gt;#Option "backingstore" "true"&lt;br /&gt;#Option "no_accel" "no"&lt;br /&gt;#Option "no_dri" "no"&lt;br /&gt;# === misc DRI settings ===&lt;br /&gt;#Option "mtrr" "on" # disable DRI mtrr mapper, driver has its own code for mtrr&lt;br /&gt;# ### FireGL DDX driver module specific settings ###&lt;br /&gt;# === Screen Management ===&lt;br /&gt;Option "DesktopSetup" "0x00000000"&lt;br /&gt;# === Video Overlay for the Xv extension ===&lt;br /&gt;Option "VideoOverlay" "on"&lt;br /&gt;# === OpenGL Overlay ===&lt;br /&gt;# Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;# will be disabled automatically&lt;br /&gt;Option "OpenGLOverlay" "off"&lt;br /&gt;Option "KernelModuleParm" "agplock=0" # AGP locked user pages: disabled&lt;br /&gt;BusID "PCI:1:0:0" # vendor=1002, device=4e50&lt;br /&gt;Screen 0&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Screen"&lt;br /&gt;   Identifier "Screen0"&lt;br /&gt;   #Device     "Card0"&lt;br /&gt;   Device      "ATI Graphics Adapter"&lt;br /&gt;   Monitor    "Monitor0"&lt;br /&gt;   DefaultColorDepth 24&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     1&lt;br /&gt;       Modes "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     4&lt;br /&gt;       Modes "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     8&lt;br /&gt;       Modes "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     15&lt;br /&gt;       Modes "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     16&lt;br /&gt;       Modes "1280x800" "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     24&lt;br /&gt;       Modes "1280x800" "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;   SubSection "Display"&lt;br /&gt;       Depth     32&lt;br /&gt;       Modes "1024x768" "800x600" "640x480"&lt;br /&gt;   EndSubSection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "DRI"&lt;br /&gt;   Mode 0666&lt;br /&gt;EndSection"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I am going to give this a try, and well see how it works.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113655438374032287?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00788.html' title='Error on second X session'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113655438374032287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113655438374032287' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113655438374032287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113655438374032287'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2006/01/error-on-second-x-session.html' title='Error on second X session'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113480953238162455</id><published>2005-12-17T03:51:00.000-05:00</published><updated>2005-12-17T03:52:12.396-05:00</updated><title type='text'>Dual Head - Xorg.conf</title><content type='html'>Here is the xorg.conf file I used for dual head mode:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# File: xorg.conf&lt;br /&gt;# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.&lt;br /&gt;&lt;br /&gt;# Note by ATI: the below copyright notice is there for servicing possibly&lt;br /&gt;# pending third party rights on the file format and the instance of this file.&lt;br /&gt;#&lt;br /&gt;# Copyright (c) 1999 by The XFree86 Project, Inc.&lt;br /&gt;#&lt;br /&gt;# Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;# copy of this software and associated documentation files (the "Software"),&lt;br /&gt;# to deal in the Software without restriction, including without limitation&lt;br /&gt;# the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;# and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;# Software is furnished to do so, subject to the following conditions:&lt;br /&gt;# &lt;br /&gt;# The above copyright notice and this permission notice shall be included in&lt;br /&gt;# all copies or substantial portions of the Software.&lt;br /&gt;# &lt;br /&gt;# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL&lt;br /&gt;# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,&lt;br /&gt;# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF&lt;br /&gt;# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&lt;br /&gt;# SOFTWARE.&lt;br /&gt;# &lt;br /&gt;# Except as contained in this notice, the name of the XFree86 Project shall&lt;br /&gt;# not be used in advertising or otherwise to promote the sale, use or other&lt;br /&gt;# dealings in this Software without prior written authorization from the&lt;br /&gt;# XFree86 Project.&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Refer to the XF86Config(4/5) man page for details about the format of &lt;br /&gt;# this file.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# DRI Section&lt;br /&gt;# **********************************************************************&lt;br /&gt;Section "dri"&lt;br /&gt;# Access to OpenGL ICD is allowed for all users:&lt;br /&gt;    Mode 0666&lt;br /&gt;# Access to OpenGL ICD is restricted to a specific user group:&lt;br /&gt;#    Group 100    # users&lt;br /&gt;#    Mode 0660&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Module section -- this  section  is used to specify&lt;br /&gt;# which dynamically loadable modules to load.&lt;br /&gt;# **********************************************************************&lt;br /&gt;#&lt;br /&gt;Section "Module"&lt;br /&gt;&lt;br /&gt;# This loads the DBE extension module.&lt;br /&gt;&lt;br /&gt;    Load        "dbe"   # Double buffer extension&lt;br /&gt;&lt;br /&gt;# This loads the miscellaneous extensions module, and disables&lt;br /&gt;# initialisation of the XFree86-DGA extension within that module.&lt;br /&gt;    SubSection  "extmod"&lt;br /&gt;#      Option    "omit xfree86-dga" &lt;br /&gt;    EndSubSection&lt;br /&gt;&lt;br /&gt;# This loads the Type1 and FreeType font modules&lt;br /&gt;    Load        "type1"&lt;br /&gt;    Load        "freetype"&lt;br /&gt;&lt;br /&gt;# This loads the GLX module&lt;br /&gt;    Load        "glx"   # libglx.a&lt;br /&gt;    Load        "dri"   # libdri.a&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Files section.  This allows default font and rgb paths to be set&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt;&lt;br /&gt;# The location of the RGB database.  Note, this is the name of the&lt;br /&gt;# file minus the extension (like ".txt" or ".db").  There is normally&lt;br /&gt;# no need to change the default.&lt;br /&gt;&lt;br /&gt;    RgbPath "/usr/X11R6/lib/X11/rgb"&lt;br /&gt;&lt;br /&gt;# Multiple FontPath entries are allowed (which are concatenated together),&lt;br /&gt;# as well as specifying multiple comma-separated entries in one FontPath&lt;br /&gt;# command (or a combination of both methods)&lt;br /&gt;# &lt;br /&gt;# If you don't have a floating point coprocessor and emacs, Mosaic or other&lt;br /&gt;# programs take long to start up, try moving the Type1 and Speedo directory&lt;br /&gt;# to the end of this list (or comment them out).&lt;br /&gt;# &lt;br /&gt;&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/local/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"&lt;br /&gt;#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"&lt;br /&gt;&lt;br /&gt;# The module search path.  The default path is shown here.&lt;br /&gt;&lt;br /&gt;#    ModulePath "/usr/X11R6/lib/modules"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Server flags section.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "ServerFlags"&lt;br /&gt;&lt;br /&gt;# Uncomment this to cause a core dump at the spot where a signal is &lt;br /&gt;# received.  This may leave the console in an unusable state, but may&lt;br /&gt;# provide a better stack trace in the core dump to aid in debugging&lt;br /&gt;&lt;br /&gt;#    Option "NoTrapSignals"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;BS&gt; server abort sequence&lt;br /&gt;# This allows clients to receive this key event.&lt;br /&gt;&lt;br /&gt;#    Option "DontZap"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;KP_+&gt;/&lt;KP_-&gt; mode switching&lt;br /&gt;# sequences.  This allows clients to receive these key events.&lt;br /&gt;&lt;br /&gt;#    Option "Dont Zoom"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable tuning with the xvidtune client. With&lt;br /&gt;# it the client can still run and fetch card and monitor attributes,&lt;br /&gt;# but it will not be allowed to change them. If it tries it will&lt;br /&gt;# receive a protocol error.&lt;br /&gt;&lt;br /&gt;#    Option "DisableVidModeExtension"&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local xvidtune client. &lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalXvidtune"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable dynamically modifying the input device&lt;br /&gt;# (mouse and keyboard) settings. &lt;br /&gt;&lt;br /&gt;#    Option "DisableModInDev"&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local client to&lt;br /&gt;# change the keyboard or mouse settings (currently only xset).&lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalModInDev"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Input devices&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Core keyboard's InputDevice section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;&lt;br /&gt;    Identifier "Keyboard1"&lt;br /&gt;    Driver "kbd"&lt;br /&gt;# For most OSs the protocol can be omitted (it defaults to "Standard").&lt;br /&gt;# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),&lt;br /&gt;# uncomment the following line.&lt;br /&gt;&lt;br /&gt;#    Option "Protocol"   "Xqueue"&lt;br /&gt;&lt;br /&gt;    Option "AutoRepeat" "500 30"&lt;br /&gt;&lt;br /&gt;# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))&lt;br /&gt;#    Option "Xleds"      "1 2 3"&lt;br /&gt;&lt;br /&gt;#    Option "LeftAlt"    "Meta"&lt;br /&gt;#    Option "RightAlt"   "ModeShift"&lt;br /&gt;&lt;br /&gt;# To customise the XKB settings to suit your keyboard, modify the&lt;br /&gt;# lines below (which are the defaults).  For example, for a non-U.S.&lt;br /&gt;# keyboard, you will probably want to use:&lt;br /&gt;#    Option "XkbModel"   "pc102"&lt;br /&gt;# If you have a US Microsoft Natural keyboard, you can use:&lt;br /&gt;#    Option "XkbModel"   "microsoft"&lt;br /&gt;#&lt;br /&gt;# Then to change the language, change the Layout setting.&lt;br /&gt;# For example, a german layout can be obtained with:&lt;br /&gt;#    Option "XkbLayout"  "de"&lt;br /&gt;# or:&lt;br /&gt;#    Option "XkbLayout"  "de"&lt;br /&gt;#    Option "XkbVariant" "nodeadkeys"&lt;br /&gt;#&lt;br /&gt;# If you'd like to switch the positions of your capslock and&lt;br /&gt;# control keys, use:&lt;br /&gt;#    Option "XkbOptions" "ctrl:swapcaps"&lt;br /&gt;&lt;br /&gt;# These are the default XKB settings for XFree86&lt;br /&gt;#    Option "XkbRules"   "xfree86"&lt;br /&gt;#    Option "XkbModel"   "pc101"&lt;br /&gt;#    Option "XkbLayout"  "us"&lt;br /&gt;#    Option "XkbVariant" ""&lt;br /&gt;#    Option "XkbOptions" ""&lt;br /&gt;&lt;br /&gt;#    Option "XkbDisable"&lt;br /&gt;&lt;br /&gt;    Option "XkbRules" "xfree86"&lt;br /&gt;    Option "XkbModel" "pc104"&lt;br /&gt;    Option "XkbLayout" "us"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Core Pointer's InputDevice section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;&lt;br /&gt;# Identifier and driver&lt;br /&gt;&lt;br /&gt;    Identifier "Mouse1"&lt;br /&gt;    Driver "mouse"&lt;br /&gt;    Option "Protocol"   "ImPS/2"&lt;br /&gt;    Option "ZAxisMapping"   "4 5"&lt;br /&gt;    Option "Device"     "/dev/input/mice"&lt;br /&gt;&lt;br /&gt;# When using XQUEUE, comment out the above two lines, and uncomment&lt;br /&gt;# the following line.&lt;br /&gt;&lt;br /&gt;#    Option "Protocol"   "Xqueue"&lt;br /&gt;&lt;br /&gt;# Baudrate and SampleRate are only for some Logitech mice. In&lt;br /&gt;# almost every case these lines should be omitted.&lt;br /&gt;&lt;br /&gt;#    Option "BaudRate"   "9600"&lt;br /&gt;#    Option "SampleRate" "150"&lt;br /&gt;&lt;br /&gt;# Emulate3Buttons is an option for 2-button Microsoft mice&lt;br /&gt;# Emulate3Timeout is the timeout in milliseconds (default is 50ms)&lt;br /&gt;&lt;br /&gt;#    Option "Emulate3Buttons"&lt;br /&gt;#    Option "Emulate3Timeout"    "50"&lt;br /&gt;&lt;br /&gt;# ChordMiddle is an option for some 3-button Logitech mice&lt;br /&gt;&lt;br /&gt;#    Option "ChordMiddle"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Other input device sections &lt;br /&gt;# this is optional and is required only if you&lt;br /&gt;# are using extended input devices.  This is for example only.  Refer&lt;br /&gt;# to the XF86Config man page for a description of the options.&lt;br /&gt;# **********************************************************************&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice" &lt;br /&gt;#    Identifier  "Mouse2"&lt;br /&gt;#    Driver      "mouse"&lt;br /&gt;#    Option      "Protocol"      "MouseMan"&lt;br /&gt;#    Option      "Device"        "/dev/mouse2"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "spaceball"&lt;br /&gt;#    Driver     "magellan"&lt;br /&gt;#    Option     "Device"         "/dev/cua0"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "spaceball2"&lt;br /&gt;#    Driver     "spaceorb"&lt;br /&gt;#    Option     "Device"         "/dev/cua0"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "touchscreen0"&lt;br /&gt;#    Driver     "microtouch"&lt;br /&gt;#    Option     "Device"         "/dev/ttyS0"&lt;br /&gt;#    Option     "MinX"           "1412"&lt;br /&gt;#    Option     "MaxX"           "15184"&lt;br /&gt;#    Option     "MinY"           "15372"&lt;br /&gt;#    Option     "MaxY"           "1230"&lt;br /&gt;#    Option     "ScreenNumber"   "0"&lt;br /&gt;#    Option     "ReportingMode"  "Scaled"&lt;br /&gt;#    Option     "ButtonNumber"   "1"&lt;br /&gt;#    Option     "SendCoreEvents"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "touchscreen1"&lt;br /&gt;#    Driver     "elo2300"&lt;br /&gt;#    Option     "Device"         "/dev/ttyS0"&lt;br /&gt;#    Option     "MinX"           "231"&lt;br /&gt;#    Option     "MaxX"           "3868"&lt;br /&gt;#    Option     "MinY"           "3858"&lt;br /&gt;#    Option     "MaxY"           "272"&lt;br /&gt;#    Option     "ScreenNumber"   "0"&lt;br /&gt;#    Option     "ReportingMode"  "Scaled"&lt;br /&gt;#    Option     "ButtonThreshold"    "17"&lt;br /&gt;#    Option     "ButtonNumber"   "1"&lt;br /&gt;#    Option     "SendCoreEvents"&lt;br /&gt;# EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Monitor section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of monitor sections may be present&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;    Identifier  "Monitor0"&lt;br /&gt;    HorizSync   31.5 - 80.5&lt;br /&gt;    VertRefresh 60 - 75&lt;br /&gt;    Option "DPMS"&lt;br /&gt;&lt;br /&gt;# === mode lines based on GTF ===&lt;br /&gt;# VGA @ 100Hz&lt;br /&gt;# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync&lt;br /&gt;# SVGA @ 100Hz&lt;br /&gt;# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync&lt;br /&gt;# XVGA @ 100Hz&lt;br /&gt;# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync&lt;br /&gt;# 1152x864 @ 60Hz&lt;br /&gt;# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync&lt;br /&gt;# 1152x864 @ 85Hz&lt;br /&gt;# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync&lt;br /&gt;# 1152x864 @ 100Hz&lt;br /&gt;# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync&lt;br /&gt;# 1280x960 @ 75Hz&lt;br /&gt;# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync&lt;br /&gt;# 1280x960 @ 100Hz&lt;br /&gt;# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync&lt;br /&gt;# SXGA @ 100Hz&lt;br /&gt;# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync&lt;br /&gt;# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz&lt;br /&gt;# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync&lt;br /&gt;# 1600x1000 @ 60Hz&lt;br /&gt;# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 75Hz&lt;br /&gt;# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 85Hz&lt;br /&gt;# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 100Hz&lt;br /&gt;# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 60Hz&lt;br /&gt;# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 75Hz&lt;br /&gt;# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 76Hz&lt;br /&gt;# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 85Hz&lt;br /&gt;# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync&lt;br /&gt;# 1920x1080 @ 60Hz&lt;br /&gt;# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync&lt;br /&gt;# 1920x1080 @ 75Hz&lt;br /&gt;# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 60Hz&lt;br /&gt;# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 75Hz&lt;br /&gt;# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 1400x1050 @ 60Hz M9 Laptop mode &lt;br /&gt;# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;    Identifier  "Monitor1"&lt;br /&gt;    HorizSync   31.5 - 80.5&lt;br /&gt;    VertRefresh 60 - 75&lt;br /&gt;    Option "DPMS"&lt;br /&gt;&lt;br /&gt;# === mode lines based on GTF ===&lt;br /&gt;# VGA @ 100Hz&lt;br /&gt;# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync&lt;br /&gt;# SVGA @ 100Hz&lt;br /&gt;# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync&lt;br /&gt;# XVGA @ 100Hz&lt;br /&gt;# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync&lt;br /&gt;# 1152x864 @ 60Hz&lt;br /&gt;# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync&lt;br /&gt;# 1152x864 @ 85Hz&lt;br /&gt;# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync&lt;br /&gt;# 1152x864 @ 100Hz&lt;br /&gt;# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync&lt;br /&gt;# 1280x960 @ 75Hz&lt;br /&gt;# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync&lt;br /&gt;# 1280x960 @ 100Hz&lt;br /&gt;# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync&lt;br /&gt;# SXGA @ 100Hz&lt;br /&gt;# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync&lt;br /&gt;# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz&lt;br /&gt;# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync&lt;br /&gt;# 1600x1000 @ 60Hz&lt;br /&gt;# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 75Hz&lt;br /&gt;# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 85Hz&lt;br /&gt;# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 100Hz&lt;br /&gt;# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 60Hz&lt;br /&gt;# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 75Hz&lt;br /&gt;# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 76Hz&lt;br /&gt;# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 85Hz&lt;br /&gt;# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync&lt;br /&gt;# 1920x1080 @ 60Hz&lt;br /&gt;# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync&lt;br /&gt;# 1920x1080 @ 75Hz&lt;br /&gt;# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 60Hz&lt;br /&gt;# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 75Hz&lt;br /&gt;# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 1400x1050 @ 60Hz M9 Laptop mode &lt;br /&gt;# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Graphics device section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of graphics device sections may be present&lt;br /&gt;&lt;br /&gt;# Standard VGA Device:&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier  "Standard VGA"&lt;br /&gt;    VendorName  "Unknown"&lt;br /&gt;    BoardName   "Unknown"&lt;br /&gt;&lt;br /&gt;# The chipset line is optional in most cases.  It can be used to override&lt;br /&gt;# the driver's chipset detection, and should not normally be specified.&lt;br /&gt;&lt;br /&gt;#    Chipset     "generic"&lt;br /&gt;&lt;br /&gt;# The Driver line must be present.  When using run-time loadable driver&lt;br /&gt;# modules, this line instructs the server to load the specified driver&lt;br /&gt;# module.  Even when not using loadable driver modules, this line&lt;br /&gt;# indicates which driver should interpret the information in this section.&lt;br /&gt;&lt;br /&gt;    Driver      "vga"&lt;br /&gt;# The BusID line is used to specify which of possibly multiple devices&lt;br /&gt;# this section is intended for.  When this line isn't present, a device&lt;br /&gt;# section can only match up with the primary video device.  For PCI&lt;br /&gt;# devices a line like the following could be used.  This line should not&lt;br /&gt;# normally be included unless there is more than one video device&lt;br /&gt;# installed.&lt;br /&gt;&lt;br /&gt;#    BusID       "PCI:0:10:0"&lt;br /&gt;&lt;br /&gt;#    VideoRam    256&lt;br /&gt;&lt;br /&gt;#    Clocks      25.2 28.3&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# === ATI device section ===&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier                          "ATI Graphics Adapter connector 0"&lt;br /&gt;    Driver                              "fglrx"&lt;br /&gt;# ### generic DRI settings ###&lt;br /&gt;# === disable PnP Monitor  ===&lt;br /&gt;    #Option                              "NoDDC"&lt;br /&gt;# === disable/enable XAA/DRI ===&lt;br /&gt;    Option "no_accel"                   "no"&lt;br /&gt;    Option "no_dri"                     "no"&lt;br /&gt;# === misc DRI settings ===&lt;br /&gt;    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr&lt;br /&gt;# ### FireGL DDX driver module specific settings ###&lt;br /&gt;# === Screen Management ===&lt;br /&gt;    Option "DesktopSetup"               "0x00000000" &lt;br /&gt;    Option "MonitorLayout"              "AUTO, AUTO"&lt;br /&gt;    Option "IgnoreEDID"                 "off"&lt;br /&gt;    Option "HSync2"                     "31.5 - 80.5" &lt;br /&gt;    Option "VRefresh2"                  "60 - 75" &lt;br /&gt;    Option "ScreenOverlap"              "0" &lt;br /&gt;# === TV-out Management ===&lt;br /&gt;    Option "NoTV"                       "yes"     &lt;br /&gt;    Option "TVStandard"                 "NTSC-M"     &lt;br /&gt;    Option "TVHSizeAdj"                 "0"     &lt;br /&gt;    Option "TVVSizeAdj"                 "0"     &lt;br /&gt;    Option "TVHPosAdj"                  "0"     &lt;br /&gt;    Option "TVVPosAdj"                  "0"     &lt;br /&gt;    Option "TVHStartAdj"                "0"     &lt;br /&gt;    Option "TVColorAdj"                 "0"     &lt;br /&gt;    Option "GammaCorrectionI"           "0x00000000"&lt;br /&gt;    Option "GammaCorrectionII"          "0x00000000"&lt;br /&gt;# === OpenGL specific profiles/settings ===&lt;br /&gt;    Option "Capabilities"               "0x00008000"&lt;br /&gt;# === Video Overlay for the Xv extension ===&lt;br /&gt;    Option "VideoOverlay"               "on"&lt;br /&gt;# === OpenGL Overlay ===&lt;br /&gt;# Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;#       will be disabled automatically&lt;br /&gt;    Option "OpenGLOverlay"              "off"&lt;br /&gt;# === Center Mode (Laptops only) ===&lt;br /&gt;    Option "CenterMode"                 "off"&lt;br /&gt;# === Pseudo Color Visuals (8-bit visuals) ===&lt;br /&gt;    Option "PseudoColorVisuals"         "off"&lt;br /&gt;# === QBS Management ===&lt;br /&gt;    Option "Stereo"                     "off"&lt;br /&gt;    Option "StereoSyncEnable"           "1"&lt;br /&gt;# === FSAA Management ===&lt;br /&gt;    Option "FSAAEnable"                 "no"&lt;br /&gt;    Option "FSAAScale"                  "1"&lt;br /&gt;    Option "FSAADisableGamma"           "no"&lt;br /&gt;    Option "FSAACustomizeMSPos"         "no"&lt;br /&gt;    Option "FSAAMSPosX0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX5"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY5"                "0.000000"&lt;br /&gt;# === Misc Options ===&lt;br /&gt;    Option "UseFastTLS"                 "0"&lt;br /&gt;    Option "BlockSignalsOnLock"         "on"&lt;br /&gt;    Option "UseInternalAGPGART"         "yes"&lt;br /&gt;    Option "ForceGenericCPU"            "no"&lt;br /&gt;    BusID "PCI:1:0:0"    # vendor=1002, device=496e&lt;br /&gt;    Screen 0&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier                          "ATI Graphics Adapter connector 1"&lt;br /&gt;    Driver                              "fglrx"&lt;br /&gt;    BusID "PCI:1:0:0"    # vendor=1002, device=496e&lt;br /&gt;    Screen 1&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Screen sections&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of screen sections may be present.  Each describes&lt;br /&gt;# the configuration of a single screen.  A single specific screen section&lt;br /&gt;# may be specified from the X server command line with the "-screen"&lt;br /&gt;# option.&lt;br /&gt;Section "Screen"&lt;br /&gt;    Identifier  "Screen0"&lt;br /&gt;    Device      "ATI Graphics Adapter connector 0"&lt;br /&gt;    Monitor     "Monitor0"&lt;br /&gt;    DefaultDepth 24&lt;br /&gt;    #Option "backingstore"&lt;br /&gt;&lt;br /&gt;    Subsection "Display"&lt;br /&gt;        Depth       24&lt;br /&gt;        Modes       "1280x1024"&lt;br /&gt;        ViewPort    0 0  # initial origin if mode is smaller than desktop&lt;br /&gt;#        Virtual     1280 1024&lt;br /&gt;    EndSubsection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Screen"&lt;br /&gt;    Identifier  "Screen1"&lt;br /&gt;    Device      "ATI Graphics Adapter connector 1"&lt;br /&gt;    Monitor     "Monitor1"&lt;br /&gt;    DefaultDepth 24&lt;br /&gt;    #Option "backingstore"&lt;br /&gt;&lt;br /&gt;    Subsection "Display"&lt;br /&gt;        Depth       24&lt;br /&gt;        Modes       "1280x1024"&lt;br /&gt;        ViewPort    0 0  # initial origin if mode is smaller than desktop&lt;br /&gt;#        Virtual     1280 1024&lt;br /&gt;    EndSubsection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# ServerLayout sections.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of ServerLayout sections may be present.  Each describes&lt;br /&gt;# the way multiple screens are organised.  A specific ServerLayout&lt;br /&gt;# section may be specified from the X server command line with the&lt;br /&gt;# "-layout" option.  In the absence of this, the first section is used.&lt;br /&gt;# When now ServerLayout section is present, the first Screen section&lt;br /&gt;# is used alone.&lt;br /&gt;&lt;br /&gt;Section "ServerLayout"&lt;br /&gt;&lt;br /&gt;# The Identifier line must be present&lt;br /&gt;    Identifier  "Server Layout"&lt;br /&gt;&lt;br /&gt;# Each Screen line specifies a Screen section name, and optionally&lt;br /&gt;# the relative position of other screens.  The four names after&lt;br /&gt;# primary screen name are the screens to the top, bottom, left and right&lt;br /&gt;# of the primary screen.&lt;br /&gt;&lt;br /&gt;    Screen "Screen0"&lt;br /&gt;    Screen "Screen1" LeftOf "Screen0"&lt;br /&gt;#    Option "Xinerama" "on"&lt;br /&gt;&lt;br /&gt;# Each InputDevice line specifies an InputDevice section name and&lt;br /&gt;# optionally some options to specify the way the device is to be&lt;br /&gt;# used.  Those options include "CorePointer", "CoreKeyboard" and&lt;br /&gt;# "SendCoreEvents".&lt;br /&gt;&lt;br /&gt;    InputDevice "Mouse1" "CorePointer"&lt;br /&gt;    InputDevice "Keyboard1" "CoreKeyboard"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;### EOF ###&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113480953238162455?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113480953238162455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113480953238162455' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480953238162455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480953238162455'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/dual-head-xorgconf.html' title='Dual Head - Xorg.conf'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113480944811819107</id><published>2005-12-17T03:50:00.000-05:00</published><updated>2005-12-17T03:50:48.130-05:00</updated><title type='text'>Big Desktop - Xorg.conf</title><content type='html'>Here is the xorg.conf file I used for Big Desktop:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# File: xorg.conf&lt;br /&gt;# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.&lt;br /&gt;&lt;br /&gt;# Note by ATI: the below copyright notice is there for servicing possibly&lt;br /&gt;# pending third party rights on the file format and the instance of this file.&lt;br /&gt;#&lt;br /&gt;# Copyright (c) 1999 by The XFree86 Project, Inc.&lt;br /&gt;#&lt;br /&gt;# Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;# copy of this software and associated documentation files (the "Software"),&lt;br /&gt;# to deal in the Software without restriction, including without limitation&lt;br /&gt;# the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;# and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;# Software is furnished to do so, subject to the following conditions:&lt;br /&gt;# &lt;br /&gt;# The above copyright notice and this permission notice shall be included in&lt;br /&gt;# all copies or substantial portions of the Software.&lt;br /&gt;# &lt;br /&gt;# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL&lt;br /&gt;# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,&lt;br /&gt;# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF&lt;br /&gt;# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&lt;br /&gt;# SOFTWARE.&lt;br /&gt;# &lt;br /&gt;# Except as contained in this notice, the name of the XFree86 Project shall&lt;br /&gt;# not be used in advertising or otherwise to promote the sale, use or other&lt;br /&gt;# dealings in this Software without prior written authorization from the&lt;br /&gt;# XFree86 Project.&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Refer to the XF86Config(4/5) man page for details about the format of &lt;br /&gt;# this file.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# DRI Section&lt;br /&gt;# **********************************************************************&lt;br /&gt;Section "dri"&lt;br /&gt;# Access to OpenGL ICD is allowed for all users:&lt;br /&gt;    Mode 0666&lt;br /&gt;# Access to OpenGL ICD is restricted to a specific user group:&lt;br /&gt;#    Group 100    # users&lt;br /&gt;#    Mode 0660&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Module section -- this  section  is used to specify&lt;br /&gt;# which dynamically loadable modules to load.&lt;br /&gt;# **********************************************************************&lt;br /&gt;#&lt;br /&gt;Section "Module"&lt;br /&gt;&lt;br /&gt;# This loads the DBE extension module.&lt;br /&gt;&lt;br /&gt;    Load        "dbe"   # Double buffer extension&lt;br /&gt;&lt;br /&gt;# This loads the miscellaneous extensions module, and disables&lt;br /&gt;# initialisation of the XFree86-DGA extension within that module.&lt;br /&gt;    SubSection  "extmod"&lt;br /&gt;#      Option    "omit xfree86-dga" &lt;br /&gt;    EndSubSection&lt;br /&gt;&lt;br /&gt;# This loads the Type1 and FreeType font modules&lt;br /&gt;    Load        "type1"&lt;br /&gt;    Load        "freetype"&lt;br /&gt;&lt;br /&gt;# This loads the GLX module&lt;br /&gt;    Load        "glx"   # libglx.a&lt;br /&gt;    Load        "dri"   # libdri.a&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Files section.  This allows default font and rgb paths to be set&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt;&lt;br /&gt;# The location of the RGB database.  Note, this is the name of the&lt;br /&gt;# file minus the extension (like ".txt" or ".db").  There is normally&lt;br /&gt;# no need to change the default.&lt;br /&gt;&lt;br /&gt;    RgbPath "/usr/X11R6/lib/X11/rgb"&lt;br /&gt;&lt;br /&gt;# Multiple FontPath entries are allowed (which are concatenated together),&lt;br /&gt;# as well as specifying multiple comma-separated entries in one FontPath&lt;br /&gt;# command (or a combination of both methods)&lt;br /&gt;# &lt;br /&gt;# If you don't have a floating point coprocessor and emacs, Mosaic or other&lt;br /&gt;# programs take long to start up, try moving the Type1 and Speedo directory&lt;br /&gt;# to the end of this list (or comment them out).&lt;br /&gt;# &lt;br /&gt;&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/local/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"&lt;br /&gt;#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"&lt;br /&gt;    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"&lt;br /&gt;&lt;br /&gt;# The module search path.  The default path is shown here.&lt;br /&gt;&lt;br /&gt;#    ModulePath "/usr/X11R6/lib/modules"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Server flags section.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "ServerFlags"&lt;br /&gt;&lt;br /&gt;# Uncomment this to cause a core dump at the spot where a signal is &lt;br /&gt;# received.  This may leave the console in an unusable state, but may&lt;br /&gt;# provide a better stack trace in the core dump to aid in debugging&lt;br /&gt;&lt;br /&gt;#    Option "NoTrapSignals"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;BS&gt; server abort sequence&lt;br /&gt;# This allows clients to receive this key event.&lt;br /&gt;&lt;br /&gt;#    Option "DontZap"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable the &lt;Crtl&gt;&lt;Alt&gt;&lt;KP_+&gt;/&lt;KP_-&gt; mode switching&lt;br /&gt;# sequences.  This allows clients to receive these key events.&lt;br /&gt;&lt;br /&gt;#    Option "Dont Zoom"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable tuning with the xvidtune client. With&lt;br /&gt;# it the client can still run and fetch card and monitor attributes,&lt;br /&gt;# but it will not be allowed to change them. If it tries it will&lt;br /&gt;# receive a protocol error.&lt;br /&gt;&lt;br /&gt;#    Option "DisableVidModeExtension"&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local xvidtune client. &lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalXvidtune"&lt;br /&gt;&lt;br /&gt;# Uncomment this to disable dynamically modifying the input device&lt;br /&gt;# (mouse and keyboard) settings. &lt;br /&gt;&lt;br /&gt;#    Option "DisableModInDev"&lt;br /&gt;&lt;br /&gt;# Uncomment this to enable the use of a non-local client to&lt;br /&gt;# change the keyboard or mouse settings (currently only xset).&lt;br /&gt;&lt;br /&gt;#    Option "AllowNonLocalModInDev"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Input devices&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Core keyboard's InputDevice section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;&lt;br /&gt;    Identifier "Keyboard1"&lt;br /&gt;    Driver "kbd"&lt;br /&gt;# For most OSs the protocol can be omitted (it defaults to "Standard").&lt;br /&gt;# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),&lt;br /&gt;# uncomment the following line.&lt;br /&gt;&lt;br /&gt;#    Option "Protocol"   "Xqueue"&lt;br /&gt;&lt;br /&gt;    Option "AutoRepeat" "500 30"&lt;br /&gt;&lt;br /&gt;# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))&lt;br /&gt;#    Option "Xleds"      "1 2 3"&lt;br /&gt;&lt;br /&gt;#    Option "LeftAlt"    "Meta"&lt;br /&gt;#    Option "RightAlt"   "ModeShift"&lt;br /&gt;&lt;br /&gt;# To customise the XKB settings to suit your keyboard, modify the&lt;br /&gt;# lines below (which are the defaults).  For example, for a non-U.S.&lt;br /&gt;# keyboard, you will probably want to use:&lt;br /&gt;#    Option "XkbModel"   "pc102"&lt;br /&gt;# If you have a US Microsoft Natural keyboard, you can use:&lt;br /&gt;#    Option "XkbModel"   "microsoft"&lt;br /&gt;#&lt;br /&gt;# Then to change the language, change the Layout setting.&lt;br /&gt;# For example, a german layout can be obtained with:&lt;br /&gt;#    Option "XkbLayout"  "de"&lt;br /&gt;# or:&lt;br /&gt;#    Option "XkbLayout"  "de"&lt;br /&gt;#    Option "XkbVariant" "nodeadkeys"&lt;br /&gt;#&lt;br /&gt;# If you'd like to switch the positions of your capslock and&lt;br /&gt;# control keys, use:&lt;br /&gt;#    Option "XkbOptions" "ctrl:swapcaps"&lt;br /&gt;&lt;br /&gt;# These are the default XKB settings for XFree86&lt;br /&gt;#    Option "XkbRules"   "xfree86"&lt;br /&gt;#    Option "XkbModel"   "pc101"&lt;br /&gt;#    Option "XkbLayout"  "us"&lt;br /&gt;#    Option "XkbVariant" ""&lt;br /&gt;#    Option "XkbOptions" ""&lt;br /&gt;&lt;br /&gt;#    Option "XkbDisable"&lt;br /&gt;&lt;br /&gt;    Option "XkbRules" "xfree86"&lt;br /&gt;    Option "XkbModel" "pc104"&lt;br /&gt;    Option "XkbLayout" "us"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Core Pointer's InputDevice section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;&lt;br /&gt;# Identifier and driver&lt;br /&gt;&lt;br /&gt;    Identifier "Mouse1"&lt;br /&gt;    Driver "mouse"&lt;br /&gt;    Option "Protocol"   "ImPS/2"&lt;br /&gt;    Option "ZAxisMapping"   "4 5"&lt;br /&gt;    Option "Device"     "/dev/input/mice"&lt;br /&gt;&lt;br /&gt;# When using XQUEUE, comment out the above two lines, and uncomment&lt;br /&gt;# the following line.&lt;br /&gt;&lt;br /&gt;#    Option "Protocol"   "Xqueue"&lt;br /&gt;&lt;br /&gt;# Baudrate and SampleRate are only for some Logitech mice. In&lt;br /&gt;# almost every case these lines should be omitted.&lt;br /&gt;&lt;br /&gt;#    Option "BaudRate"   "9600"&lt;br /&gt;#    Option "SampleRate" "150"&lt;br /&gt;&lt;br /&gt;# Emulate3Buttons is an option for 2-button Microsoft mice&lt;br /&gt;# Emulate3Timeout is the timeout in milliseconds (default is 50ms)&lt;br /&gt;&lt;br /&gt;#    Option "Emulate3Buttons"&lt;br /&gt;#    Option "Emulate3Timeout"    "50"&lt;br /&gt;&lt;br /&gt;# ChordMiddle is an option for some 3-button Logitech mice&lt;br /&gt;&lt;br /&gt;#    Option "ChordMiddle"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Other input device sections &lt;br /&gt;# this is optional and is required only if you&lt;br /&gt;# are using extended input devices.  This is for example only.  Refer&lt;br /&gt;# to the XF86Config man page for a description of the options.&lt;br /&gt;# **********************************************************************&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice" &lt;br /&gt;#    Identifier  "Mouse2"&lt;br /&gt;#    Driver      "mouse"&lt;br /&gt;#    Option      "Protocol"      "MouseMan"&lt;br /&gt;#    Option      "Device"        "/dev/mouse2"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "spaceball"&lt;br /&gt;#    Driver     "magellan"&lt;br /&gt;#    Option     "Device"         "/dev/cua0"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "spaceball2"&lt;br /&gt;#    Driver     "spaceorb"&lt;br /&gt;#    Option     "Device"         "/dev/cua0"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "touchscreen0"&lt;br /&gt;#    Driver     "microtouch"&lt;br /&gt;#    Option     "Device"         "/dev/ttyS0"&lt;br /&gt;#    Option     "MinX"           "1412"&lt;br /&gt;#    Option     "MaxX"           "15184"&lt;br /&gt;#    Option     "MinY"           "15372"&lt;br /&gt;#    Option     "MaxY"           "1230"&lt;br /&gt;#    Option     "ScreenNumber"   "0"&lt;br /&gt;#    Option     "ReportingMode"  "Scaled"&lt;br /&gt;#    Option     "ButtonNumber"   "1"&lt;br /&gt;#    Option     "SendCoreEvents"&lt;br /&gt;# EndSection&lt;br /&gt;#&lt;br /&gt;# Section "InputDevice"&lt;br /&gt;#    Identifier "touchscreen1"&lt;br /&gt;#    Driver     "elo2300"&lt;br /&gt;#    Option     "Device"         "/dev/ttyS0"&lt;br /&gt;#    Option     "MinX"           "231"&lt;br /&gt;#    Option     "MaxX"           "3868"&lt;br /&gt;#    Option     "MinY"           "3858"&lt;br /&gt;#    Option     "MaxY"           "272"&lt;br /&gt;#    Option     "ScreenNumber"   "0"&lt;br /&gt;#    Option     "ReportingMode"  "Scaled"&lt;br /&gt;#    Option     "ButtonThreshold"    "17"&lt;br /&gt;#    Option     "ButtonNumber"   "1"&lt;br /&gt;#    Option     "SendCoreEvents"&lt;br /&gt;# EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Monitor section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of monitor sections may be present&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;    Identifier  "Monitor0"&lt;br /&gt;    HorizSync   31.5 - 80.5&lt;br /&gt;    VertRefresh 60 - 75&lt;br /&gt;    Option "DPMS"&lt;br /&gt;&lt;br /&gt;# === mode lines based on GTF ===&lt;br /&gt;# VGA @ 100Hz&lt;br /&gt;# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync&lt;br /&gt;# SVGA @ 100Hz&lt;br /&gt;# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync&lt;br /&gt;# XVGA @ 100Hz&lt;br /&gt;# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync&lt;br /&gt;# 1152x864 @ 60Hz&lt;br /&gt;# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync&lt;br /&gt;# 1152x864 @ 85Hz&lt;br /&gt;# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync&lt;br /&gt;# 1152x864 @ 100Hz&lt;br /&gt;# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync&lt;br /&gt;# 1280x960 @ 75Hz&lt;br /&gt;# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync&lt;br /&gt;# 1280x960 @ 100Hz&lt;br /&gt;# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync&lt;br /&gt;# SXGA @ 100Hz&lt;br /&gt;# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync&lt;br /&gt;# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz&lt;br /&gt;# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync&lt;br /&gt;# 1600x1000 @ 60Hz&lt;br /&gt;# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 75Hz&lt;br /&gt;# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 85Hz&lt;br /&gt;# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 100Hz&lt;br /&gt;# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 60Hz&lt;br /&gt;# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 75Hz&lt;br /&gt;# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 76Hz&lt;br /&gt;# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 85Hz&lt;br /&gt;# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync&lt;br /&gt;# 1920x1080 @ 60Hz&lt;br /&gt;# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync&lt;br /&gt;# 1920x1080 @ 75Hz&lt;br /&gt;# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 60Hz&lt;br /&gt;# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 75Hz&lt;br /&gt;# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 1400x1050 @ 60Hz M9 Laptop mode &lt;br /&gt;# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;    Identifier  "Monitor1"&lt;br /&gt;    HorizSync   31.5 - 80.5&lt;br /&gt;    VertRefresh 60 - 75&lt;br /&gt;    Option "DPMS"&lt;br /&gt;&lt;br /&gt;# === mode lines based on GTF ===&lt;br /&gt;# VGA @ 100Hz&lt;br /&gt;# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync&lt;br /&gt;# SVGA @ 100Hz&lt;br /&gt;# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync&lt;br /&gt;# XVGA @ 100Hz&lt;br /&gt;# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync&lt;br /&gt;# 1152x864 @ 60Hz&lt;br /&gt;# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync&lt;br /&gt;# 1152x864 @ 85Hz&lt;br /&gt;# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync&lt;br /&gt;# 1152x864 @ 100Hz&lt;br /&gt;# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync&lt;br /&gt;# 1280x960 @ 75Hz&lt;br /&gt;# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync&lt;br /&gt;# 1280x960 @ 100Hz&lt;br /&gt;# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync&lt;br /&gt;# SXGA @ 100Hz&lt;br /&gt;# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync&lt;br /&gt;# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz&lt;br /&gt;# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync&lt;br /&gt;# 1600x1000 @ 60Hz&lt;br /&gt;# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 75Hz&lt;br /&gt;# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 85Hz&lt;br /&gt;# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync&lt;br /&gt;# 1600x1000 @ 100Hz&lt;br /&gt;# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 60Hz&lt;br /&gt;# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 75Hz&lt;br /&gt;# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 76Hz&lt;br /&gt;# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync&lt;br /&gt;# 1600x1024 @ 85Hz&lt;br /&gt;# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync&lt;br /&gt;# 1920x1080 @ 60Hz&lt;br /&gt;# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync&lt;br /&gt;# 1920x1080 @ 75Hz&lt;br /&gt;# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 60Hz&lt;br /&gt;# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync&lt;br /&gt;# 1920x1200 @ 75Hz&lt;br /&gt;# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 2048x1536 @ 60&lt;br /&gt;# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;# 1400x1050 @ 60Hz M9 Laptop mode &lt;br /&gt;# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync&lt;br /&gt;# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Graphics device section&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of graphics device sections may be present&lt;br /&gt;&lt;br /&gt;# Standard VGA Device:&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier  "Standard VGA"&lt;br /&gt;    VendorName  "Unknown"&lt;br /&gt;    BoardName   "Unknown"&lt;br /&gt;&lt;br /&gt;# The chipset line is optional in most cases.  It can be used to override&lt;br /&gt;# the driver's chipset detection, and should not normally be specified.&lt;br /&gt;&lt;br /&gt;#    Chipset     "generic"&lt;br /&gt;&lt;br /&gt;# The Driver line must be present.  When using run-time loadable driver&lt;br /&gt;# modules, this line instructs the server to load the specified driver&lt;br /&gt;# module.  Even when not using loadable driver modules, this line&lt;br /&gt;# indicates which driver should interpret the information in this section.&lt;br /&gt;&lt;br /&gt;    Driver      "vga"&lt;br /&gt;# The BusID line is used to specify which of possibly multiple devices&lt;br /&gt;# this section is intended for.  When this line isn't present, a device&lt;br /&gt;# section can only match up with the primary video device.  For PCI&lt;br /&gt;# devices a line like the following could be used.  This line should not&lt;br /&gt;# normally be included unless there is more than one video device&lt;br /&gt;# installed.&lt;br /&gt;&lt;br /&gt;#    BusID       "PCI:0:10:0"&lt;br /&gt;&lt;br /&gt;#    VideoRam    256&lt;br /&gt;&lt;br /&gt;#    Clocks      25.2 28.3&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# === ATI device section ===&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier                          "ATI Graphics Adapter"&lt;br /&gt;    Driver                              "fglrx"&lt;br /&gt;# ### generic DRI settings ###&lt;br /&gt;# === disable PnP Monitor  ===&lt;br /&gt;    #Option                              "NoDDC"&lt;br /&gt;# === disable/enable XAA/DRI ===&lt;br /&gt;    Option "no_accel"                   "no"&lt;br /&gt;    Option "no_dri"                     "no"&lt;br /&gt;# === misc DRI settings ===&lt;br /&gt;    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr&lt;br /&gt;# ### FireGL DDX driver module specific settings ###&lt;br /&gt;# === Screen Management ===&lt;br /&gt;    Option "DesktopSetup"               "0x00000201" &lt;br /&gt;    Option "MonitorLayout"              "AUTO, AUTO"&lt;br /&gt;    Option "IgnoreEDID"                 "off"&lt;br /&gt;    Option "HSync2"                     "31.5 - 80.5" &lt;br /&gt;    Option "VRefresh2"                  "60 - 75" &lt;br /&gt;    Option "ScreenOverlap"              "0" &lt;br /&gt;# === TV-out Management ===&lt;br /&gt;    Option "NoTV"                       "yes"     &lt;br /&gt;    Option "TVStandard"                 "NTSC-M"     &lt;br /&gt;    Option "TVHSizeAdj"                 "0"     &lt;br /&gt;    Option "TVVSizeAdj"                 "0"     &lt;br /&gt;    Option "TVHPosAdj"                  "0"     &lt;br /&gt;    Option "TVVPosAdj"                  "0"     &lt;br /&gt;    Option "TVHStartAdj"                "0"     &lt;br /&gt;    Option "TVColorAdj"                 "0"     &lt;br /&gt;    Option "GammaCorrectionI"           "0x00000000"&lt;br /&gt;    Option "GammaCorrectionII"          "0x00000000"&lt;br /&gt;# === OpenGL specific profiles/settings ===&lt;br /&gt;    Option "Capabilities"               "0x00008000"&lt;br /&gt;# === Video Overlay for the Xv extension ===&lt;br /&gt;    Option "VideoOverlay"               "on"&lt;br /&gt;# === OpenGL Overlay ===&lt;br /&gt;# Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;#       will be disabled automatically&lt;br /&gt;    Option "OpenGLOverlay"              "off"&lt;br /&gt;# === Center Mode (Laptops only) ===&lt;br /&gt;    Option "CenterMode"                 "off"&lt;br /&gt;# === Pseudo Color Visuals (8-bit visuals) ===&lt;br /&gt;    Option "PseudoColorVisuals"         "off"&lt;br /&gt;# === QBS Management ===&lt;br /&gt;    Option "Stereo"                     "off"&lt;br /&gt;    Option "StereoSyncEnable"           "1"&lt;br /&gt;# === FSAA Management ===&lt;br /&gt;    Option "FSAAEnable"                 "no"&lt;br /&gt;    Option "FSAAScale"                  "1"&lt;br /&gt;    Option "FSAADisableGamma"           "no"&lt;br /&gt;    Option "FSAACustomizeMSPos"         "no"&lt;br /&gt;    Option "FSAAMSPosX0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX5"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY5"                "0.000000"&lt;br /&gt;# === Misc Options ===&lt;br /&gt;    Option "UseFastTLS"                 "0"&lt;br /&gt;    Option "BlockSignalsOnLock"         "on"&lt;br /&gt;    Option "UseInternalAGPGART"         "yes"&lt;br /&gt;    Option "ForceGenericCPU"            "no"&lt;br /&gt;#    BusID "PCI:1:0:1"    # vendor=1002, device=496e&lt;br /&gt;    Screen 0&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# Screen sections&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of screen sections may be present.  Each describes&lt;br /&gt;# the configuration of a single screen.  A single specific screen section&lt;br /&gt;# may be specified from the X server command line with the "-screen"&lt;br /&gt;# option.&lt;br /&gt;Section "Screen"&lt;br /&gt;    Identifier  "Screen0"&lt;br /&gt;    Device      "ATI Graphics Adapter"&lt;br /&gt;    Monitor     "Monitor0"&lt;br /&gt;    DefaultDepth 24&lt;br /&gt;    #Option "backingstore"&lt;br /&gt;&lt;br /&gt;    Subsection "Display"&lt;br /&gt;        Depth       24&lt;br /&gt;        Modes       "1280x1024"&lt;br /&gt;        ViewPort    0 0  # initial origin if mode is smaller than desktop&lt;br /&gt;#        Virtual     1280 1024&lt;br /&gt;    EndSubsection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;# **********************************************************************&lt;br /&gt;# ServerLayout sections.&lt;br /&gt;# **********************************************************************&lt;br /&gt;&lt;br /&gt;# Any number of ServerLayout sections may be present.  Each describes&lt;br /&gt;# the way multiple screens are organised.  A specific ServerLayout&lt;br /&gt;# section may be specified from the X server command line with the&lt;br /&gt;# "-layout" option.  In the absence of this, the first section is used.&lt;br /&gt;# When now ServerLayout section is present, the first Screen section&lt;br /&gt;# is used alone.&lt;br /&gt;&lt;br /&gt;Section "ServerLayout"&lt;br /&gt;&lt;br /&gt;# The Identifier line must be present&lt;br /&gt;    Identifier  "Server Layout"&lt;br /&gt;&lt;br /&gt;# Each Screen line specifies a Screen section name, and optionally&lt;br /&gt;# the relative position of other screens.  The four names after&lt;br /&gt;# primary screen name are the screens to the top, bottom, left and right&lt;br /&gt;# of the primary screen.&lt;br /&gt;&lt;br /&gt;    Screen "Screen0"&lt;br /&gt;&lt;br /&gt;# Each InputDevice line specifies an InputDevice section name and&lt;br /&gt;# optionally some options to specify the way the device is to be&lt;br /&gt;# used.  Those options include "CorePointer", "CoreKeyboard" and&lt;br /&gt;# "SendCoreEvents".&lt;br /&gt;&lt;br /&gt;    InputDevice "Mouse1" "CorePointer"&lt;br /&gt;    InputDevice "Keyboard1" "CoreKeyboard"&lt;br /&gt;&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;### EOF ###&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113480944811819107?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113480944811819107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113480944811819107' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480944811819107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480944811819107'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/big-desktop-xorgconf.html' title='Big Desktop - Xorg.conf'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113480918960119310</id><published>2005-12-17T03:08:00.000-05:00</published><updated>2005-12-17T03:46:29.620-05:00</updated><title type='text'>Big Desktop</title><content type='html'>Ok, so I have been working on this for a few hours and I'm making some progress.  Basically what I have been up to is setting up my second LCD monitor and configuring Xorg to work correctly with both monitors.  You will be happy to know that it is infact working.  There are a few minor problems however.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;How I got it to work:&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;Well, it wasn't too much trouble using fglrxconfig.  Here is what I did:&lt;br /&gt;&lt;br /&gt;- Ran fglrxconfig.&lt;br /&gt;&lt;br /&gt;- Tried to startx.&lt;br /&gt;&lt;br /&gt;- Encountered the error "(EE) No Devices Detected.&lt;br /&gt;&lt;br /&gt;After that I was a little stumped, so I did what any techie would do who was havin a little trouble.  I googled it!  &lt;a href="http://wiki.x.org/wiki/FAQErrorMessages"&gt;This&lt;/a&gt; is what I came up with.  This goes into detail about the problem, although it didn't leave me with a good fix.  (No screens found was the "sub-error" I got).&lt;br /&gt;&lt;br /&gt;What I ended up doing was something that I tried a long time ago that worked under 1 monitor when I was trying to get DRI to work.  While it gave me that error it also gave me a warning mentioning PCI 01:00:00.  I did not have a clue what this is and still don't, but when I comment out the line that contains this in the xorg.conf file it works.&lt;br /&gt;&lt;br /&gt;So that gave me Big Desktop, which is one desktop that is expanded over two monitors.  This is really quite nice.  Supposedly it is like Xinerama (which I am not really sure what it is  because no site gives a clear definition.  In fact all I know about xinerama is that it cannot be used with DRI which it out of the question.)  &lt;br /&gt;&lt;br /&gt;Anyway, I couldn't get KDE to work with this at first although GNOME and TWM worked fine.  When I started KDE, it seemed as if it was going to work because the splash screen split the two monitors.  Well after that I couldn't get the mouse to the second monitor.  After reading a few websites I found out that this is just a little option in KDE that needs to be turned off.  To do so:&lt;br /&gt;&lt;br /&gt;- Right click on the desktop.&lt;br /&gt;&lt;br /&gt;- Select configure desktop.&lt;br /&gt;&lt;br /&gt;- Select Display from the left.&lt;br /&gt;&lt;br /&gt;- Uncheck the box labeled "Apply settings on KDE startup."&lt;br /&gt;&lt;br /&gt;- Click ok.&lt;br /&gt;&lt;br /&gt;After restarting KDE I was in the good.  Sounds good right.....wrong.&lt;br /&gt;&lt;br /&gt;What I failed to mention is that fact that after getting a little frustrated not being able to get Big Desktop to work in KDE I tried to get Dual Head to work.  This seems like it was a waste.  You cannot move windows between desktops, but merely the mouse between desktops only.  There are two different start buttons, etc, wasn't that great.  So I copied the xorg.conf file that I had saved for Big Desktop back and thats when I figured out the checkbox thing.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;The Problems&lt;/h3&gt;&lt;br /&gt;The problems I ran into were few and far between and I can live with them (for now anyway).  The first problem is with maximizing windows, which is really the least of my worries since I don't really maximize windows all that much except movies.  When I maximize a window it is maximized across the entire 2 monitors instead of inside one.  Oh well watcha gonna do.  Not a big deal.  The only problem I am really having with this is that when I make an mplayer window full screen it maximizes to one screen (YAY!!!) but it makes the other black (BOOOO!)  If it just maximized to one screen that would be amazing.  Kinda scared to see what is going to happend with games.&lt;br /&gt;&lt;br /&gt;The second and probably the worst problem is the fact that when the mouse cursor changes its icon on the monitor NOT plugged into the DVI port (lets say you select a hyperlink and the cursor turns to a pointer finger) a cursor in the duplicate location on the other monitor flickers breifly, almost like a ghost cursor on the other monitor.  Now this doesn't seem that bad after reading &lt;a href="http://www.schneider-digital.de/download/ati/fixed-linux_8.20.8.txt"&gt;this&lt;/a&gt;.  Basically what it says is that a new version of the proprietary ati-drivers for linux have been released and this problem has been fixed.  It is version 8.20.8  I currently have 8.14.13 as it is all Gentoo has unmasked thus far.  There are actually 5 versions better than the one I have, but they are all still masked.  Really wish they would hurry!&lt;br /&gt;&lt;br /&gt;The last problem I had which I was able to correct was a problem that happened with mozilla web browser and its fonts.  When I started mozilla all of the buttons and applications fonts (not the web pages) were HUGE!  To fix this I:&lt;br /&gt;&lt;br /&gt;- Clicked on the Edit menu.&lt;br /&gt;&lt;br /&gt;- Selected Preferences.&lt;br /&gt;&lt;br /&gt;- Changed the display resolution to 96dpi.  &lt;br /&gt;&lt;br /&gt;This fixed the problem. I then had to do the same thing for Thunderbird.  I am sure I will also have to do it for Firefox soon enough (if I ever use it again. It is such a pain in the ass sometimes.  The devs really need to work on these memory leaks ASAP because I feel they are going to start loosing market share if they don't, especially with google about to purchase Opera.  The Firefox boom is over, and the developers at Mozilla need to start fixing bugs and stop adding features for a little while.  Its time to return to the roots that made Firefox so popular in the first place, security and stability.  Features are nice to, but I can live with the current ones for now if that means devs will be fixing stuff.  Not to mention that anyone can write extensions :-) )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113480918960119310?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113480918960119310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113480918960119310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480918960119310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113480918960119310'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/big-desktop.html' title='Big Desktop'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113470183570408353</id><published>2005-12-15T21:54:00.000-05:00</published><updated>2005-12-15T21:57:15.716-05:00</updated><title type='text'>Direct Rendering Help</title><content type='html'>While I was troubleshooting why my girlfriends computer didn't have direct rendering enabled I stumbled across &lt;a href="http://dri.freedesktop.org/wiki/DriTroubleshooting"&gt;this&lt;/a&gt; website which tell you how to fix all the little errors that you may come across in setting up DRI on Xorg (Which has been.....*shudder*).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113470183570408353?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://dri.freedesktop.org/wiki/DriTroubleshooting' title='Direct Rendering Help'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113470183570408353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113470183570408353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113470183570408353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113470183570408353'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/direct-rendering-help.html' title='Direct Rendering Help'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113468516716448740</id><published>2005-12-15T17:10:00.000-05:00</published><updated>2005-12-15T17:19:27.166-05:00</updated><title type='text'>Almost forgot...KDE</title><content type='html'>A day or two ago &lt;a href="http://linux.slashdot.org/linux/05/12/13/1340215.shtml?tid=121&amp;tid=131&amp;tid=189&amp;tid=106"&gt;this&lt;/a&gt; was posted to slashdot.  Now I haven't used KDE since before I was a die hard linux guy.  After trying it, well,......I haven't been in gnome since.  &lt;br /&gt;&lt;br /&gt;I was really excited to see all of the features that KDE offers and has improved up over the years.  Of coarse I am still emerging all of the software, so I haven't gotten to play with all of it, but its really the little things that make it so great.  The fact that everything just works,  the fact that there is a menu editor is a big one (stupid gnome 2.10).  After trying it for myself I would have to say that Linus was right.  Gnome tries to make things so simple that they loose functionality. So in closing "Please, just tell people to use KDE."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113468516716448740?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://linux.slashdot.org/linux/05/12/13/1340215.shtml?tid=121&amp;tid=131&amp;tid=189&amp;tid=106' title='Almost forgot...KDE'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113468516716448740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113468516716448740' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113468516716448740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113468516716448740'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/almost-forgotkde.html' title='Almost forgot...KDE'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113468457452698789</id><published>2005-12-15T17:07:00.000-05:00</published><updated>2005-12-15T17:09:34.570-05:00</updated><title type='text'>Find Large Files</title><content type='html'>I found this cool little use of the find command which allows you to find large files.  This is useful if you've forgotten about something somewhere that is eating up a lot of disk space.  The way it is now, the command searches for files over 100 MB (even though the owner of the site messed it up a little bit, but i fixed it :-) )&lt;br /&gt;&lt;br /&gt;find / -size +100000k -print&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113468457452698789?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://aaltonen.us/archive/2003/04/26/tip-find-large-files/' title='Find Large Files'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113468457452698789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113468457452698789' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113468457452698789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113468457452698789'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/find-large-files.html' title='Find Large Files'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113444875461552308</id><published>2005-12-12T23:39:00.000-05:00</published><updated>2005-12-12T23:39:15.723-05:00</updated><title type='text'>Restoring Volume Levels after reboot</title><content type='html'>First of all, my hat is off to LinuxQuestions.org.  I use it all the time because it is without a doubt the best source of information regarding linux.  IF (when) I get a high paying job, I WILL donate mad loot to them.&lt;br /&gt;&lt;br /&gt;Anyways...I hate how my mixer settings get messed up, so I found this post that talks about the alsactl command which allows you to save and restore mixer levels, even after rebooting.  Very nice!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113444875461552308?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/showthread.php?t=30609' title='Restoring Volume Levels after reboot'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113444875461552308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113444875461552308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113444875461552308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113444875461552308'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/restoring-volume-levels-after-reboot.html' title='Restoring Volume Levels after reboot'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113443452617864765</id><published>2005-12-12T19:42:00.000-05:00</published><updated>2005-12-12T19:42:06.213-05:00</updated><title type='text'>phpMyAdmin</title><content type='html'>I was having a little trouble setting up phpMyAdmin today.  After reading the docs I finally figured out why it wasn't allowing me to login.  It appears that you login to phpMyAdmin using a mysql username and password, not the *nix username and password.  Before you can do this tho, you need to setup a control user account.  Here is the code from the side to do so:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';&lt;br /&gt;GRANT SELECT (&lt;br /&gt;    Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,&lt;br /&gt;    Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,&lt;br /&gt;    File_priv, Grant_priv, References_priv, Index_priv, Alter_priv,&lt;br /&gt;    Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv,&lt;br /&gt;    Execute_priv, Repl_slave_priv, Repl_client_priv&lt;br /&gt;    ) ON mysql.user TO 'pma'@'localhost';&lt;br /&gt;GRANT SELECT ON mysql.db TO 'pma'@'localhost';&lt;br /&gt;GRANT SELECT ON mysql.host TO 'pma'@'localhost';&lt;br /&gt;GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)&lt;br /&gt;    ON mysql.tables_priv TO 'pma'@'localhost';&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;You should of coarse change your password in this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113443452617864765?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.phpmyadmin.net/home_page/docs.php' title='phpMyAdmin'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113443452617864765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113443452617864765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113443452617864765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113443452617864765'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/phpmyadmin.html' title='phpMyAdmin'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113437337847493611</id><published>2005-12-12T02:42:00.000-05:00</published><updated>2005-12-12T02:42:58.520-05:00</updated><title type='text'>Gentoo Linux Documentation -- Upgrade guide to MySQL 4.1.x</title><content type='html'>Gentoo.org as usual supplies great documentation for upgrading from version to version of MYSQL as emerge cannot do it automatically for you.  Great service!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113437337847493611?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.gentoo.org/doc/en/mysql-upgrading.xml' title='Gentoo Linux Documentation -- Upgrade guide to MySQL 4.1.x'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113437337847493611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113437337847493611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113437337847493611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113437337847493611'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gentoo-linux-documentation-upgrade.html' title='Gentoo Linux Documentation -- Upgrade guide to MySQL 4.1.x'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113397834204507746</id><published>2005-12-07T12:59:00.000-05:00</published><updated>2005-12-07T12:59:02.073-05:00</updated><title type='text'>Fixing Firefox's memory leak</title><content type='html'>This page has instructions for how to fix problems related to memory leaks in firefox.  I gave it a shot.  We'll see how it works.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113397834204507746?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.freerepublic.com/focus/f-bloggers/1327586/posts' title='Fixing Firefox&apos;s memory leak'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113397834204507746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113397834204507746' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113397834204507746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113397834204507746'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/fixing-firefoxs-memory-leak.html' title='Fixing Firefox&apos;s memory leak'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-113389925019364390</id><published>2005-12-06T15:00:00.000-05:00</published><updated>2005-12-06T15:00:50.200-05:00</updated><title type='text'>Gnome Menu Editors</title><content type='html'>Well after trying to edit the menus manually I am unmasking and emerging smeg.  The files are all over the place so it is hard to edit them manually.  Lets see how smeg works.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113389925019364390?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113389925019364390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113389925019364390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113389925019364390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113389925019364390'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gnome-menu-editors.html' title='Gnome Menu Editors'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113389782176534790</id><published>2005-12-06T14:37:00.000-05:00</published><updated>2005-12-06T14:37:01.773-05:00</updated><title type='text'>Gnome Menu Duplicates</title><content type='html'>I have been looking through my gnome menu and noticing that I have duplicates of some applications in the menu.  I want to remove these.  Like always I did a google and found some useful information.  I didn't even know that gnome 2.12 was released as the Gentoo developers haven't finished the e-build yet.  Can't wait for that one.&lt;br /&gt;&lt;br /&gt;Anyway, it appears that gnome 2.8 has a built in menu editor in which I could have just removed these items.&lt;br /&gt;&lt;br /&gt;Unfortuantely I have gnome 2.10 which switched to the freedesktop menu structure, consequently there is not integrated menu editor.  These must as a result be edited manually with a text editor.&lt;br /&gt;&lt;br /&gt;Gnome 2.12 comes with a built in menu editor.  Apparently it isn't the greatest though.&lt;br /&gt;&lt;br /&gt;This &lt;a href="http://www.realistanew.com/2005/03/18/gnome-menu-editor"&gt;website&lt;/a&gt; vents its frustation about gnome 2.10 not having a menu editor.  This author decided to write his own, but unfortuantely smeg is currently masked.  Couldn't find any others and I try not to emerge masked packages too much, so I am going to try the by hand method.&lt;br /&gt;&lt;br /&gt;This &lt;a href="http://www.gnome.org/start/2.0/menuediting.html"&gt;site&lt;/a&gt; seems to be answering all my gnome menu editing questions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113389782176534790?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.eglug.org/node/1651' title='Gnome Menu Duplicates'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113389782176534790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113389782176534790' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113389782176534790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113389782176534790'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gnome-menu-duplicates.html' title='Gnome Menu Duplicates'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113388973983699762</id><published>2005-12-06T12:22:00.000-05:00</published><updated>2005-12-06T12:22:19.843-05:00</updated><title type='text'>Gentoo Linux GCC Upgrade Guide (Final Update)</title><content type='html'>Finally all the compiling is done.  I have compiled the kernel again and rebooted the system and all is well.  Aside from the 3 days it was a seemingly smooth tranisition between compilers.  &lt;br /&gt;&lt;br /&gt;I'm glad that gentoo finally wrote a doc on upgrading the compilers because I have had a lot of trouble in the past.  Last time I tried this everything complained because it wasn't the same compiler and I eventually re-installed gentoo.  Now back to the fun linux stuff... :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113388973983699762?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113388973983699762/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113388973983699762' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113388973983699762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113388973983699762'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gentoo-linux-gcc-upgrade-guide-final.html' title='Gentoo Linux GCC Upgrade Guide (Final Update)'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113384774924855071</id><published>2005-12-06T00:42:00.000-05:00</published><updated>2005-12-06T00:42:29.260-05:00</updated><title type='text'>Gentoo Linux GCC Upgrade Guide (Update2)</title><content type='html'>So.....its still compiling and I haven't even got to the kernel yet.  It has 5 packages after the current which is OpenOffice 2.0&lt;br /&gt;&lt;br /&gt;Hopefully it will be done tomorrow, totaling 3 days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113384774924855071?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113384774924855071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113384774924855071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113384774924855071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113384774924855071'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gentoo-linux-gcc-upgrade-guide-update2.html' title='Gentoo Linux GCC Upgrade Guide (Update2)'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113366570655983297</id><published>2005-12-03T22:08:00.000-05:00</published><updated>2005-12-03T22:08:27.393-05:00</updated><title type='text'>Gentoo Linux GCC Upgrade Guide (Update)</title><content type='html'>I decided to do the slow but safe upgrade, which requires all existing packages to be re-emerged under the new compiler.  All in all there were over 100 system packages and over 500 world packages.  It has been going for about 24 hours now and has about 400 left.  Hoping and praying that it doesn't pull up over 600 updated etc config files that I will have to go through...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113366570655983297?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113366570655983297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113366570655983297' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113366570655983297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113366570655983297'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gentoo-linux-gcc-upgrade-guide-update.html' title='Gentoo Linux GCC Upgrade Guide (Update)'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113360301360360800</id><published>2005-12-03T04:43:00.000-05:00</published><updated>2005-12-03T13:34:15.140-05:00</updated><title type='text'>Gentoo Linux GCC Upgrade Guide</title><content type='html'>I have had problems in the past where new versions of gcc were emerged and they messed stuff up.  With this new documentation, it makes it easily not only to update the software, but to understand what is going on too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113360301360360800?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.gentoo.org/proj/en/base/x86/gcc-upgrading-guide.xml' title='Gentoo Linux GCC Upgrade Guide'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113360301360360800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113360301360360800' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113360301360360800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113360301360360800'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/gentoo-linux-gcc-upgrade-guide.html' title='Gentoo Linux GCC Upgrade Guide'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113359853395325106</id><published>2005-12-03T03:28:00.000-05:00</published><updated>2005-12-03T03:28:54.000-05:00</updated><title type='text'></title><content type='html'>One thing I was looking to purchase after I get a 64 bit chip and new mobo was a new pci express graphics card.  After reading this page &lt;A HREF="http://gentoo-wiki.com/HOWTO_ATI_Drivers"&gt;http://gentoo-wiki.com/HOWTO_ATI_Drivers&lt;/A&gt; my next card will definately be an nvidia card.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113359853395325106?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113359853395325106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113359853395325106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113359853395325106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113359853395325106'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/12/one-thing-i-was-looking-to-purchase.html' title=''/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113150767860595650</id><published>2005-11-08T22:41:00.000-05:00</published><updated>2005-11-08T22:41:18.640-05:00</updated><title type='text'>Cedega</title><content type='html'>I found this website that has great directions for installing the free cvs version of cedega.  I am in the process now, so I'll be sure to report any difficulties in installing it and quality and ease of the software.&lt;br /&gt;&lt;br /&gt;http://www.linux-gamers.net/modules/wfsection/article.php?articleid=45&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113150767860595650?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linux-gamers.net/modules/wfsection/article.php?articleid=45' title='Cedega'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113150767860595650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113150767860595650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113150767860595650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113150767860595650'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/11/cedega.html' title='Cedega'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113114090038163879</id><published>2005-11-04T16:45:00.000-05:00</published><updated>2005-11-04T16:48:20.416-05:00</updated><title type='text'>Wireless PCMCIA Cards</title><content type='html'>I am looking to buy a new wireless card for my laptop because this Hawking Technologies one just isn't cutting it.  It has poor reception, the software is AWFUL to say the least and it frequently disconnects/reconnects.&lt;br /&gt;&lt;br /&gt;Its time to find an inexpensive quality card.  If anyone knows of one, please let me know.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113114090038163879?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113114090038163879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113114090038163879' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113114090038163879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113114090038163879'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/11/wireless-pcmcia-cards.html' title='Wireless PCMCIA Cards'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9794365.post-113077726243280076</id><published>2005-10-31T11:46:00.000-05:00</published><updated>2005-10-31T11:47:42.453-05:00</updated><title type='text'>Creating an Ebuild</title><content type='html'>I was trying to make an ebuild for the electric sheep hacked version of xscreensaver so I can vote on sheep.  There is currently no ebuild for this version, so I downloaded the source and from this site:&lt;br /&gt;&lt;br /&gt;http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild&lt;br /&gt;&lt;br /&gt;I am going to try to make an ebuild.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113077726243280076?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild' title='Creating an Ebuild'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113077726243280076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113077726243280076' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113077726243280076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113077726243280076'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/10/creating-ebuild.html' title='Creating an Ebuild'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-113046076536153328</id><published>2005-10-27T20:52:00.000-04:00</published><updated>2005-10-27T21:06:27.836-04:00</updated><title type='text'></title><content type='html'>I had a problem with mplayer today where it would not play any video, but I could hear the audio from the wmv files for my mgq302 class lectures.  &lt;br /&gt;&lt;br /&gt;After reading a little bit I found that I needed to enable a particular codec at compile time, specifically the ones for the type of video.  I found this site that does a great job of explaining all of this:  &lt;A HREF="http://gentoo-wiki.com/HOWTO_Emerge_MPlayer"&gt;http://gentoo-wiki.com/HOWTO_Emerge_MPlayer&lt;/A&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-113046076536153328?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/113046076536153328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=113046076536153328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113046076536153328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/113046076536153328'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/10/i-had-problem-with-mplayer-today-where.html' title=''/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-112390390378998774</id><published>2005-08-12T23:31:00.000-04:00</published><updated>2005-08-12T23:31:43.800-04:00</updated><title type='text'>DVD9 to DVD5 guide</title><content type='html'>This is a great way to backup dvd's that wouldn't rip with software such as dvdbackup or vobcopy.  Use DVD Decrypter in windows or try DVD:Rip in linux (I haven't tried this yet) to get the files on your HD.  &lt;br /&gt;&lt;br /&gt;From there, follow these &lt;br /&gt;&lt;a href="http://www.linuxquestions.org/questions/answers.php?action=viewarticle&amp;amp;artid=308"&gt;directions&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-112390390378998774?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/answers.php?action=viewarticle&amp;artid=308' title='DVD9 to DVD5 guide'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/112390390378998774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=112390390378998774' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112390390378998774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112390390378998774'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/08/dvd9-to-dvd5-guide.html' title='DVD9 to DVD5 guide'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-112180340321132405</id><published>2005-07-19T16:01:00.000-04:00</published><updated>2005-07-19T16:03:23.230-04:00</updated><title type='text'>lxdvdrip</title><content type='html'>So I have test out lxdvdrip and it seems to be an amazing piece of software.  I have been using it to backup my collection of DVD's and they seem quite flawless.  I really recommened checking out this piece of software.&lt;br /&gt;&lt;br /&gt;It has problems with some movies that it cannot read, but for the most part it does an amazing job.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-112180340321132405?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://developer.berlios.de/projects/lxdvdrip/' title='lxdvdrip'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/112180340321132405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=112180340321132405' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112180340321132405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112180340321132405'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/07/lxdvdrip.html' title='lxdvdrip'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-112042232829722483</id><published>2005-07-03T16:25:00.000-04:00</published><updated>2005-07-03T16:25:28.316-04:00</updated><title type='text'>lxdvdrip - One step DVD backup DVD-9 to DVD-5!</title><content type='html'>I was browsing google for a way to do a 1 step backup of dvds and found this site &lt;a href="http://www.videohelp.com/forum/viewtopic.php?t=211236"&gt;VideoHelp.com :: View topic - One step DVD backup DVD-9 to DVD-5!&lt;/a&gt; which has details of a new program called lxdvdrip.  I just unmasked it and dvdstream and I am testing them out now.   Seems very promising!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-112042232829722483?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.videohelp.com/forum/viewtopic.php?t=211236' title='lxdvdrip - One step DVD backup DVD-9 to DVD-5!'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/112042232829722483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=112042232829722483' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112042232829722483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/112042232829722483'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/07/lxdvdrip-one-step-dvd-backup-dvd-9-to.html' title='lxdvdrip - One step DVD backup DVD-9 to DVD-5!'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111958551337294876</id><published>2005-06-23T23:54:00.000-04:00</published><updated>2005-06-23T23:58:33.376-04:00</updated><title type='text'>phptodo</title><content type='html'>I was having some problems setting up phptodo on my machine.  Every time I tried to login it would bring me back to the login screen.  It would tell me if I put the wrong password in, but if I put in the correct one it would just prompt me again.&lt;br /&gt;&lt;br /&gt;Wasn't quite sure what the problem could be.  I went throught the php code and couldn't find anything.  I decided to e-mail the author and he mentioned that I should use the CVS code or just get the newest index.php file.  This was his message:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Are you running version 0.1.1 or the latest CVS? There was a fix for&lt;br /&gt;cookies that caused some setups to fail at login. If you're not running&lt;br /&gt;the CVS version I suggest you give it a go (or just download the&lt;br /&gt;index.php file from SF.net; http://tinyurl.com/9fsvy ).&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This worked.  Thanks Mattias Nordstrom!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111958551337294876?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111958551337294876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111958551337294876' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111958551337294876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111958551337294876'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/06/phptodo.html' title='phptodo'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111796000804490938</id><published>2005-06-05T04:24:00.000-04:00</published><updated>2005-06-05T04:26:48.073-04:00</updated><title type='text'>PSC 1210 Scanning</title><content type='html'>I'm not exactly sure how I did it, but I was able to get scanning working with my scanner using hplip.  It may have been the previous upgrade to libusb.  I tried to install the newest version of hplip from source not by merging it.  It errored during the make install stage.  I tried to open the toolbox which failed so I started the hplip service and opened the toolbox and it worked.  Couldn't beleive it.  I have been scanning stuff since!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111796000804490938?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111796000804490938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111796000804490938' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111796000804490938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111796000804490938'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/06/psc-1210-scanning.html' title='PSC 1210 Scanning'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111795803931381395</id><published>2005-06-05T03:53:00.000-04:00</published><updated>2005-06-05T03:53:59.346-04:00</updated><title type='text'>HP PSC 1210</title><content type='html'>After finding &lt;a href="http://www.linuxquestions.org/questions/archive/1/2005/02/3/275259"&gt; this page&lt;/a&gt; I decided to try and emerge hpoj again even though it always fails.  It did like usual.  It complained of a problem with some usb item being unresolved.  I then checked to see if there was an update for libusb.  There was, which I merged.  I was then able to merge hpoj.  I ran the configuration 'ptal-init setup' which ran through setting it up.&lt;br /&gt;&lt;br /&gt;I then tried to start xsane but it complained about something with sane.  I then re-merged sane-backends, sane-frontends, and xsane.&lt;br /&gt;&lt;br /&gt;After trying all this I keep getting device busy errors when trying to start xsane.  This occurs while it is searching for the scanner.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111795803931381395?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/archive/1/2005/02/3/275259' title='HP PSC 1210'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111795803931381395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111795803931381395' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111795803931381395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111795803931381395'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/06/hp-psc-1210.html' title='HP PSC 1210'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111755470951391328</id><published>2005-05-31T11:32:00.000-04:00</published><updated>2005-05-31T11:51:49.546-04:00</updated><title type='text'>Nautilus Compilation Error</title><content type='html'>On my machine at work I have been trying to 'emerge gnome' for quite a while.  I repeatedly received warnings stating that a libtool library was missing or had been moved.  Eventually the emerge would error and fail.&lt;br /&gt;&lt;br /&gt;After many attempts to find a solution to this problem, I finally found something saying it is most likely a problem with the configure script.  Not sure how to change that I didn't bother.  But rather thought of a way to have it re-create it.&lt;br /&gt;&lt;br /&gt;I then ran 'emerge depclean'.  This removed all the old packages that weren't being used.  I then ran 'emerge gnome' and it was able to compile nautilus without any problem.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111755470951391328?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111755470951391328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111755470951391328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111755470951391328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111755470951391328'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/nautilus-compilation-error.html' title='Nautilus Compilation Error'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111742403557612078</id><published>2005-05-29T23:33:00.000-04:00</published><updated>2005-05-31T11:52:24.330-04:00</updated><title type='text'>Scanning w/ HP PSC 1210v</title><content type='html'>I have been trying to setup scanning for quite a while now.  I finally found this:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;[2005-03-16]&lt;br /&gt;Just got this printer working on Gentoo Linux using the HPLIP 0.8.8&lt;br /&gt;driver at http://hpinkjet.sourceforge.net/&lt;br /&gt;&lt;br /&gt;The HPLIP-0.8.8 driver enables scanning AND printing at the same time,&lt;br /&gt;using just this driver source alone.&lt;br /&gt;&lt;br /&gt;It worked great in KDE 3.3.2 with Kooka 0.44 as the scanner frontend.&lt;br /&gt;&lt;br /&gt;Be sure to read the DJ3320 (pertains to PSC 1210) driver notes on the&lt;br /&gt;site above. That will fix the problem with black ink looking faded. &lt;br /&gt;It also mentions some things about pen alignment and settings for&lt;br /&gt;Ghostscript. &lt;br /&gt;&lt;br /&gt;(Search the Gentoo Forums for 'hplip' to get the ebuild.)&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;which says it is easily done without hpoj, but using hplip.  There are currently no gentoo ebuilds in the portage tree yet.  You can download them below though.  &lt;a href="http://bugs.gentoo.org/show_bug.cgi?id=73709"&gt;This&lt;/a&gt; is the page where you can download the ebuilds until they have added them to the portage tree.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111742403557612078?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1210' title='Scanning w/ HP PSC 1210v'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111742403557612078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111742403557612078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111742403557612078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111742403557612078'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/scanning-w-hp-psc-1210v.html' title='Scanning w/ HP PSC 1210v'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111742317747434460</id><published>2005-05-29T23:19:00.000-04:00</published><updated>2005-05-29T23:19:37.486-04:00</updated><title type='text'>Using custom ebuilds with Gentoo</title><content type='html'>Found a web page which tells you how to create your own ebuilds and also how to emerge them.  Great &lt;a href="http://linuxreviews.org/gentoo/ebuilds/"&gt;documentation&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111742317747434460?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://linuxreviews.org/gentoo/ebuilds/' title='Using custom ebuilds with Gentoo'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111742317747434460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111742317747434460' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111742317747434460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111742317747434460'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/using-custom-ebuilds-with-gentoo.html' title='Using custom ebuilds with Gentoo'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111698180551292889</id><published>2005-05-24T20:43:00.000-04:00</published><updated>2005-05-24T20:43:25.513-04:00</updated><title type='text'>Gentoo Linux Documentation -- Portage Features -- Distributed Compiling</title><content type='html'>Wow,  and just when I thought that Gentoo couldn't get any better.  You can have other computers help compile your applications for you so it doesn't take as long.  Check out &lt;a href="http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=2&amp;amp;chap=3#doc_chap2"&gt;Gentoo Linux Documentation -- Portage Features&lt;/a&gt; for more information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111698180551292889?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=2&amp;chap=3#doc_chap2' title='Gentoo Linux Documentation -- Portage Features -- Distributed Compiling'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111698180551292889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111698180551292889' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111698180551292889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111698180551292889'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/gentoo-linux-documentation-portage.html' title='Gentoo Linux Documentation -- Portage Features -- Distributed Compiling'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111698160085759792</id><published>2005-05-24T20:40:00.000-04:00</published><updated>2005-05-24T20:40:00.870-04:00</updated><title type='text'>Graphical Links</title><content type='html'>I found out today that you can display graphics with links text browser.  Not sure if this will work on a console with frame buffer support.  Something to try out later.  but to run it:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;links2 -mode 1024x768x32&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111698160085759792?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111698160085759792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111698160085759792' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111698160085759792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111698160085759792'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/graphical-links.html' title='Graphical Links'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111689726908916051</id><published>2005-05-23T21:14:00.000-04:00</published><updated>2005-05-23T21:14:31.946-04:00</updated><title type='text'>Introduction to UNIX -- assignment 2</title><content type='html'>&lt;a href="http://www.molbio.su.se/Intranet/courses/intro_to_unix/assignment.run_blast.edit_login_script.html"&gt;On this page&lt;/a&gt; I found out that to have a .bashrc file automatically sourced you need to source it in your .bash_profile file provided that bash is your default shell.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111689726908916051?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.molbio.su.se/Intranet/courses/intro_to_unix/assignment.run_blast.edit_login_script.html' title='Introduction to UNIX -- assignment 2'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111689726908916051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111689726908916051' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111689726908916051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111689726908916051'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/introduction-to-unix-assignment-2.html' title='Introduction to UNIX -- assignment 2'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111665692169383958</id><published>2005-05-21T02:28:00.000-04:00</published><updated>2005-05-21T02:28:41.696-04:00</updated><title type='text'>Apache and PHP</title><content type='html'>These are the lines you need in your apache2.conf (aka httpd.conf in non-gentoo distros):&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# And for PHP 4.x, use:&lt;br /&gt;#&lt;br /&gt;AddType application/x-httpd-php .php&lt;br /&gt;AddType application/x-httpd-phps-source .phps&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This will allow apache and php to play together.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111665692169383958?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111665692169383958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111665692169383958' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111665692169383958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111665692169383958'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/apache-and-php.html' title='Apache and PHP'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111665532141589053</id><published>2005-05-21T02:02:00.000-04:00</published><updated>2005-05-21T02:02:01.416-04:00</updated><title type='text'>Building a Gentoo Lamp</title><content type='html'>I found this &lt;a href="http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL"&gt;HOWTO Apache2 with PHP MySQL - Gentoo Linux Wiki&lt;/a&gt; website in trying to setup PHP, MySQL and Apache to work together.  Should be very useful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111665532141589053?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL' title='Building a Gentoo Lamp'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111665532141589053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111665532141589053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111665532141589053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111665532141589053'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/building-gentoo-lamp.html' title='Building a Gentoo Lamp'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111664026713927465</id><published>2005-05-20T21:51:00.000-04:00</published><updated>2005-05-20T22:00:39.450-04:00</updated><title type='text'>RT Problem Tracking</title><content type='html'>This is the &lt;a href="http://www.bestpractical.com/rt/"&gt;main page&lt;/a&gt; for RT which is a tracking system I am installing on my computer.  Here are the directions incase I ever forget them:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;You now need to edit your local config files,&lt;br /&gt;which will be located in /var/www/localhost/rt-config/RT_Config.pm and &lt;br /&gt;RT_SiteConfig.pm&lt;br /&gt;&lt;br /&gt;BE SURE TO READ /usr/share/doc/rt-3.2.1/README.gz , especially if&lt;br /&gt;you'd prefer to use an alias, or if you want to setup RT's e-mail &lt;br /&gt;gateway&lt;br /&gt;&lt;br /&gt;RT documentation can be found at &lt;br /&gt;http://www.bestpractical.com/rt/docs.html&lt;br /&gt;If you need more help, consider searching the mailing list &lt;br /&gt;(Google site:lists.fs ck.com )&lt;br /&gt;&lt;br /&gt;***********************************************************&lt;br /&gt;1. If this is a new install, you now need to initialize RT's database.&lt;br /&gt;&lt;br /&gt;For MySQL:&lt;br /&gt;rt-setup-database --action init --dba root --prompt-for-dba-password&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For this to work, PostgreSQL needs to listen on TCP 5432:&lt;br /&gt;In your postgresql.conf, set tcpip_socket = true, port = 5432&lt;br /&gt;&lt;br /&gt;***********************************************************&lt;br /&gt;2. Read the README to configure your webserver for RT. &lt;br /&gt;For the impatient: put this in &lt;br /&gt;/var/www/localhost/htdocs/rt/.htaccess (although you really &lt;br /&gt;should put it in your Apache configs)&lt;br /&gt;&lt;br /&gt;AddDefaultCharset UTF-8&lt;br /&gt;&lt;br /&gt;PerlModule Apache::DBI&lt;br /&gt;PerlRequire /usr/bin/webmux.pl&lt;br /&gt;&lt;br /&gt;SetHandler perl-script&lt;br /&gt;PerlHandler RT::Mason&lt;br /&gt;PerlSetEnv PERL5LIB /usr/lib&lt;br /&gt;&lt;br /&gt;***********************************************************&lt;br /&gt;3. Restart your webserver &lt;br /&gt;(e.g., for Apache: /etc/init.d/apache restart )&lt;br /&gt;&lt;br /&gt;***********************************************************&lt;br /&gt;4. Note that the default login is 'root', and the password &lt;br /&gt;is 'password'. It is a Good Idea(TM) to change the defaults &lt;br /&gt;to something more secure.&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111664026713927465?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.bestpractical.com/rt/' title='RT Problem Tracking'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111664026713927465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111664026713927465' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111664026713927465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111664026713927465'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/rt-problem-tracking.html' title='RT Problem Tracking'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111663300426475200</id><published>2005-05-20T19:50:00.000-04:00</published><updated>2005-05-20T19:50:04.286-04:00</updated><title type='text'>Handling Masked Packages</title><content type='html'>I found &lt;a href="http://gentoo-wiki.com/TIP_Dealing_with_masked_packages"&gt;this page at Gentoo Linux Wiki&lt;/a&gt; for dealing with masked packages that you want to install.  It works nicely and it seems to be the best way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111663300426475200?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gentoo-wiki.com/TIP_Dealing_with_masked_packages' title='Handling Masked Packages'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111663300426475200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111663300426475200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111663300426475200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111663300426475200'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/handling-masked-packages.html' title='Handling Masked Packages'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111630205713198767</id><published>2005-05-16T23:54:00.000-04:00</published><updated>2005-05-16T23:54:17.143-04:00</updated><title type='text'>Buttons! Thunderbird Extention</title><content type='html'>I found &lt;a href="http://www.chuonthis.com/extensions/buttons.php"&gt;this extension&lt;/a&gt; when I was looking for a way to archive mail in thunderbird.  It provides such capability.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111630205713198767?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.chuonthis.com/extensions/buttons.php' title='Buttons! Thunderbird Extention'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111630205713198767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111630205713198767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111630205713198767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111630205713198767'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/buttons-thunderbird-extention.html' title='Buttons! Thunderbird Extention'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111621086938492009</id><published>2005-05-15T22:31:00.000-04:00</published><updated>2005-05-15T22:34:29.400-04:00</updated><title type='text'>K3B DVD Writing Problems</title><content type='html'>I repeatedly got this error when trying to burn dvd's with k3b:&lt;br /&gt;&lt;br /&gt;:-( unable to WRITE@LBA=0h: Input/output error&lt;br /&gt;:-( write failed: Input/output error&lt;br /&gt;&lt;br /&gt;It seemed to be a problem with growisofs.  I then found &lt;a href="http://axljab.homelinux.org/DVD_writing"&gt;this page&lt;/a&gt;.  It details that you should turn off scsi emulation in your kernel.  I did so.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111621086938492009?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://axljab.homelinux.org/DVD_writing' title='K3B DVD Writing Problems'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111621086938492009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111621086938492009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111621086938492009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111621086938492009'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/k3b-dvd-writing-problems.html' title='K3B DVD Writing Problems'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111574792914370490</id><published>2005-05-10T13:58:00.000-04:00</published><updated>2005-05-10T13:58:49.193-04:00</updated><title type='text'>Writing udev rules</title><content type='html'>This page is amazing.  I used this to create a udev rule for my mplayer.  So far my custom udev rules are as follows:&lt;br /&gt;&lt;br /&gt;#Palm M125&lt;br /&gt;BUS="usb", SYSFS{serial}="PalmSN12345678", NAME="pilot",&lt;br /&gt;    SYMLINK="usb/pilot"&lt;br /&gt;&lt;br /&gt;#Rave MP3 Player&lt;br /&gt;BUS="usb", KERNEL="sd?1", SYSFS{serial}="0002F5CB09294C87",&lt;br /&gt;    NAME="mp3", SYMLINK="usb/mp3"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.reactivated.net/writing_udev_rules.html"&gt;Writing udev rules&lt;/a&gt;: "Example: Writing a rule for my USB-Storage digital camera&lt;br /&gt;Quick Intro: My camera identifies itself as an external SCSI hard disk (it uses the usb-storage driver which is also used by devices such as USB hard disks and flash-card readers). I can then mount the partition on that disk and copy images over. Not all cameras work like this - many require external software (e.g. gphoto2) to be able to access photos.&lt;br /&gt;&lt;br /&gt;This one is a bit tricky. Several nodes are created by default when my camera is connected : /dev/sda and /dev/sda1, and possibly even /dev/sg1. This is an example where specifity is important - if your rule is not specific enough, it could match any of the above 3 nodes.&lt;br /&gt;&lt;br /&gt;sda1 is the node that I would like as my /dev/camera, as that is what gets mounted. udevinfo did not point out any useful differences between sda, sda1, and sg1. I decided that a reliable way to differentiate between these 3 nodes would be to look at the KERNEL name.&lt;br /&gt;&lt;br /&gt;A key such as KERNEL='sd?1' would match KERNEL names such as 'sda1', 'sdb1', 'sdc1', and equally importantly, it will not match KERNEL names such as sda, sdb, or sg1. The purpose of this key is to ignore the /dev/sda and /dev/sg1 nodes. The device is a digital camera - I would not dream of fdisking it or anything like that, so these 2 nodes are pretty useless to me. The key attempts to capture the /dev/sda1 node, which is mountable and therefore useful!"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111574792914370490?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.reactivated.net/writing_udev_rules.html' title='Writing udev rules'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111574792914370490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111574792914370490' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574792914370490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574792914370490'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/writing-udev-rules.html' title='Writing udev rules'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111574639990392036</id><published>2005-05-10T13:33:00.000-04:00</published><updated>2005-05-10T13:33:19.956-04:00</updated><title type='text'>Palm M125</title><content type='html'>&lt;a href="http://gentoo-wiki.com/HOWTO_USB_sync_for_Palm_PDAs_with_Evolution_2.0_and_udev"&gt;This page&lt;/a&gt; was great for helping me setup udev to work with jpilot.  I created the permissions files exactly as it is seen there and it worked.  Permissions to the device were the problem.  I still must push the device hotsync button before pushing the sync button on jpilot.  I can live with that though.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111574639990392036?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gentoo-wiki.com/HOWTO_USB_sync_for_Palm_PDAs_with_Evolution_2.0_and_udev' title='Palm M125'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111574639990392036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111574639990392036' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574639990392036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574639990392036'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/palm-m125_10.html' title='Palm M125'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111574370354035763</id><published>2005-05-10T12:48:00.000-04:00</published><updated>2005-05-10T12:48:23.580-04:00</updated><title type='text'>Palm M125</title><content type='html'>I found &lt;a href="http://gentoo-wiki.com/HOWTO_USB_sync_for_Palm_PDAs_with_Evolution_2.0_and_udev"&gt;this page&lt;/a&gt; which details how to get the palm to work.  It seems I simply forgot to compile it in the new kernel.  Editing the kernel config and recompiling.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111574370354035763?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://gentoo-wiki.com/HOWTO_USB_sync_for_Palm_PDAs_with_Evolution_2.0_and_udev' title='Palm M125'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111574370354035763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111574370354035763' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574370354035763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111574370354035763'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/palm-m125.html' title='Palm M125'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111525716652494851</id><published>2005-05-04T21:37:00.000-04:00</published><updated>2005-05-04T21:39:26.530-04:00</updated><title type='text'>PCTV Card</title><content type='html'>So I finally have the PCTV card working and nicely.  After reading the output of tvtime I got the picture even better:&lt;br /&gt;&lt;br /&gt;TERMINAL&lt;br /&gt;----------&lt;br /&gt;Running tvtime 0.9.12.&lt;br /&gt;rtctimer: Cannot set periodic interval: Permission denied&lt;br /&gt;&lt;br /&gt;    Failed to get 1024 Hz resolution from your RTC device.  High&lt;br /&gt;    resolution access is necessary for video to be smooth.  Please&lt;br /&gt;    run tvtime as root, set tvtime as SUID root, or change the&lt;br /&gt;    maximum RTC resolution allowed for user processes by running this&lt;br /&gt;    command as root:&lt;br /&gt;        sysctl -w dev.rtc.max-user-freq=1024&lt;br /&gt;    See our support page at http://tvtime.net/ for more information.&lt;br /&gt;&lt;br /&gt;Reading configuration from /etc/tvtime/tvtime.xml&lt;br /&gt;Reading configuration from /home/bobby/.tvtime/tvtime.xml&lt;br /&gt;mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.&lt;br /&gt;Thank you for using tvtime.&lt;br /&gt;bobby@stocks bobby $ sudo sysctl -w dev.rtc.max-user-freq=1024&lt;br /&gt;sudo: sysctl: command not found&lt;br /&gt;bobby@stocks bobby $ sudo /sbin/sysctl -w dev.rtc.max-user-freq=1024&lt;br /&gt;dev.rtc.max-user-freq = 1024&lt;br /&gt;-----------&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111525716652494851?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111525716652494851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111525716652494851' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111525716652494851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111525716652494851'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/pctv-card.html' title='PCTV Card'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111524389407807547</id><published>2005-05-04T16:44:00.000-04:00</published><updated>2005-05-04T17:58:14.113-04:00</updated><title type='text'>tvtime</title><content type='html'>After emerging tvtime I tried to start it, but I had to enable real time in the kernel.  After doing so it worked fine.  Had to enable both bttv video card and sound modules in the kernel.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111524389407807547?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111524389407807547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111524389407807547' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111524389407807547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111524389407807547'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/tvtime.html' title='tvtime'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111523855520243471</id><published>2005-05-04T16:26:00.000-04:00</published><updated>2005-05-04T16:30:19.416-04:00</updated><title type='text'>Promise 20276</title><content type='html'>After reading dmesg:&lt;br /&gt;&lt;br /&gt;PDC20276: IDE controller at PCI slot 0000:00:0f.0&lt;br /&gt;ACPI: PCI interrupt 0000:00:0f.0[A] -&gt; GSI 10 (level, low) -&gt; IRQ 10&lt;br /&gt;PDC20276: chipset revision 1&lt;br /&gt;PDC20276: 100% native mode on irq 10&lt;br /&gt;PDC20276: neither IDE port enabled (BIOS)&lt;br /&gt;&lt;br /&gt;I decided this feature may be necessary so I enabled it in the kernel:&lt;br /&gt;&lt;br /&gt;&lt;*&gt;         PROMISE PDC202{68|69|70|71|75|76|77} support             &lt;br /&gt;  [*]           Enable controller even if disabled by BIOS   &lt;-- (this is what im talking about)&lt;br /&gt;&lt;br /&gt;It worked.  dmesg now reads:&lt;br /&gt;&lt;br /&gt;PDC20276: chipset revision 1&lt;br /&gt;PDC20276: 100% native mode on irq 10&lt;br /&gt;    ide2: BM-DMA at 0xc400-0xc407, BIOS settings: hde:pio, hdf:pio&lt;br /&gt;    ide3: BM-DMA at 0xc408-0xc40f, BIOS settings: hdg:pio, hdh:pio&lt;br /&gt;Probing IDE interface ide2...&lt;br /&gt;hde: WDC WD2000JB-00DUA3, ATA DISK drive&lt;br /&gt;ide2 at 0xb400-0xb407,0xb802 on irq 10&lt;br /&gt;Probing IDE interface ide3...&lt;br /&gt;hdg: DVDRW DRW-3S163, ATAPI CD/DVD-ROM drive&lt;br /&gt;hdh: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive&lt;br /&gt;ide3 at 0xbc00-0xbc07,0xc002 on irq 10&lt;br /&gt;&lt;br /&gt;Mounted and works fine!!!!  It feels soooo good to solve stuff.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111523855520243471?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111523855520243471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111523855520243471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111523855520243471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111523855520243471'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/promise-20276.html' title='Promise 20276'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111523812364435128</id><published>2005-05-04T16:12:00.000-04:00</published><updated>2005-05-04T16:22:03.770-04:00</updated><title type='text'>Format/Reinstall/Kernel Recompile/Promise</title><content type='html'>Well, it happened.  I was doing world upgrades which were unneeded and I accidentally upgraded the compiler.  Some programs then wouldn't compile.  Reinstalled old compiler.  Nothing would compile.  Nautilus crashed.  Started getting missing library errors for libstdc++.so.5&lt;br /&gt;&lt;br /&gt;....Formatted my / partition.&lt;br /&gt;&lt;br /&gt;In recompiling my kernel I couldn't figure out how to get my other hard drives which are on the promise 20276 component to mount.  When i tried to mount then I was getting invalid block device.&lt;br /&gt;&lt;br /&gt;Finally realized I didn't have the promise drivers loaded in the kernel...installed the promise drivers and still no luck....continuing....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111523812364435128?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111523812364435128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111523812364435128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111523812364435128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111523812364435128'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/05/formatreinstallkernel-recompilepromise.html' title='Format/Reinstall/Kernel Recompile/Promise'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111447288792185542</id><published>2005-04-25T19:48:00.000-04:00</published><updated>2005-04-25T19:48:07.923-04:00</updated><title type='text'>bttv driver</title><content type='html'>Working on getting my &lt;a href="http://linux.bytesex.org/v4l2/bttv.html"&gt;TV Card&lt;/a&gt; working.  Found some drivers.  Looking for documentation.  There is no /dev/video0 so nothing will play.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111447288792185542?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://linux.bytesex.org/v4l2/bttv.html' title='bttv driver'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111447288792185542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111447288792185542' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111447288792185542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111447288792185542'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/04/bttv-driver.html' title='bttv driver'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111293063621951940</id><published>2005-04-07T23:23:00.000-04:00</published><updated>2005-04-07T23:23:56.220-04:00</updated><title type='text'>Frank's Corner, Running Windows applications and games on Linux using Wine</title><content type='html'>&lt;a href="http://frankscorner.org/index.php?p=cedegacvs"&gt;Frank's Corner&lt;/a&gt; details how to install WineX or Cedega for free so you can play windows based games on Linux.  Im in the works of downloading and installing it right now.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111293063621951940?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://frankscorner.org/index.php?p=cedegacvs' title='Frank&apos;s Corner, Running Windows applications and games on Linux using Wine'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111293063621951940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111293063621951940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111293063621951940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111293063621951940'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/04/franks-corner-running-windows_07.html' title='Frank&apos;s Corner, Running Windows applications and games on Linux using Wine'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111006249125418895</id><published>2005-03-05T17:41:00.000-05:00</published><updated>2005-03-05T17:41:31.256-05:00</updated><title type='text'>Scanning:  LinuxPrinting.org HP PSC 1210 listing</title><content type='html'>Trying to setup scanning with the psc 1210v.  Gonna try this a little later.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1210"&gt;LinuxPrinting.org HP PSC 1210 listing&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111006249125418895?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxprinting.org/show_printer.cgi?recnum=HP-PSC_1210' title='Scanning:  LinuxPrinting.org HP PSC 1210 listing'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111006249125418895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111006249125418895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111006249125418895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111006249125418895'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/03/scanning-linuxprintingorg-hp-psc-1210.html' title='Scanning:  LinuxPrinting.org HP PSC 1210 listing'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-111005961781992988</id><published>2005-03-05T16:53:00.000-05:00</published><updated>2005-03-05T16:53:37.820-05:00</updated><title type='text'>ATI Direct Rendering</title><content type='html'>I finally got it to work!!!!&lt;br /&gt;&lt;br /&gt;Here is the Device section of my xorg.conf file:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-----------&lt;br /&gt;Section "Device"&lt;br /&gt;    Identifier  "9000 pro"&lt;br /&gt;    Driver      "fglrx"&lt;br /&gt;&lt;br /&gt;# ### generic DRI settings ###&lt;br /&gt;# === disable PnP Monitor  ===&lt;br /&gt;    #Option                              "NoDDC"&lt;br /&gt;# === disable/enable XAA/DRI ===&lt;br /&gt;    Option "no_accel"                   "no"&lt;br /&gt;    Option "no_dri"                     "no"&lt;br /&gt;# === misc DRI settings ===&lt;br /&gt;    Option "mtrr"                       "off" # disable DRI mtrr mapper, d$#&lt;br /&gt;### FireGL DDX driver module specific settings ###&lt;br /&gt;# === Screen Management ===&lt;br /&gt;    Option "DesktopSetup"               "0x00000000"&lt;br /&gt;    Option "MonitorLayout"              "AUTO, AUTO"&lt;br /&gt;    Option "IgnoreEDID"                 "off"&lt;br /&gt;    Option "HSync2"                     "unspecified"&lt;br /&gt;    Option "VRefresh2"                  "unspecified"&lt;br /&gt;    Option "ScreenOverlap"              "0"&lt;br /&gt;# === TV-out Management ===&lt;br /&gt;    Option "NoTV"                       "yes"&lt;br /&gt;    Option "TVStandard"                 "NTSC-M"&lt;br /&gt;    Option "TVHSizeAdj"                 "0"&lt;br /&gt;    Option "TVVSizeAdj"                 "0"&lt;br /&gt;    Option "TVHPosAdj"                  "0"&lt;br /&gt;    Option "TVVPosAdj"                  "0"&lt;br /&gt;    Option "TVHStartAdj"                "0"&lt;br /&gt;    Option "TVColorAdj"                 "0"&lt;br /&gt;    Option "GammaCorrectionI"           "0x00000000"&lt;br /&gt;    Option "GammaCorrectionII"          "0x00000000"&lt;br /&gt;# === OpenGL specific profiles/settings ===&lt;br /&gt;    Option "Capabilities"               "0x00000000"&lt;br /&gt;# === Video Overlay for the Xv extension ===&lt;br /&gt;    Option "VideoOverlay"               "on"&lt;br /&gt;# === OpenGL Overlay ===&lt;br /&gt;# Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;#       will be disabled automatically&lt;br /&gt;    Option "OpenGLOverlay"              "off"&lt;br /&gt;# === Center Mode (Laptops only) ===&lt;br /&gt;    Option "CenterMode"                 "off"&lt;br /&gt;# === Pseudo Color Visuals (8-bit visuals) ===&lt;br /&gt;    Option "PseudoColorVisuals"         "off"&lt;br /&gt;# === QBS Management ===&lt;br /&gt;    Option "Stereo"                     "off"&lt;br /&gt;    Option "StereoSyncEnable"           "1"&lt;br /&gt;# === FSAA Management ===&lt;br /&gt;    Option "FSAAEnable"                 "no"&lt;br /&gt;    Option "FSAAScale"                  "1"&lt;br /&gt;    Option "FSAADisableGamma"           "no"&lt;br /&gt;    Option "FSAACustomizeMSPos"         "no"&lt;br /&gt;    Option "FSAAMSPosX0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY0"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY1"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY2"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY3"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY4"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosX5"                "0.000000"&lt;br /&gt;    Option "FSAAMSPosY5"                "0.000000"&lt;br /&gt;# === Misc Options ===&lt;br /&gt;    Option "UseFastTLS"                 "0"&lt;br /&gt;    Option "BlockSignalsOnLock"         "on"&lt;br /&gt;    Option "UseInternalAGPGART"         "no"&lt;br /&gt;    Option "ForceGenericCPU"            "no"&lt;br /&gt;#    BusID "PCI:1:0:1"    # vendor=1002, device=496e&lt;br /&gt;    Screen 0&lt;br /&gt;    #VideoRam    131072&lt;br /&gt;    # Insert Clocks lines here if appropriate&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------&lt;br /&gt;&lt;br /&gt;And it worked.  I played quake....like a dream!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-111005961781992988?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/111005961781992988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=111005961781992988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111005961781992988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/111005961781992988'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/03/ati-direct-rendering.html' title='ATI Direct Rendering'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110998548773685077</id><published>2005-03-04T20:18:00.000-05:00</published><updated>2005-03-04T20:18:07.736-05:00</updated><title type='text'>Gentoo ATI Radeon FAQ</title><content type='html'>One of the posts to the forum suggested this, and it is my next attempt.  Hopefully this will solve the problem.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110998548773685077?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#2_kernelopts' title='Gentoo ATI Radeon FAQ'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110998548773685077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110998548773685077' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110998548773685077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110998548773685077'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/03/gentoo-ati-radeon-faq.html' title='Gentoo ATI Radeon FAQ'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110989197404225600</id><published>2005-03-03T18:19:00.000-05:00</published><updated>2005-03-03T18:19:34.043-05:00</updated><title type='text'>LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help</title><content type='html'>So I am still trying to get my ATI card working with Direct Rendering.  In my attempts I have posted this and had a little help, but didn't fix the problem yet.  I'm going to try the new gentoo 2.6.10-r6 kernel and see if it works.  I am also going to re-emerge the ati drivers afterwards.&lt;a href="http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;postid=1507779#post1507779"&gt;LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110989197404225600?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/showthread.php?s=&amp;postid=1507779#post1507779' title='LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110989197404225600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110989197404225600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110989197404225600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110989197404225600'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/03/linuxquestionsorg-gentoo-ati-radeon.html' title='LinuxQuestions.org - Gentoo Ati Radeon 9000 Pro Direct Rendering not working - where Linux users come for help'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110902815456901219</id><published>2005-02-21T18:22:00.000-05:00</published><updated>2005-02-21T18:22:34.570-05:00</updated><title type='text'>SuSE Linux english discussion: Re: [SLE] "mms is not a registered protocol"</title><content type='html'>I ventured to this website trying to get mms to work.  I found a few directions.  Point your browser to&lt;p&gt;about:config&lt;br&gt;After that right click and click new and add a new string&lt;p&gt;network.protocol-handler.app.mms&lt;br&gt;Insert the value&lt;P&gt;/usrbin/mplayer (I like mplayer)&lt;br&gt;I am going to test it now.&lt;a href="http://lists.suse.com/archive/suse-linux-e/2005-Jan/4350.html"&gt;SuSE Linux english discussion: Re: [SLE] "mms is not a registered protocol"&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110902815456901219?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://lists.suse.com/archive/suse-linux-e/2005-Jan/4350.html' title='SuSE Linux english discussion: Re: [SLE] &quot;mms is not a registered protocol&quot;'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110902815456901219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110902815456901219' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110902815456901219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110902815456901219'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/02/suse-linux-english-discussion-re-sle.html' title='SuSE Linux english discussion: Re: [SLE] &quot;mms is not a registered protocol&quot;'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110615371145189350</id><published>2005-01-19T11:55:00.000-05:00</published><updated>2005-01-19T11:55:11.450-05:00</updated><title type='text'>X11 w/Scroll Mouse</title><content type='html'>I changed my xorg.conf file section for the mouse to:&lt;br /&gt;&lt;br /&gt;# Identifier and driver&lt;br /&gt;&lt;br /&gt;    Identifier  "Mouse1"&lt;br /&gt;    Driver      "mouse"&lt;br /&gt;    Option "Protocol"    "Auto"&lt;br /&gt;    Option "Device"      "/dev/mouse"&lt;br /&gt;    Option "Buttons" "7"&lt;br /&gt;    Option "ZAxisMapping" "4 5"&lt;br /&gt;&lt;br /&gt;It is now working fine.  The forward and back buttons on it don't work, but that is a project for a later date.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110615371145189350?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110615371145189350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110615371145189350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110615371145189350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110615371145189350'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/x11-wscroll-mouse.html' title='X11 w/Scroll Mouse'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110615277895431488</id><published>2005-01-19T11:39:00.000-05:00</published><updated>2005-01-19T11:39:38.953-05:00</updated><title type='text'>X11 Problems</title><content type='html'>I recently restarted my computer, no remembering that I had previously edited the xorg.conf file, but I dont remember what I changed.  X failed to start.&lt;br /&gt;&lt;br /&gt;I re-ran xorgconfig.  These are the options I chose for my hardware which is a Samsung SyncMaster 174V and an ATI Radeon 9000 Pro:&lt;br /&gt;&lt;br /&gt;-Mouse: 1 Auto&lt;br /&gt;-MouseEmulate3Button: No&lt;br /&gt;-Mouse Device: /dev/mouse (I created a symlink from /dev/misc/psaux)&lt;br /&gt;&lt;br /&gt;-Keyboard: 3  Generic 104-key PC&lt;br /&gt;-              1  U.S. English&lt;br /&gt;-Variant Name: &lt;em&gt;just pressed enter&lt;/em&gt;&lt;br /&gt;-XKB Options: No&lt;br /&gt;&lt;br /&gt;-Hsync:  9  31.5 - 79.0; Monitor that can do 1280x1024 @ 74 Hz&lt;br /&gt;-Vsync: 2  50-90&lt;br /&gt;&lt;br /&gt;-Video Card: 6  ** ATI Radeon (generic)               [radeon]    -&lt;br /&gt;-Video Memory: 10  131072K&lt;br /&gt;&lt;br /&gt;It displayed:&lt;br /&gt;&lt;br /&gt;"1280x1024" "1024x768" "800x600" "640x480" for 8-bit&lt;br /&gt;"1280x1024" "1024x768" "800x600" "640x480" for 16-bit&lt;br /&gt;"1280x1024" "1024x768" "800x600" "640x480" for 24-bit&lt;br /&gt;&lt;br /&gt;I answered: 4  The modes are OK, continue.&lt;br /&gt;&lt;br /&gt;Color Depth: 5  24 bits (16 million colors)&lt;br /&gt;&lt;br /&gt;Unfortunately after doing so, my scoll mouse isn't working again.  Gotta find the directions for it.&lt;br /&gt;&lt;br /&gt;Updated will be posted soon...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110615277895431488?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110615277895431488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110615277895431488' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110615277895431488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110615277895431488'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/x11-problems.html' title='X11 Problems'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110589754217288789</id><published>2005-01-16T12:45:00.000-05:00</published><updated>2005-01-16T12:45:42.173-05:00</updated><title type='text'>On a Side Note (Contd.)</title><content type='html'>It worked.  I just synced up the portage tree using:&lt;br /&gt;&lt;br /&gt;emerge --sync &lt;br /&gt;&lt;br /&gt;as described and it worked fine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110589754217288789?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://stocks29.blogspot.com/' title='On a Side Note (Contd.)'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110589754217288789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110589754217288789' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110589754217288789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110589754217288789'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/on-side-note-contd.html' title='On a Side Note (Contd.)'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110589748096563473</id><published>2005-01-16T12:44:00.000-05:00</published><updated>2005-01-16T12:44:40.966-05:00</updated><title type='text'>SSMTP</title><content type='html'>I found this page which discusses the setup of the config file which is why it wasn't working: &lt;a href="http://www.software-one.org/new-631908-4691.html"&gt;ssmtp&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110589748096563473?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.software-one.org/new-631908-4691.html' title='SSMTP'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110589748096563473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110589748096563473' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110589748096563473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110589748096563473'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/ssmtp_16.html' title='SSMTP'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110585425236858477</id><published>2005-01-16T00:44:00.000-05:00</published><updated>2005-01-16T00:44:12.366-05:00</updated><title type='text'>SSMTP</title><content type='html'>For some reason I am having problems getting an SMTP server to work.  I have tried both sendmail and ssmtp with no luck.  I get getting the error:&lt;br /&gt;&lt;br /&gt;ssmtp: Cannot open mail:25&lt;br /&gt;&lt;br /&gt;when trying to send a message.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110585425236858477?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110585425236858477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110585425236858477' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110585425236858477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110585425236858477'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/ssmtp.html' title='SSMTP'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110584403150641463</id><published>2005-01-15T21:53:00.000-05:00</published><updated>2005-01-15T21:53:51.506-05:00</updated><title type='text'>On a Side Note</title><content type='html'>Im installing Gentoo on my girlfriends computer.  I was having problems when bootstraping.  Nothing seemed to work, and it kept erroring saying it could not find a particular file.&lt;br /&gt;&lt;br /&gt;I had restarted the computer so she could boot up in windows just to use it for now.  Then I restarted it to work on it and give it a shot, a hopefully search for the particular error she was getting.&lt;br /&gt;&lt;br /&gt;Before I started the bootstrap, I decided to:&lt;br /&gt;&lt;br /&gt;        emerge --sync&lt;br /&gt;&lt;br /&gt;and I'm not sure what happened and it that fixed it or not, but it seems to be working fine now.  I'll post an update later as to whether it worked or not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110584403150641463?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://stocks29.blogspot.com/' title='On a Side Note'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110584403150641463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110584403150641463' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110584403150641463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110584403150641463'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/on-side-note.html' title='On a Side Note'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110584379743645135</id><published>2005-01-15T21:49:00.000-05:00</published><updated>2005-01-15T21:49:57.436-05:00</updated><title type='text'>Installing Oracle, PHP, and Apache on Linux</title><content type='html'>I am currently working on installing oscommerce on to my local web server.  This way I can play around with it, and hopeful build a cool site.  Unfortuantely PHP is not working out of the box.&lt;br /&gt;&lt;br /&gt;It is currently installed, but I am trying right now to install the apache module for PHP using Portage.  Well see how it goes.  If it doesn't work, I'm going to try the directions as this site using the pre-installed version of PHP.:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_linux.html"&gt;Installing Oracle, PHP, and Apache on Linux&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110584379743645135?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_linux.html' title='Installing Oracle, PHP, and Apache on Linux'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110584379743645135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110584379743645135' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110584379743645135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110584379743645135'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/installing-oracle-php-and-apache-on.html' title='Installing Oracle, PHP, and Apache on Linux'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110575014455085545</id><published>2005-01-14T19:49:00.000-05:00</published><updated>2005-01-14T19:49:04.550-05:00</updated><title type='text'>Waiting...</title><content type='html'>Well it seems I simply have to wait for the x11-drm drivers to become available for the 2.6 kernel.  I havent been able to find anything else about it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110575014455085545?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110575014455085545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110575014455085545' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110575014455085545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110575014455085545'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/waiting.html' title='Waiting...'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110497623657288893</id><published>2005-01-05T20:50:00.000-05:00</published><updated>2005-01-05T20:50:36.573-05:00</updated><title type='text'>Gentoo Linux Documentation -- Hardware 3D Acceleration Guide</title><content type='html'>If nothing else, this page should fix the problem: &lt;a href="http://www.gentoo.org/doc/en/dri-howto.xml"&gt;Gentoo Linux Documentation -- Hardware 3D Acceleration Guide&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110497623657288893?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.gentoo.org/doc/en/dri-howto.xml' title='Gentoo Linux Documentation -- Hardware 3D Acceleration Guide'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110497623657288893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110497623657288893' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110497623657288893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110497623657288893'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/gentoo-linux-documentation-hardware-3d.html' title='Gentoo Linux Documentation -- Hardware 3D Acceleration Guide'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110497565092215487</id><published>2005-01-05T20:40:00.000-05:00</published><updated>2005-01-05T20:40:50.923-05:00</updated><title type='text'>Gentoo ATI Radeon FAQ</title><content type='html'>When I try to play quake I keept getting an error about the OpenGL subsystem.  Figured I might find out the answer here.  If not I am reinstalling the ati drivers&lt;br /&gt;&lt;br /&gt;&lt;a href="http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#4_initdriver"&gt;Gentoo ATI Radeon FAQ&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110497565092215487?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#4_initdriver' title='Gentoo ATI Radeon FAQ'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110497565092215487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110497565092215487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110497565092215487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110497565092215487'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2005/01/gentoo-ati-radeon-faq.html' title='Gentoo ATI Radeon FAQ'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110453714351404032</id><published>2004-12-31T18:52:00.000-05:00</published><updated>2004-12-31T18:52:23.516-05:00</updated><title type='text'>Pocket Digital Update</title><content type='html'>Somehow I got this to work too.  It doesn't complain why I try to do it as my self instead of root anymore.  I cant believe it.  Absolutely everything is working.  Where is norton ghost when you need it!?!?!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110453714351404032?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110453714351404032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110453714351404032' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453714351404032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453714351404032'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/pocket-digital-update.html' title='Pocket Digital Update'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110453701776298698</id><published>2004-12-31T18:50:00.000-05:00</published><updated>2004-12-31T18:50:17.763-05:00</updated><title type='text'>LinuxQuestions.org - iLo mp3 player - where Linux users come for help</title><content type='html'>Solved this problem.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;postid=1380367#post1380367"&gt;LinuxQuestions.org - iLo mp3 player - where Linux users come for help&lt;/a&gt;: "OMG....one of my usb ports must be messed up or something. I plugged it into one of the ports in the back and now it works fine...i dunno, but atleast it works. Mounted the /dev/sdxx file and it works."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110453701776298698?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/showthread.php?s=&amp;postid=1380367#post1380367' title='LinuxQuestions.org - iLo mp3 player - where Linux users come for help'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110453701776298698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110453701776298698' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453701776298698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453701776298698'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/linuxquestionsorg-ilo-mp3-player-where_31.html' title='LinuxQuestions.org - iLo mp3 player - where Linux users come for help'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110453541520249439</id><published>2004-12-31T18:23:00.000-05:00</published><updated>2004-12-31T18:23:35.203-05:00</updated><title type='text'>After New Kernel Install</title><content type='html'>On another note, after I installed the new kernel something with loading the sound drivers wouldn't let me login to gnome until I had emerged them again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110453541520249439?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110453541520249439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110453541520249439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453541520249439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453541520249439'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/after-new-kernel-install.html' title='After New Kernel Install'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110453537008679241</id><published>2004-12-31T18:22:00.000-05:00</published><updated>2004-12-31T18:22:50.086-05:00</updated><title type='text'>iLo mp3 player</title><content type='html'>Well,  I set it up accordingly and still no go.  Let the search being...again...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110453537008679241?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110453537008679241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110453537008679241' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453537008679241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110453537008679241'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/ilo-mp3-player.html' title='iLo mp3 player'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110439242727077612</id><published>2004-12-30T02:40:00.000-05:00</published><updated>2004-12-30T02:40:27.270-05:00</updated><title type='text'>LinuxQuestions.org - iLo mp3 player</title><content type='html'>&lt;a href="http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;postid=1376283#post1376283"&gt;LinuxQuestions.org - iLo mp3 player - where Linux users come for help&lt;/a&gt;: "These should be the kernel options that should be set:&lt;br /&gt;SCSI device support---&gt;SCSI disk support&lt;br /&gt;SCSI device support---&gt;SCSI generic support&lt;br /&gt;SCSI device support---&gt;Probe all LUNs on each SCSI device (This must be set to use the external memory)&lt;br /&gt;&lt;br /&gt;USB support---&gt;*Your Host Controller*&lt;br /&gt;USB support---&gt;USB Mass Storage support&lt;br /&gt;USB support---&gt;*I have every thing in the mass storage device subsection enabled except verbose debug*&lt;br /&gt;&lt;br /&gt;then make &amp;&amp; make modules_install, copy your kernel, and then reboot.&lt;br /&gt;&lt;br /&gt;The device should come up as /dev/sdx then just mount and copy and paste.&lt;br /&gt;&lt;br /&gt;Oh and the lsusb output is:&lt;br /&gt;&lt;br /&gt;    code:&lt;br /&gt;&lt;br /&gt;Bus 001 Device 005:  ID 066f:8275 SigmaTel,  Inc.&lt;br /&gt;Bus 001 Device 001:  ID 0000:0000&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps."&lt;br /&gt;&lt;br /&gt;This is what he gave me.  Hope it works compiling the kernel....2.6.9-gentoo-r13.  Fingers crossed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110439242727077612?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/showthread.php?s=&amp;postid=1376283#post1376283' title='LinuxQuestions.org - iLo mp3 player'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110439242727077612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110439242727077612' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110439242727077612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110439242727077612'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/linuxquestionsorg-ilo-mp3-player_30.html' title='LinuxQuestions.org - iLo mp3 player'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110434148130643428</id><published>2004-12-29T13:29:00.000-05:00</published><updated>2004-12-29T12:31:21.306-05:00</updated><title type='text'>Linuxquestions.org - iLo mp3 player</title><content type='html'>Posted a reply to my thread of LinuxQuestions.org asking the user who had it working many questions, mainly because he is using gentoo also and my dad is using Suse, it could be some sort of magik suse thing that is making it work.  Fingers are crossed...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110434148130643428?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/showthread.php?s=&amp;postid=1375921#post1375921' title='Linuxquestions.org - iLo mp3 player'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110434148130643428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110434148130643428' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110434148130643428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110434148130643428'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/linuxquestionsorg-ilo-mp3-player.html' title='Linuxquestions.org - iLo mp3 player'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110430915912633213</id><published>2004-12-29T03:32:00.000-05:00</published><updated>2004-12-29T03:35:06.523-05:00</updated><title type='text'>LinuxQuestions.org - Cannot mount usb storage under 2.6.9 - where Linux users come for help</title><content type='html'>&lt;a href="http://www.linuxquestions.org/questions/history/253984"&gt;LinuxQuestions.org - Cannot mount usb storage under 2.6.9 - where Linux users come for help&lt;/a&gt;: "You should be using udev with 2.6.X and it sounds like you don't have a proper rule for your drive. Check out this link &lt;a href="http://www.reactivated.net/writing_udev_rules.html"&gt;http://www.reactivated.net/writing_udev_rules.html"&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Found this page, gotta wait till tommorow to check it out, should be interesting...bed time...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110430915912633213?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.linuxquestions.org/questions/history/253984' title='LinuxQuestions.org - Cannot mount usb storage under 2.6.9 - where Linux users come for help'/><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110430915912633213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110430915912633213' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110430915912633213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110430915912633213'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/linuxquestionsorg-cannot-mount-usb.html' title='LinuxQuestions.org - Cannot mount usb storage under 2.6.9 - where Linux users come for help'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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-9794365.post-110430862156591832</id><published>2004-12-29T03:23:00.000-05:00</published><updated>2004-12-29T03:23:41.566-05:00</updated><title type='text'>ALSA</title><content type='html'>I had to login to failsafe terminal so I could install the alsa drivers, then I had to reboot.  It kept freezing when I tried to login.  I also removed vixie-cron from startup.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9794365-110430862156591832?l=stocks29.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stocks29.blogspot.com/feeds/110430862156591832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9794365&amp;postID=110430862156591832' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110430862156591832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9794365/posts/default/110430862156591832'/><link rel='alternate' type='text/html' href='http://stocks29.blogspot.com/2004/12/alsa.html' title='ALSA'/><author><name>Bob</name><uri>http://www.blogger.com/profile/18006099229762205967</uri><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>
