<?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-6461525980424162773</id><updated>2011-04-21T22:06:08.447-07:00</updated><category term='Shuttle X50'/><title type='text'>Arsinio @ ReSquared</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-7846009807862751171</id><published>2009-05-28T05:44:00.001-07:00</published><updated>2009-05-28T06:09:57.137-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Shuttle X50 Touch Screen Configuration</title><content type='html'>Unfortunately, I haven't had much time to work on the Shuttle lately, and this has been something that has been bothering me for a while...the Shuttle comes with an integrated USB touch screen (D-WAV Scientific Co., Ltd eGalax TouchScreen)...&lt;br /&gt;&lt;br /&gt;I've installed Ubuntu 9.04 Netbook Remix on the Shuttle...and it comes with a calibration utility located here:&lt;br /&gt;&lt;br /&gt;Administration -&gt; Calibrate Touchscreen&lt;br /&gt;&lt;br /&gt;The documentation for the program is rather lacking, and for whatever reason, it doesn't calibrate the touchscreen properly...either that or it doesn't store the calibration properly...(I have no idea where it stores the calibration...because it doesn't seem to be changing &lt;span style="font-style: italic;"&gt;/etc/X11/xorg.conf&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;But in any case, you can still use it to help you perform a manual calibration...this is how:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Start the calibration program (Administration -&gt; Calibrate Touchscreen)&lt;/li&gt;&lt;li&gt;Read the instructions and read them again...you won't see them again :'(&lt;/li&gt;&lt;li&gt;When the white screen pops up, drag your finger, or stylus around the edges of the screen.&lt;/li&gt;&lt;li&gt;When you have completed a full circuit, before you start clicking the 'X's write down the values contained in the top line of debug text. It should look something like:  &lt;span style="font-style: italic;"&gt;Min:  (548/789)    Max:  (3560/3269)&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Finish the rest of the calibration, find some way to kill it (you don't need the rest **)&lt;/li&gt;&lt;li&gt;Open your &lt;span style="font-style: italic;"&gt;/etc/X11/xorg.conf&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;and add the following lines (making sure to substitute your recorded values for 'MinX', 'MinY', 'MaxX', 'MaxY'):&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-style: italic;"&gt;Section "InputDevice"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Identifier "touchscreen"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Driver "evtouch"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "Device" "/dev/input/event6"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "DeviceName" "touchscreen"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "MinX" "548"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "MinY" "789"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "MaxX" "3560"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "MaxY" "3269"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "ReportingMode" "Raw"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "SendCoreEvents" "On"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "SwapX" "true"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;EndSection&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Section "InputDevice"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Identifier "dummy"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Driver "void"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        Option "Device" "/dev/input/mice"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;EndSection&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now save your file, restart, and you should be good to go!&lt;br /&gt;&lt;br /&gt;** - These values &lt;span style="font-style: italic;"&gt;should&lt;/span&gt; technically be used. From what I can tell, they are used to calculate a homography matrix that correlates your touch screen coordinates with actual monitor coordinates with a greater accuracy than just using the max/min bounds. But there are two problems here:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Since the calibration utility doesn't save it's values anywhere (correct me if I'm wrong), especially not in &lt;span style="font-style: italic;"&gt;xorg.conf&lt;/span&gt;, it is really hard to get the touch screen values of these points. You basically need to run the calibration utility from the command line and pull the points from the command line output.&lt;/li&gt;&lt;li&gt;When you put these points, in the order the calibration program specifies them, into the &lt;span style="font-style: italic;"&gt;xorg.conf&lt;/span&gt; file not surprisingly, your touch screen is unusable. The problem here could be that X is expecting the points in an order that is different than what the calibration program outputs. Until someone can verify that for me, this solution works fairly well.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-7846009807862751171?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/7846009807862751171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-touch-screen-configuration.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/7846009807862751171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/7846009807862751171'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-touch-screen-configuration.html' title='Shuttle X50 Touch Screen Configuration'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-3296243428822950444</id><published>2009-05-13T11:26:00.000-07:00</published><updated>2009-05-28T06:10:09.160-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Shuttle X50 entering failsafe mode when starting X</title><content type='html'>It appears that the problem I was having with the Ubuntu installer entering safe mode (or not working at all) is actually related to a bug in the version of the Intel i945 driver that ships with Ubuntu 9.04.&lt;br /&gt;&lt;br /&gt;Basically, X was having a problem starting and I was getting the following lines in my /var/log/Xorg.0.log file:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;(WW) intel(0): No outputs definitely connected, trying again...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; (II) intel(0): Output VGA disconnected&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; (WW) intel(0): Unable to find initial modes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; (EE) intel(0): No valid modes.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;(EE) Screen(s) found, but none have a usable configuration.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I tried a whole bunch of different things, but eventually resolved that it was likely a bug in the Intel driver. I filed a bug report with Ubuntu here:&lt;br /&gt;&lt;a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/375545"&gt;https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/375545&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The resolution was to use the 2.7.1 Intel driver, which is not included with the Ubuntu 9.04 release, but is still considered stable. To use the new driver, do the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Add the following lines to your /etc/apt/sources.list:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Add the archive's key to your list:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 643dc6bd56580ceb1ab4a9f63b22ab97af1cdfa9&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update your apt cache:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;sudo apt-get update&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Install the new package:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;sudo apt-get install xserver-xorg-video-intel&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;And that should fix it!&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-3296243428822950444?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/3296243428822950444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-entering-failsafe-mode-when.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/3296243428822950444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/3296243428822950444'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-entering-failsafe-mode-when.html' title='Shuttle X50 entering failsafe mode when starting X'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-6975193878397262982</id><published>2009-05-11T10:41:00.000-07:00</published><updated>2009-05-28T06:10:22.495-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Ubuntu 9.04 Netboot install</title><content type='html'>It turns out that the Ubuntu 9.04 alternate install disk, when used with unetbootin does work exactly right as detailed in my last post. So I decided to do a netboot install. The procedure I used was taken from:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://help.ubuntu.com/community/Installation/Netboot"&gt;https://help.ubuntu.com/community/Installation/Netboot&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Basically, do the following:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Install dnsmasq, a DNS/DHCP/TFTP server all in one:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;sudo apt-get install dnsmasq&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Edit /etc/dnsmasq.conf adding the following lines:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;dhcp-range=192.168.1.XXX,192.168.1.YYY&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;dhcp-host=&lt;mac&gt;,192.168.1.ZZZ&lt;/mac&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;dhcp-boot=pxelinux.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;enable-tftp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;tftp-root=/var/tftpd&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;dhcp-authoritative&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; XXX, YYY are the upper and lower ranges of IPs you want to hand out. Ideally, this server will only hand out IPs to your target computer. That being said, ZZZ should be between XXX and YYY, with XXX and YYY chosen arbitrarily. For example, I used 240 for ZZZ, 239 for XXX and 241 for YYY.&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt; &lt;mac&gt; &lt;/mac&gt;&lt;/span&gt;should be replaced by the actual MAC address of the machine you want to install on, in the form AA:BB:CC:DD:EE:FF&lt;span style="font-style: italic;"&gt;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Copy the contents of the &lt;span style="font-style: italic;"&gt;'/install/netboot'&lt;/span&gt; directory on the Ubuntu 9.04 Alternate CD-ROM to &lt;span style="font-style: italic;"&gt;'/var/tftpd'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Restart dnsmasq:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;sudo /etc/init.d/dnsmasq restart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Reboot the target computer, and configure the bios to try to boot using your LAN/NIC/PXE (depends on manufacturer).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-6975193878397262982?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/6975193878397262982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-netboot-install.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/6975193878397262982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/6975193878397262982'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-netboot-install.html' title='Ubuntu 9.04 Netboot install'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-5076466054207623772</id><published>2009-05-11T08:01:00.000-07:00</published><updated>2009-05-28T06:10:36.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Ubuntu 9.04 Alternate Install</title><content type='html'>Like the standard install, I created a flash boot disk using unetbootin following the instructions I found here:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://help.ubuntu.com/community/Installation/FromUSBStick"&gt;https://help.ubuntu.com/community/Installation/FromUSBStick&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I followed the optional instructions to remove the unetbootin menu and bring back the root menu of the cd image. This allows you to select the text-based install option from the ubuntu menu.&lt;br /&gt;&lt;br /&gt;But there is definitely some sort of graphic driver problem...&lt;br /&gt;&lt;br /&gt;The text-based installer displays 4-5 lines correctly, but the rest of the screen is flickering like crazy.&lt;br /&gt;&lt;br /&gt;Also, I'm not sure if it correctly detected the network card. The install is demanding that I setup a cd-rom drive to access packages. Usually there is a step to configure the network, and then download the packages, but that may be a later option. Obviously there is no cd-rom drive and this is something I kind of expected unetbootin to take care of.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-5076466054207623772?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/5076466054207623772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-alternate-install.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/5076466054207623772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/5076466054207623772'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-alternate-install.html' title='Ubuntu 9.04 Alternate Install'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-3981928347490418508</id><published>2009-05-11T08:00:00.000-07:00</published><updated>2009-05-11T08:01:31.933-07:00</updated><title type='text'>Ubuntu 9.04 Standard Install</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-3981928347490418508?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/3981928347490418508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-standard-install.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/3981928347490418508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/3981928347490418508'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/ubuntu-904-standard-install.html' title='Ubuntu 9.04 Standard Install'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-2698280599338965710</id><published>2009-05-08T13:06:00.001-07:00</published><updated>2009-05-28T06:11:06.815-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Shuttle X50 Unboxing</title><content type='html'>So we finally got the Shuttle X50! Here are some unboxing pictures:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_1NWyvxbG-9w/SgSSeQuGTEI/AAAAAAAAB9Q/iXPJtf-BQJA/s1600-h/DSCF4642.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_1NWyvxbG-9w/SgSSeQuGTEI/AAAAAAAAB9Q/iXPJtf-BQJA/s320/DSCF4642.JPG" alt="" id="BLOGGER_PHOTO_ID_5333548907295558722" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSetoucrI/AAAAAAAAB9Y/47Da5ILtRk8/s1600-h/DSCF4643.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSetoucrI/AAAAAAAAB9Y/47Da5ILtRk8/s320/DSCF4643.JPG" alt="" id="BLOGGER_PHOTO_ID_5333548915057652402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_1NWyvxbG-9w/SgSSfp_NNXI/AAAAAAAAB9w/8FmGNpjWY-8/s1600-h/DSCF4646.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_1NWyvxbG-9w/SgSSfp_NNXI/AAAAAAAAB9w/8FmGNpjWY-8/s320/DSCF4646.JPG" alt="" id="BLOGGER_PHOTO_ID_5333548931258070386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSfb2XT6I/AAAAAAAAB9o/JIb753-wLNE/s1600-h/DSCF4645.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSfb2XT6I/AAAAAAAAB9o/JIb753-wLNE/s320/DSCF4645.JPG" alt="" id="BLOGGER_PHOTO_ID_5333548927462887330" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSe3dxXxI/AAAAAAAAB9g/EQRes2AGHBE/s1600-h/DSCF4644.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_1NWyvxbG-9w/SgSSe3dxXxI/AAAAAAAAB9g/EQRes2AGHBE/s320/DSCF4644.JPG" alt="" id="BLOGGER_PHOTO_ID_5333548917696061202" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;One interesting thing to note is that it DOES NOT SHIP WITH AN OPERATING SYSTEM!!!&lt;br /&gt;I suppose it's not a big deal since we were hoping to put linux on it anyways, but it is still a pretty big dissappointment...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-2698280599338965710?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/2698280599338965710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-unboxing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/2698280599338965710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/2698280599338965710'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/shuttle-x50-unboxing.html' title='Shuttle X50 Unboxing'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_1NWyvxbG-9w/SgSSeQuGTEI/AAAAAAAAB9Q/iXPJtf-BQJA/s72-c/DSCF4642.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6461525980424162773.post-1013066532695419108</id><published>2009-05-01T09:40:00.000-07:00</published><updated>2009-05-28T06:11:18.124-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shuttle X50'/><title type='text'>Waiting for the Shuttle X50</title><content type='html'>So we ordered a Shuttle X50 for one of our projects. We will likely be one of the first people to get an X50 and I plan on publishing the whole unboxing/linux conversion process here!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6461525980424162773-1013066532695419108?l=arsinio-resquared.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://arsinio-resquared.blogspot.com/feeds/1013066532695419108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/waiting-for-shuttle-x50.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/1013066532695419108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6461525980424162773/posts/default/1013066532695419108'/><link rel='alternate' type='text/html' href='http://arsinio-resquared.blogspot.com/2009/05/waiting-for-shuttle-x50.html' title='Waiting for the Shuttle X50'/><author><name>the.enabler</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
