<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris JeanChris Jean &#187; Dell Studio 17</title>
	<atom:link href="http://chrisjean.com/tag/dell-studio-17/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Tue, 08 May 2012 20:36:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mount Dell Studio 17 Card Reader in Ubuntu</title>
		<link>http://chrisjean.com/2009/02/10/mount-dell-studio-17-card-reader-in-ubuntu/</link>
		<comments>http://chrisjean.com/2009/02/10/mount-dell-studio-17-card-reader-in-ubuntu/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 06:00:49 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[card reader]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[lspci]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[SD Card]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=970</guid>
		<description><![CDATA[I&#8217;m using Ubuntu 8.10 64-bit, Intrepid Ibex, but these instructions should work for users of other distros (such as Linux Mint, Fedora, Sabayon, etc) as well. This morning I needed to pull some images off of my camera&#8217;s SD card using my Dell Studio 17&#8242;s built-in card reader. I plugged the card in, got sidetracked [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I&#8217;m using Ubuntu 8.10 64-bit, Intrepid Ibex, but these instructions should work for users of other distros (such as Linux Mint, Fedora, Sabayon, etc) as well.</p>
<p>This morning I needed to pull some images off of my camera&#8217;s SD card using my Dell Studio 17&#8242;s built-in card reader. I plugged the card in, got sidetracked for a few minutes, and then realized that I couldn&#8217;t find a mount point for my card.</p>
<p>Usually when I plug in the card, it is automatically identified and mounted. Then Nautilus would show a listing in the left-hand pane for the card allowing me easy access to the contents. However, that didn&#8217;t happen today.</p>
<p>I thought about rebooting in order to see if it was just a fluke, but I didn&#8217;t want to save all my projects, close out all my applications, reboot, and load everything back up. So, I thought I&#8217;d see about mounting the device manually. Fortunately, it wasn&#8217;t difficult at all.</p>
<p><span id="more-970"></span></p>
<h3>Hardware Compatibility</h3>
<p>I&#8217;m running a Dell Studio 1735 laptop. The exact card adapter that I&#8217;m using is a Ricoh R5C822. If you are not using the same adapter on the same computer, the instructions could vary greatly since the hardware configuration will be different.</p>
<p>To verify that you are using the same adapter, run the following command in Terminal (Applications &gt; Accessories &gt; Terminal):</p>
<pre style="padding-left:20px;">lspci|grep R5C822</pre>
<p>You should get output similar to the following if you have the same adapter:</p>
<pre style="padding-left:20px;">03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)</pre>
<p>Of course, trying the following instructions even if your system varies is still worth a try. If you successfully use the instructions on a different system/adapter, please leave a comment about your results.</p>
<h3>Mounting the Device</h3>
<p>Simply run the following two commands in Terminal to mount the card to a new mount point called /media/cardreader:</p>
<pre style="padding-left:20px;">sudo mkdir /media/cardreader
sudo mount /dev/mmcblk0p1 /media/cardreader</pre>
<p>This should result in /media/cardreader being filled with the contents of the inserted card and by a new mounted device called cardreader poping up on Nautilus.</p>
<p>When you are done with the card, close out all the applications that are referring to files or folders on the card. You can then unmount it and remove the unneeded mount point by running the following:</p>
<pre style="padding-left:20px;">sudo umount /media/cardreader
sudo rmdir /media/cardreader</pre>
<p>If you need, you could create a couple of shell scripts to run these commands quickly when you need access to the card reader.</p>
<h3>Conclusion</h3>
<p>I still have no idea why my card reader did not automatically mount when I plugged in the card. My hope is that this is a temporary problem and not a persistent issue. I&#8217;ll test more later on. If this is more than a temporary issue, I&#8217;ll find a solution and post it here.</p>
<p>For right now, the card reader worked as expected after a reboot. I popped the card into the reader, and the pop-up asked me what I&#8217;d like to do with the files.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/02/10/mount-dell-studio-17-card-reader-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Studio 17, Headphones, and Linux Mint</title>
		<link>http://chrisjean.com/2009/02/04/dell-studio-17-headphones-and-linux-mint/</link>
		<comments>http://chrisjean.com/2009/02/04/dell-studio-17-headphones-and-linux-mint/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 06:00:04 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux Mint]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=885</guid>
		<description><![CDATA[A visitor to the site mentioned that he has the same laptop as I have yet is running Linux Mint rather than Ubuntu. He said that all the help that I was offering for getting Ubuntu to run well on the Studio 17 worked for him in Linux Mint except the headphone fix didn&#8217;t work. [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>A visitor to the site mentioned that he has the same laptop as I have yet is running Linux Mint rather than Ubuntu. He said that all the help that I was offering for getting Ubuntu to run well on the Studio 17 worked for him in Linux Mint except the headphone fix didn&#8217;t work. So, I dug in to see if I could find a solution.</p>
<p>I installed Linux Mint on my Dell Studio 1735 two nights ago and got the headphone jacks working successfully. Here&#8217;s step-by-step what I did:</p>
<p><span id="more-885"></span></p>
<ol>
<li>Installed the latest Linux Mint. As of this writing, the latest version is Linux Mint 6 Felicia.</li>
<li>Booted and logged into the Linux Mint desktop.</li>
<li>Ran mintUpdate by double-clicking the open padlock in the tray and clicked &#8220;Install Updates&#8221;.</li>
<li>I then ran Synaptic (Menu &gt; Administration &gt; Synaptic Package Manager), clicked &#8220;Mark All Upgrades&#8221;, and clicked &#8220;Apply&#8221;.</li>
<li>To make sure that any possible changes that could have fixed the headphone jacks had a chance to work, I rebooted. Amazingly, they already worked.</li>
</ol>
<p>So, to make sure that you get the needed updates, run mintUpdate (Menu &gt; Administration &gt; mintUpdate) and install all the updates followed by running Synaptic (Menu &gt; Administration &gt; Synaptic Package Manager) and install all upgrades. This update process should install the 2.6.27-11-generic kernel. At this point, you should reboot your system so that you can load this new kernel. When the boot option screen (Grub loader) is brought up, make sure that you select the new 2.6.27-11-generic boot option (it should be default).</p>
<p>In step five, I say &#8220;amazingly&#8221; because when I first started to write this post, I had to do a lot of workaround to make the headphones work. However, I started again from a fresh install to verify the exact sequence of steps and found that things just worked this time. So, it may be that an update came out between my first try and second try that fixed this issue. If so, go Linux Mint team. <img src='http://chrisjean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please report your results with Linx Mint on your Dell Studio laptop.</p>
<p>As always, if you have a problem that you can&#8217;t find a solution to, ask in a comment or <a href="http://chrisjean.com/contact/" target="_blank">contact me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/02/04/dell-studio-17-headphones-and-linux-mint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Headphones Jacks Now Fully Work on Dell Studio 17 Running Ubuntu</title>
		<link>http://chrisjean.com/2009/01/29/headphones-jacks-now-fully-work-on-dell-studio-17-running-ubuntu/</link>
		<comments>http://chrisjean.com/2009/01/29/headphones-jacks-now-fully-work-on-dell-studio-17-running-ubuntu/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 14:58:17 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=799</guid>
		<description><![CDATA[A number of updates were installed on my machine yesterday. Ubuntu asked me to reboot, but I was busy, so I never ended up doing that yesterday. This morning, I booted my machine and was very surprised to find out that my headphone jacks no longer worked. Needless to say, I was upset. As I [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>A number of updates were installed on my machine yesterday. Ubuntu asked me to reboot, but I was busy, so I never ended up doing that yesterday. This morning, I booted my machine and was very surprised to find out that my headphone jacks no longer worked. Needless to say, I was upset.</p>
<p>As I discussed in a <a href="http://chrisjean.com/2009/01/03/first-day-with-ubuntu-at-the-office/" target="_blank">previous post</a>, I&#8217;m running Ubuntu 8.10 (Intrepid Ibex) on a Dell Studio 17 laptop and getting the headphones to work required some workarounds. Basically, you had to set up the headphones to be line outs which caused one of the jacks to function but failed to mute the speakers when headphones were plugged in. This resulted in needing to manually mute and unmute the Front audio channel when you used or removed headphones. It&#8217;s because of this workaround that I thought the jack no longer worked.</p>
<p><span id="more-799"></span></p>
<p>In fact, it wasn&#8217;t that the jack had failed, it&#8217;s that I had the Front channel muted. I figured that I&#8217;d just unmute the speakers to ensure that the speakers still worked, and I was pleasantly surprised to hear sound blaring out of my headphones. Not only do the headphones now work while the Front channel is unmuted, they properly disable the speakers when headphones or speakers are plugged into the jack. Needless to say, this is a very nice improvement as compared to before.</p>
<p>At this point I realized that the other jack might function as well. In order to test this, I left my headphones plugged in and plugged in a set of speakers to the other jack (no, I don&#8217;t commonly do this, it&#8217;s just for testing purposes). I turned the speakers on, and they too had sound, glorious sound! I put the headphones in my ears, and they too were going. I played around with plugging and unplugging cables, and everything worked exactly as you&#8217;d expect. If anything is plugged into either headphone jack, the speakers turn off and sound comes through the jack(s). Unplug all devices from the jacks, and the speakers turn on.</p>
<p>This seems like a simple thing, and in reality it is. However, having something work the way it should is a thousand times better than having it not work properly. This means that any Dell Studio laptop users (and most likely users of other systems with similar hardware) won&#8217;t have to mess around with their settings until the headphone jacks operate properly.</p>
<p>Looking at my <a href="http://www.nongnu.org/synaptic/" target="_blank">Synaptic Package Manager</a> history, I see that new versions of libpulse and pulseaudio files were installed. In addition to these files, an updated <a href="http://www.kernel.org/" target="_blank">kernel</a> from January 14th (2.6.27.11) was installed. I&#8217;m still new to how all this stuff works, so I&#8217;m not sure if the new kernel or the new <a href="http://www.pulseaudio.org/" target="_blank">Pulse Audio</a> files are to be credited with the fix. That being the case, I&#8217;ll thank both the kernel dev team and the Pulse Audio dev team for your hard work. Even if one of those teams isn&#8217;t to credit for this, I can only run Ubuntu on my laptop well because of their (and thousands of others) efforts.</p>
<p>Thank you to the dev teams that contribute countless hours of labor so that I can keep busy on my work and my projects rather than messing around on my system all day. This next song is for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/29/headphones-jacks-now-fully-work-on-dell-studio-17-running-ubuntu/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Using the Mic on a Dell Studio with Ubuntu</title>
		<link>http://chrisjean.com/2009/01/27/using-the-mic-on-a-dell-studio-with-ubuntu/</link>
		<comments>http://chrisjean.com/2009/01/27/using-the-mic-on-a-dell-studio-with-ubuntu/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:00:51 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=779</guid>
		<description><![CDATA[I received a comment from John asking about using a mic with Ubuntu on a Dell Studio. I hadn&#8217;t tried to use my mic before, so I thought that it was time to try it out. After playing around a bit, I figured it out. The first thing I did was load up the Sound [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I received a comment from John asking about using a mic with Ubuntu on a Dell Studio. I hadn&#8217;t tried to use my mic before, so I thought that it was time to try it out. After playing around a bit, I figured it out.</p>
<p><span id="more-779"></span></p>
<p>The first thing I did was load up the Sound Recorder (Applications &gt; Sound and Video &gt; Sound Recorder). I did this so that I could gauge whether or not sound is coming through while I make changes. I hit the record button and noticed that the Level indicator at the bottom of the Sound Recorder was empty, so it was clear that the mic was muted somewhere.</p>
<p>I then loaded up the Volume Control (System &gt; Preferences &gt; Volume Control). I selected the Recording tab in Volume Control and clicked Preferences. I put a check next to the Capture track, ensured that Front Mic Mixer was checked, and clicked Close. This added a new Capture section to the Recording tab that was both muted and set to 0 volume. I unmuted Capture and put both the Front Mic Mixer and the Capture volume levels to max.</p>
<p>I then went back to the Sound Record, selected Capture from the &#8220;Record from input&#8221; drop-down, and clicked Record. Now the Level indicator showed sound getting through to the program. I said a few things, clicked Stop, and pressed Play to hear the result.</p>
<p>I played around with the volume a little bit to get the recording volume to match what I wanted and was quite pleased.</p>
<p>To summarize how to fix the problem, add both the Front Mic Mixer and Capture tracks to the Volume Control application. Make sure that both of these tracks are unmuted and have their volume all the way up on the Recording tab. Test out the volume level using the Sound Recorder and make adjustments as necessary.</p>
<p>Thanks for the great question John.</p>
<p>If you have any questions about getting something to work with your Ubuntu system, I&#8217;d be glad to take on the challenge. You can leave a comment or <a href="http://chrisjean.com/contact/" target="_blank">send me a message</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/27/using-the-mic-on-a-dell-studio-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Week Two Running Ubuntu at the Office</title>
		<link>http://chrisjean.com/2009/01/15/week-two-running-ubuntu-at-the-office/</link>
		<comments>http://chrisjean.com/2009/01/15/week-two-running-ubuntu-at-the-office/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 20:40:52 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=602</guid>
		<description><![CDATA[As of today, it has been exactly two weeks since I started using Ubuntu as my OS at the office. Not only that, it&#8217;s been two weeks since my office computer (Dell Studio 17) has booted into Windows. I left Windows on the system &#8220;just in case,&#8221; but much to my surprise, I haven&#8217;t needed [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>As of today, it has been exactly two weeks since I started using <a href="http://ubuntu.com/" target="_blank">Ubuntu</a> as my OS at the office. Not only that, it&#8217;s been two weeks since my office computer (<a href="http://chrisjean.com/2009/01/01/setting-up-ubuntu-on-my-dell-studio-17/" target="_blank">Dell Studio 17</a>) has booted into Windows.</p>
<p>I left Windows on the system &#8220;just in case,&#8221; but much to my surprise, I haven&#8217;t needed it once. Running Ubuntu is different than running Windows, but it&#8217;s not any more difficult. In fact, Ubuntu is much more powerful and forgiving than Windows has been. I can work so much faster now that I&#8217;m running Ubuntu than I ever have been able to with Windows, and that&#8217;s without being able to use my favorite editor, Crimson Editor.</p>
<p><span id="more-602"></span></p>
<h3>Problems/Dislikes</h3>
<p>Running Ubuntu hasn&#8217;t been without any issues. Frankly, every OS has its own little quirks that we just get used to. For example, I had to get used to how browsing network shares on Windows is absurdly slow or how Explorer has a tendency to freeze for no good reason in Windows Vista.</p>
<p>With that said, here are the things that I don&#8217;t like about my experience with Ubuntu so far.</p>
<ul>
<li>The mouse acceleration is still a bit odd. I&#8217;ve gotten used to it, but I still don&#8217;t like it. Whenever I think about how the mouse responds, I realize that it just feels sluggish by comparison to how the mouse responded in Windows. I&#8217;m not really sure if there is any way to address this rather than just adapting to it.</li>
<li>I got dual screens to work, but I still have to manually change how this is set up each time I boot. For example, every time I log in, I have to tell the ATI Catalyst Control Center that I want my laptop screen to be to the right of the other monitor. It only takes a minute to do this, but it is annoying.The funny thing is that when I change the setting and accept it, the control panel tells me to reboot for the change to take effect. If I reboot, the screen go back to clone. If I don&#8217;t reboot, it works just fine.I&#8217;m sure that this is more to do with ATI&#8217;s driver and not so much with Ubuntu, but I&#8217;d like to find out 1) what software is to blame and 2) how to fix it so it automatically sets my screens like this when I have the monitor plugged in.</li>
<li>Very poor video performance. Once again, this is dealing with the ATI driver. I know that there are ways to squeeze more performance out of the video chipset, but it requires me to sacrifice a number of other options that I want to run (such as Compiz). I can&#8217;t wait until hardware vendors start paying more attention to Linux and provide proper drivers.In my opinion, having fully-functional graphics drivers is the biggest hurdle for most people to switch over to Linux. My buddy Dan told me yesterday that he&#8217;d switch over to Ubuntu in a heartbeat if he could quickly and easily get WoW working with good performance on his system with Ubuntu.I&#8217;m not even a gamer, and I still had this hesitation when it came to switching over. We really need to find a way to address this.</li>
<li>Odd sound issues.
<ul>
<li>As I posted about earlier, the sound jacks on my laptop don&#8217;t exactly work the way that they should. I&#8217;ve found ways to work around the issues, but it still is a cumbersome and inconvinient solution.</li>
<li>With some of the music apps (Rhythmbox in particular), the audio can get very choppy while my CPU is at around 10-20% utilization. I have yet to find a reason for this or a solution. For now, I&#8217;m only using Totem or Banshee as they do not have this music studdering issue.</li>
<li>The volume has an extremely sharp drop off. When I go down one notch from 100% (which is 93%), the volume I hear seems to decrease to 40%. When I go down another notch (88%), the volumes sounds to be at 20%. At 70% volume, only the loudest sounds can be heard, and those sounds are nearly impossible to hear without headphones. At 63% volume, there is no sound at all. I have yet to find any reason for this and would really like to find a solution as it is difficult to chose between &#8220;too loud&#8221; and &#8220;too quite&#8221; when going between 100% and 93% volume when a song changes.</li>
</ul>
</li>
<li>Lack of right-click drag for file operations in GNOME. Whenever I did any type of file operations where I would copy or move files from one location to another in Windows, I would always right-click and drag as it provided me a variety of options when I dropped the files into their destination location. I could easily select whether I wanted to copy, move, create shortcuts, etc. This really should be added.<strong>Solution:</strong> I just found out that GNOME does support this, but it isn&#8217;t very intuitive. Rather than right-click and drag, middle-click and drag files. When you drop the files, it provides you with the options of Copy, Move, Link, Cancel, and oddly &#8220;Set as Background&#8221;. So, this is no longer a problem. It seems that the idea for changing this behavior is so that the context menus that appear when you right click can be navigated without releasing the mouse button and an option can be selected by releasing.</li>
<li>Flash doesn&#8217;t work quite right. Every so often, Flash just refuses to work correctly. I&#8217;m not exactly a fan of Flash itself and would rather see most sites devoid of all Flash content. However, many sites these days do have Flash all over them and using the site requires using the Flash elements. When Flash fails, these sites fail too. Often times refreshing the page works but sometimes I have to restart the browser.</li>
<li>I still have yet to find a programming editor that I like. I&#8217;ll go into more detail on this issue in a future post, but here is the gist.
<ul>
<li>Crimson Editor technically runs in Ubuntu through Wine, but it by no means &#8220;works&#8221;.</li>
<li>Gedit is what I currently use, but it is lacking in many areas.</li>
<li>I&#8217;ve tried many, many editors so far, but none of them can match Crimson Editor.</li>
</ul>
</li>
</ul>
<h3>Likes</h3>
<p>I&#8217;m sure that I just made my experience with Ubuntu sound horrible. I could easily make a list that long or longer with every OS I&#8217;ve ever used, all the way back to DOS 4.0.</p>
<p>I don&#8217;t think I could list everything I like about Ubuntu, and I&#8217;m sure you wouldn&#8217;t want to read all that list. So, I will focus on the highlights.</p>
<ul>
<li>Command shell worth using. The Terminal in Linux is an amazing thing. I was a huge fan of the DOS command line when I was young. I became extremely disappointed when Windows started taking off and Microsoft more or less completely stopped development of the command shell.By the end of an average work day, I typically have between three to six terminal session open. Some of those sessions have more than one tab going. So, the value of using the terminal is extremely high. For those of you that regularly use Linux and have yet to start using the Terminal, you are missing out.</li>
<li>Proper software updates. I was going to go in depth about this, but I think this deserves its own post since it&#8217;s a big topic and deserves plenty of time to explore what is so good about it.</li>
<li>True flexibility. If I don&#8217;t like something in Ubuntu, I really can remove or change it. I can use a desktop environment other than GNOME. I can use a window manager other than Metacity. I can use a command shell other than Bash. I can have one workspace or dozens. I can have the default panels in their default positions, move them around, remove them, add new ones, rearrange the items in the panels, or add new items to the panels. I can also customize the hotkeys and add new ones. The list goes on.</li>
<li>In case I need to reboot, I can simply hit Ctrl+Alt+Backspace and my session will be terminated and I&#8217;m greeted with the login screen a few seconds later. Another nice thing is that I rarely have to do this.</li>
<li>The ability to drag windows around by holding down the alt key. This seemed like a minor thing at first, but it really is so much quicker to just throw the cursor at a window, hold down alt, and drag it around than it is to move the cursor to the title bar and drag it around.</li>
<li>Since this is Linux, SSH is built in tightly. This allows me to connect and use remote machines extremely easily. Such as being able to connect by simply typing &#8220;ssh hostname&#8221; on the command line and automatically connecting with my private key while having my username and settings automatically supplied via my ~/.ssh/config file. I also can mount these remote filesystems as accessible partitions on my system.</li>
<li>Improved stability. I have to say that there are times where my Ubuntu session has frozen up or I&#8217;ve had to reboot, but those times are typically after I&#8217;ve been messing around with my configuration. Overall, the stability has been very impressive.</li>
<li>Simple owner/group/world permissions and ownership. With a quick &#8220;<strong>ls -l</strong>&#8221; on the command line, I can immediately see what the permissions are for a file.</li>
<li>File sharing that works. I will say that I did not have an easy time with setting up file sharing in Samba. I think that this can definitely be improved. However, once I read through the documentation and set everything up, it just worked and has ever since. By comparison, it is &#8220;easier&#8221; to set up a file sharing configuration on Windows, but it almost never works without hours of trial and error and rarely works the same way twice.</li>
<li>Easy switching of active network connection. I love how if you have the option of many different network connections that simply clicking the NetworkManager Applet icon allows for rapid switching between wired and wireless options as well as which wireless access point you wish to connect to. This makes switching connections for whatever reason extremely fast and easy.</li>
<li>Symbolic link files. Being able to create a reference to another file, folder, partition anywhere you want is a great feature. I know that the NTFS file system now can support similar features, but since the command line is such a pain, and that&#8217;s the only way it can be used, I never used it.</li>
<li>Ubuntu has a truly amazing installer which I have yet to see matched by any other OS other than certain similar Linux distros, such as <a href="http://linuxmint.com/" target="_blank">Linux Mint</a>.</li>
<li>Hotkeys&#8230; Beautiful hotkeys. Gnome has a built in hotkey editor to modify all of its hotkeys. Compiz has hotkey settings for just about everything in it.</li>
</ul>
<p>These things just touch the tip of the iceberg and are features that come to mind right now. If I were to pick one thing that I like the most about Linux, it&#8217;s that fact that I truly do have choice. Rather than being limited to what is offered to me, I can customize a distro as much as I want by adding or completely removing certain parts of it.</p>
<h3>Conclusion</h3>
<p>My life with desktop Linux is just beginning. I&#8217;m sure that there are many more frustrations down the road, but I have no doubt that the new opportunities that it will keep offering me will continue to outweigh any detriment that may exist.</p>
<p>Most of the problems that bother me the most are specifically because of poor hardware driver or software build support by the vendor. I fully trust that this problem will be taken care of in time due to the increasing usage of Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/15/week-two-running-ubuntu-at-the-office/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adventures with Ubuntu Continued</title>
		<link>http://chrisjean.com/2009/01/05/adventures-with-ubuntu-continued/</link>
		<comments>http://chrisjean.com/2009/01/05/adventures-with-ubuntu-continued/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:17:18 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=472</guid>
		<description><![CDATA[I&#8217;m now on my fifth day of using Ubuntu on my office machine. Slowly, I&#8217;m starting to get accustomed to working with it, but there are still a variety of things that I still need to do from time to time. For those that haven&#8217;t read my previous posts on this topic, I&#8217;ve switched from [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I&#8217;m now on my fifth day of using Ubuntu on my office machine. Slowly, I&#8217;m starting to get accustomed to working with it, but there are still a variety of things that I still need to do from time to time.</p>
<p>For those that haven&#8217;t read my previous posts on this topic, I&#8217;ve switched from Windows Vista to Ubuntu Intrepid Ibex (8.10) on my Dell Studio 17 laptop that I use at the office. Even though Ubuntu has a great ability to &#8220;just work,&#8221; often times it is difficult and unintuitive to get certain things to work. So, I decided to blog about all those difficulties so that I can have this information to rely on later and so others can benefit from my experience.</p>
<p><span id="more-472"></span></p>
<p>I couldn&#8217;t get Java to function with Firefox. The main problem here is that <a href="http://www.sun.com/" target="_blank">Sun</a> hasn&#8217;t released an official plugin with support for the 64-bit platform. I found some workarounds that were not tasteful at all, such as: removing my current Firefox and replacing it with a 32-bit version, manually creating a bunch of complex wrappers to interface my 64-bit Firefox with the 32-bit Java plugin, and solutions that get even worse from here. I decided to ditch Java and hope for finding a solution sometime later. Keep reading though, because I did find a solution.</p>
<p>In order for me to play &#8220;restricted format&#8221; multimedia content, I had to enable new repositories and install additional software. Fortunately, there is a very handy <a href="https://help.ubuntu.com/community/RestrictedFormats" target="_blank">guide to adding support for restricted formats</a> for Ubuntu.</p>
<p>Must to my surprise, installing the &#8220;ubuntu-restricted-extras&#8221; package as recommended in the guide, automatically added Java support for me. I wish that they made this more clear, since I could have ended my search for Java support much earlier. This support is thanks to the <a href="http://en.wikipedia.org/wiki/IcedTea" target="_blank">IcedTea project</a> which seeks to make a Java interpreter that doesn&#8217;t require any non-free code. My thanks go out to the IcedTea team for making adding Java support to my 64-bit Ubuntu system so easy.</p>
<p>Interesting function that I just discovered: Nautilus, the default file browser for Ubuntu, has tabs now. Press Ctrl+T, and a new tab will open. I have yet to find a good use for this as dragging between two seperate windows works well. Even if I don&#8217;t find a long-term value in this feature, I do find it very interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/05/adventures-with-ubuntu-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Day with Ubuntu at the Office</title>
		<link>http://chrisjean.com/2009/01/03/first-day-with-ubuntu-at-the-office/</link>
		<comments>http://chrisjean.com/2009/01/03/first-day-with-ubuntu-at-the-office/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 06:22:27 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[computer problems]]></category>
		<category><![CDATA[Crimson Editor]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[jEdit]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=438</guid>
		<description><![CDATA[I got Ubuntu successfully installed on my office machine (Dell Studio 17) yesterday. Today, I&#8217;m going to use it all day at the office while making notes on what still doesn&#8217;t work, what I could get to work, how I fixed problems, and I&#8217;m sure some random ramblings will enter at some point. Dual Monitors [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I got Ubuntu successfully installed on my office machine (Dell Studio 17) yesterday. Today, I&#8217;m going to use it all day at the office while making notes on what still doesn&#8217;t work, what I could get to work, how I fixed problems, and I&#8217;m sure some random ramblings will enter at some point.</p>
<p><span id="more-438"></span></p>
<h2>Dual Monitors</h2>
<p>The first issue didn&#8217;t take long to present itself. I have an external 24&#8243; LCD that I have hook up to at the office. This morning, I did what I normally do, plug in everything, including the monitor, and then start up the machine. When Ubuntu came up, the LCD functioned, but it was a clone of main screen.</p>
<p>I went into <strong>System &gt; Preferences &gt; Screen Resolution</strong> to see if I could set the monitors to have independent content. Unfortunately only one screen was shown.</p>
<p>I rebooted with the monitor disconnected and then plugged it in when Ubuntu had loaded. This produced something new: The screens were still cloned, but the primary laptop screen always tried to &#8220;focus&#8221; or center on the mouse cursor causing large portions of the screen to be cropped off if I moved the mouse to any of the edges. This was a new situation. I restarted X (ctrl+alt+backspace), and the problem remained. I decided to ignore this until I found another solution.</p>
<p>I googled around, read at least a dozen forum threads, and still didn&#8217;t find anything to address the issue of using dual view rather than clone view. So, I did what any good computer user should (or shouldn&#8217;t) do; I started digging around the menus for a possible solution. It only took me a couple of minutes to figure it out.</p>
<p>The Dell Studio 15 and Dell Studio 17 use an AMD video solution (personally, I prefer nVidia, but I digress). If you install the AMD proprietary drivers, you get a program at <strong>Applications &gt; Accessories &gt; ATI Catalyst Control Center</strong>. From inside this program, I could select a specific screen, click on the Multi-Display tab, and tell it how I wanted that screen to behave. I selected the external monitor from the drop-down, clicked the Multi-Display tab and then selected &#8220;Big Desktop left of display 1,&#8221; which matched the physical setup of the screens on my desk. The screens reconfigured themselves immediately.</p>
<p>Since I&#8217;m using cubes with Compiz, I loaded <strong>System &gt; Preferences &gt; CompizConfig Settings Manager</strong>, clicked on &#8220;Desktop Cube&#8221;, and changed the &#8220;Multi Output Mode&#8221; option to &#8220;Multiple cubes&#8221; to give each screen its own cube.</p>
<h2>Headphones</h2>
<p>Since I work in a room with other people, I always have headphones in. As soon as I had my dual monitor issue taken care of, I loaded up some music and found out that the sound didn&#8217;t work. I unplugged my headphones and heard sound from the system&#8217;s speakers. I plugged the headphones back in and didn&#8217;t hear sound from the headphones or the speakers.</p>
<p>I think this issue is due to the fancy headphone outputs on the Dell Studio 17. There are dual headphone outputs. In Windows, a software package allows me to select how I&#8217;d like to treat the individual jacks. I can use them as headphone outputs or line outs. I think it&#8217;s this ability to switch the functionality of the jacks combined with the fact that there is more than one jack that causes Ubuntu to fail.</p>
<p>A bit of playing around later, I found that if I loaded the Volume Control (right-click the speaker on the panel by the clock and select &#8220;Open Volume Control&#8221;), selected the Switches tab, and checked the &#8220;Headphone as Line Out&#8221; option, that sound is properly sent to the headphones. However, this has a side effect as having a headphone plugged in no longer disables the speakers. I&#8217;m working around this by muting the sound for the Front outputs in the Playback tab while the headphones are in use. Not the best solution, but it works.</p>
<p>Also of note, only the middle headphone jack functions for headphones as the front jack seems to be unaffected by the line out option.</p>
<p id="post-799" style="padding-left: 30px;">There is an update on the headphone issue: <a title="Headphones Jacks Now Fully Work on Dell Studio 17 Running Ubuntu" rel="bookmark" href="../2009/01/29/headphones-jacks-now-fully-work-on-dell-studio-17-running-ubuntu/">Headphones Jacks Now Fully Work on Dell Studio 17 Running Ubuntu</a></p>
<h2>Accessing the Windows Partition</h2>
<p>Since I loaded Ubuntu to dual boot with the existing Vista, I wanted to be able to access the contents of the Windows drive. Here&#8217;s how I did it.</p>
<p>First, I had to install a new package. I loaded up terminal and executed:</p>
<p style="padding-left: 30px;"><code>sudo apt-get install ntfs-3g</code></p>
<p>I then needed to find out which partition I needed to access. I ran &#8220;<code>sudo fdisk -l</code>&#8221; and received the following output:</p>
<pre style="padding-left: 30px;">   Device Boot   Start      End      Blocks   Id  System
/dev/sda1            1       19      152586   de  Dell Utility
/dev/sda2           20     1325    10485760    7  HPFS/NTFS
/dev/sda3   *     1325    16001   117882777+   7  HPFS/NTFS
/dev/sda4        16002    30401   115668000    5  Extended
/dev/sda5        16002    29810   110920761   83  Linux
/dev/sda6        29811    30401     4747176   82  Linux swap</pre>
<p>Notice that /dev/sda3 is a bootable partition, is quite large (number of blocks), and uses the NTFS format. /dev/sda3 is my Windows partition.</p>
<p>I created a location to mount the partition called /mnt/windows  by running &#8220;<code>sudo mkdir /mnt/windows</code>&#8220;. I then modified the filesystem table (sudo vi /etc/fstab) and added the following line:</p>
<pre style="padding-left: 30px;"><strong>/dev/sda3</strong>  <strong>/mnt/windows</strong>  ntfs-3g  quiet,defaults,rw  0  0</pre>
<p>The two bolded entries are what you will need to modify to match your own setup. The first option is the partition to mount. The second option is where you wish to mount the partition.</p>
<p>To load my changes immediately, I ran &#8220;<code>sudo mount -a</code>&#8221; to reload the partition mount instructions.</p>
<p>Now all my Windows files are easily accessible at all times at /mnt/windows.</p>
<h2>Accessing Remote File Systems</h2>
<p>Since I frequently access remote Linux file systems for my job and my hobbies, I thought that I&#8217;d take advantage of <a href="http://fuse.sourceforge.net/sshfs.html" target="_blank">SSH Filesystem</a> in order to make these file systems available as if they were local file systems. Thanks to the <a href="http://ubuntuforums.org/showthread.php?t=430312" target="_blank">SSHFS AUTOmount on Feisty guide</a>, I was able to set this up quickly and easily. Not only that, but the scripts provided automatically mount and unmount the filesystems when the internet connection goes up or down, which is really, really cool to play around with and watch.</p>
<p>I did make a modification to the <code>/etc/network/if-down.d/umountsshfs</code> script provided in the previously mentioned guide. This change may or may not be needed depending on your setup. I changed the last line to the following, note the bolded portion:</p>
<div style="padding-left: 30px;"><code>[ -n "$mounted" ] &amp;&amp; { for mount in $mounted; do <strong>fusermount -u</strong> $mount; done; }<br />
</code></div>
<p>In case anyone is interested in my final /etc/fstab entry format, here&#8217;s one as a sample:</p>
<pre style="padding-left: 30px;">sshfs#<strong>servername</strong>:  /mnt/<strong>servername</strong>  fuse  comment=sshfs,
uid=<strong>1000</strong>,gid=<strong>1000</strong>,users,noauto,exec,allow_other,reconnect,
transform_symlinks,BatchMode=yes,ConnectTimeout=10  0  0</pre>
<p>Note: I changed the actual server name to protect the innocent. Also, the uid and gid are specific to my setup. You can find your&#8217;s by running &#8220;<code>id</code>&#8221; on the command line.</p>
<p>You may notice the lack of username and other relevant parameters. I put those in my <code>~/.ssh/config</code> file to make connections to the servers more easy. For example, here&#8217;s a sample entry from my <code>~/.ssh/config</code>:</p>
<pre style="padding-left: 30px;">Host <strong>hostname</strong>
     User <strong>username</strong>
     ServerAliveInterval 15
     Port <strong>23</strong></pre>
<p>An entry can be created for each server with specific SSH directives which allow you to keep connection information for often-used servers short and simple. Setting the ServerAliveInterval helps keep inactive connections alive (this may not be needed or recommenI have to ded in your setup). You can find a full listing of available options and their descriptions at the <a href="http://netbsd.gw.com/cgi-bin/man-cgi?ssh_config+5" target="_blank">ssh_config NetBSD Manual Page</a>. You might also find the <a href="http://apps.sourceforge.net/mediawiki/fuse/index.php?title=SshfsFaq#What_options_does_sshfs_support.3F" target="_blank">SshfsFaq</a> helpful if you try to set this up.</p>
<h2>Misc Other Setup</h2>
<p>I installed <a href="http://forum.emeraldeditor.com/index.php?topic=361.0" target="_blank">Crimson Editor</a> to be my programming editor until I find one I like that is Linux based. I really like Crimson Editor, so it&#8217;s going to be hard for me to find a replacement. Running CE in Wine isn&#8217;t without its problems though. It seems that CE only remembers changes to settings if I exit by doing <strong>File &gt; Exit</strong>. If I simply close the window, the settings are not saved.</p>
<p>I tried <a href="http://projects.gnome.org/gedit/" target="_blank">gedit</a> earlier, and it is extremely close to what I want but is just enough off to make me not want to keep trying with it. It sounds silly, but if gedit just added the ability to make the tabs visible, I would probably use it as my main editor.</p>
<p>I installed jEdit, but it failed to load. I reasoned that since jEdit was built on Java that the JRE was missing, so I installed it. I find it odd that the JRE wasn&#8217;t installed by default when I installed jEdit. I&#8217;ll try it out later and see what I think.</p>
<p>I can&#8217;t use my favorite coding font, <a href="http://www.donationcoder.com/Software/Jibz/Dina/" target="_blank">Dina</a>, so I&#8217;m hunting for a replacement there as well. So far, I&#8217;ve tried <a href="http://www.gnome.org/fonts/" target="_blank">Bitstream Vera Sans Mono</a> and <a href="http://www.gringod.com/wp-upload/MONACO.TTF" target="_blank">Monaco</a>. They are both nice, but they just aren&#8217;t what I&#8217;m looking for. Oh well&#8230; Time to keep looking. Why or why can&#8217;t I just have my lovely Dina? <img src='http://chrisjean.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<h2>Remaining Issues</h2>
<p>I still have massive problems with video. I&#8217;m starting think that AMD video hardware just doesn&#8217;t perform well in Ubuntu, even with the proprietary driver. Flash video is fine, but all other video is choppy or has a frame rate around 1fps. The performance is so poor, it seems like all video decoding and rendering is handled in software rather than hardware. I have yet to confirm this though.</p>
<p>I can increase or decrease the brightness using the Fn+Up/Down keys, but there are problems. The brightness indicator doesn&#8217;t go away, the keyboard stops functioning, and the panels no longer function. Every time I accidentally adjust the brightness manually, I have to restart X (Ctrl+Alt+Backspace).</p>
<p>There are odd times when X just seems to fail. It always happens in different ways, but every time it happens, the windows just stop responding properly or windows get stuck in odd places. As with the brightness adjustment issue, restarting X is a quick fix. I&#8217;d really rather not have to do that though as it closes everything I have open. Sure beats a complete reboot however.</p>
<p>The trackpad on the Studio 17 is really wide. I keep accidentally touching it with my palm, causing focus to shift elsewhere while I&#8217;m typing. I need to see if I can change a setting somewhere to ignore the touchpad as I type.</p>
<p>The mouse acceleration is much different than I&#8217;m used to in Windows, but I&#8217;m sure that I will get adjusted to this.</p>
<p>Performance overall seems a bit sluggish. For example, whenever I visit a WordPress site that has the snowfall thing going on (thanks Matt), scrolling is very choppy and closing/switching tabs becomes slow. I&#8217;ll have to see if I can find a site that has information about optimizing Ubuntu performance to get the mose out of the machine.</p>
<h2>Final Thoughts</h2>
<p>I have to admit that I&#8217;ve found more issues that I expected, and not all the problems have been readily solvable. Ubuntu has already given me the ability to do things that I just couldn&#8217;t do with Windows. Ubuntu has also presented some very core problems which may or may not be fixable, but at least I have the power to make changes and try to fix it while I always felt that Windows told me to &#8220;suck it up kid, that&#8217;s the way it is.&#8221;</p>
<p>I&#8217;ll be playing with the system more over the weekend. I hope to have it in fighting shape by Monday so that I can stop messing with my computer and start using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/03/first-day-with-ubuntu-at-the-office/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting up Ubuntu on my Dell Studio 17</title>
		<link>http://chrisjean.com/2009/01/01/setting-up-ubuntu-on-my-dell-studio-17/</link>
		<comments>http://chrisjean.com/2009/01/01/setting-up-ubuntu-on-my-dell-studio-17/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:10:27 +0000</pubDate>
		<dc:creator>Chris Jean</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[computer problems]]></category>
		<category><![CDATA[Dell Studio 17]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gaarai.com/?p=426</guid>
		<description><![CDATA[I have a Dell Studio 17 for my office computer. It&#8217;s a nice machine, but Vista fails horribly on it. The ATI driver for it causes a BSoD on average, once a day. I&#8217;ve finally had enough, so I&#8217;m switching over to Ubuntu 8.10, Intrepid Ibex. I&#8217;m writing this post as I install and configure [...]]]></description>
			<content:encoded><![CDATA[<!-- filtered -->
<p>I have a Dell Studio 17 for my office computer. It&#8217;s a nice machine, but Vista fails horribly on it. The ATI driver for it causes a BSoD on average, once a day. I&#8217;ve finally had enough, so I&#8217;m switching over to <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 8.10, Intrepid Ibex.</p>
<p>I&#8217;m writing this post as I install and configure Ubuntu. This will make it easier for me to keep track of what I did in case I need to undo something later or if anybody reading this wants to make the switchover as well.</p>
<p><span id="more-426"></span></p>
<h3>Installing</h3>
<p>Ubuntu truly has an incredible installer. There isn&#8217;t much to talk about since it was so easy.</p>
<p>I even installed Ubuntu while keeping Windows intact. This used to be extremely difficult. That is not the case anymore. I simply used the &#8220;Guided &#8211; resize&#8221; option. This option allows you to easily resize the Windows partition to create a new partition from the freed space where Ubuntu will be installed. I easily selected to give Windows and Ubuntu each a 100GB partition. The resizing took about half an hour. My only complaint is that the progress bar went from 0% to done with no intervals indicating how much time remained.</p>
<p>Overall, the installation took about 45 minutes with most of that time spent resizing the partition. Not only did the installer resize the partition and easily install Ubuntu, but it also imported many settings and options from my user on Windows. If the installation is this easy now, I can only imagine how amazing the installer is going to be a few versions from now.</p>
<p>I didn&#8217;t test everything, but the machine seemed to be completely functional at this point. All graphics were fluid, I was easily able to connect to my WPA2 access point, and sound worked. Now it&#8217;s time get everything set up the way I want.</p>
<h3>Configuration</h3>
<h4>Drivers</h4>
<p>Two proprietary drivers were available after the system booted up: &#8220;Broadcom STA wireless driver&#8221; and &#8220;ATI/AMD proprietary FGLRX graphics driver.&#8221; I activated the Broadcom proprietary driver which was quickly installed. I then tried to activate the AMD proprietary driver, but it failed without an error or message. I decided that I might need to update the system first.</p>
<p>I ran <strong>System &gt; Administration &gt; Update Manager</strong> and updated all the installed packages. I then rebooted the system. After this, I was able to activate the AMD proprietary driver without any issues.</p>
<h4>Firefox</h4>
<p>I use a highly-customized version of Firefox. Unfortunately, these modifications didn&#8217;t transfer over so well from Windows to Ubuntu. When I loaded Firefox, I found that I didn&#8217;t have half of the menu, the address bar was gone, and the View menu was gone so that I couldn&#8217;t fix it. I closed Firefox and decided that I would come back and figure it out later. For some unknown reason, I started Firefox again, and amazingly, it had reset itself back to default. Odd things like this confuse me and I typically don&#8217;t like them, but this odd behavior had a really good result in that it gave me a functional browser.</p>
<p>In previous versions of Ubuntu that I&#8217;ve played with, adding Flash to Firefox was amazingly easy: visit a site that uses Flash, click to install Flash, and you&#8217;re done. For some reason, this is different in Ibex. When I visited Youtube, I got the following message:</p>
<p style="padding-left: 30px;">Hello, you either have JavaScript turned off or an old version of Adobe&#8217;s Flash Player. <a href="http://www.adobe.com/go/getflashplayer/" target="_blank">Get the latest Flash player</a>.</p>
<p>When I visited the link, all the options offered were for 32-bit systems yet my install was 64-bit. Needless to say, none of the options worked.</p>
<p>I ended up finding the following instructions to <a href="http://www.cyberciti.biz/tips/install-flash-10-ubuntu-linux-64bit.html" target="_blank">install Flash 10 easily on Ubuntu 64-bit</a>.</p>
<p style="padding-left: 30px;"><code>$ wget http://queleimporta.com/downloads/flash10_en.sh<br />
$ sudo bash ./flash10_en.sh</code></p>
<p>I then noticed that the backspace key didn&#8217;t take me to the previous page. Fortunately I found <a href="http://ubuntu.wordpress.com/2006/12/21/fix-firefox-backspace-to-take-you-to-the-previous-page/" target="_blank">Fix Firefox Backspace to Take You to the Previous Page</a>, which fixed the problem immediately.</p>
<p>So far, everything else seems to be working as expected, including the forward/back keys on my mouse  going forward/back in pages and middle-clicking opening up links in a new tab.</p>
<h4>Packages</h4>
<p>I installed the following packages:</p>
<p style="padding-left: 30px;">audacious, compizconfig-settings-manager, emerald, mplayer, rar, subversion, thunderbird, unrar, vim, vlc, wine</p>
<h4>Misc Changes</h4>
<p>After getting those packages loaded, I loaded Sessions (<strong>System &gt; Preferences &gt; Sessions</strong>) and added a new program. I gave it a name of &#8220;Emerald&#8221; and put in a command of &#8220;emerald &#8212; replace&#8221;. This loads up Emerald each time Ubuntu boots. I then loaded the <a href="http://dobee.deviantart.com/art/Royale-Vista-II-for-Linux-96692402" target="_blank">Royale Vista II Dark</a> by dobee theme. I also configured Compiz using <strong>System &gt; Preferences &gt; CompizConfig Settings Manager</strong>.</p>
<p>I loaded up some videos and audio files and selected to install the required codecs. Due to having Compiz, the video flickered badly in MPlayer, so I switched the video driver to x11. I still have some video issues (such as the video not resizing when I change the window size), but I hope to have those issues taken care of soon.</p>
<p>I wanted to be able to use the Win key for creating hotkeys, and that requires a change in Ubuntu. Load the Keyboard Preferences via <strong>System &gt; Preferences &gt; Keyboard</strong>. Click the Layouts tabs and the &#8220;Other Options&#8230;&#8221; button. Expand &#8220;Alt/Win key behavior&#8221; and change it to &#8220;Super is mapped to the Win-key&#8221;. Now you can use the Win key for creating hotkeys. For example, I bound win+e to open the Home folder, win+c to run calculator, win+r to load the run dialog, etc.</p>
<p>I changed the workspaces from 2 to 4 in order to make it an actual cube. Just right-click the workspace panel in the bottom-right, select Preferences, change the Columns to 4, and click Close.</p>
<h3>Conclusion</h3>
<p>So far, everything is working very well. I haven&#8217;t hit any major problems except for the video codec issue, which isn&#8217;t a major issue currently since this is a work machine and not a general use machine. I&#8217;ll need to find a solution however.</p>
<p>I&#8217;m going to bring my laptop into the office tomorrow and see how well it does in actual use. Stay tuned for the &#8220;rest of the story.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjean.com/2009/01/01/setting-up-ubuntu-on-my-dell-studio-17/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

