{"id":540,"date":"2006-11-16T12:25:35","date_gmt":"2006-11-16T04:25:35","guid":{"rendered":"http:\/\/www.nargalzius.com\/blog2\/http:\/www.nargalzius.com\/blog2\/archives\/2006\/11\/2006_11_16_1225.php"},"modified":"2006-11-16T12:25:35","modified_gmt":"2006-11-16T04:25:35","slug":"ubuntu-610-in-parallels","status":"publish","type":"post","link":"http:\/\/nargalzius.com\/blog\/archives\/2006\/11\/16\/ubuntu-610-in-parallels","title":{"rendered":"Ubuntu 6.10 in Parallels"},"content":{"rendered":"<div align=\"center\">\n<a rel=\"lightbox\" href=\"http:\/\/static.flickr.com\/118\/298486385_f26845c27f_o.jpg\" target=\"_blank\" title=\"You may click on the image for more details\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/static.flickr.com\/118\/298486385_f26845c27f_m.jpg\"><\/a>\n<br>\n<em>Ubuntu @ 1440&#215;900 resolution in Parallels<\/em>\n<\/div>\n<p>I&#8217;ve installed <a href=\"http:\/\/www.ubuntu.com\/\" title=\"Visit website\">Ubuntu<\/a> 6.10 and thought I&#8217;d give some input on it.<\/p>\n<!--more-->\n<h1>Bugs and Caveats<\/h1>\n<ol>\n<li><strong>Allocate 512MB RAM<\/strong>\nNow I don&#8217;t know if this is an isolated case, but for some reason, I can <strong>only<\/strong> install (and run) properly with 512MB RAM allocated, going 768MB wont let the live CD boot, or make your OS boot (in case you have adjusted it after the fact).<\/li>\n<li><strong>No splash page<\/strong>\nThe splash page has been disabled by default for some reason. You can bring it back after doing the following modifications <em>after<\/em> the installation. Suffice to say, it really sucks because Ubuntu isn&#8217;t officially &#8220;supported&#8221; in Parallels, so every bit of visual indicators are helpful.<\/li>\n<li><strong>Limited max resolution<\/strong>\nThe default installation only lets you go to up to 1024&#215;768 if I&#8217;m not mistaken, whatever the case may be, it definitely doesn&#8217;t go as high as the native resolutions of the MBs and MBPs. Fortunately you can fix this after installing.<\/li>\n<li><strong>Shutdown doesn&#8217;t play nice with Parallels<\/strong>\nParallels doesn&#8217;t have any way of detecting when the Ubuntu virtual session has ended&#8230; leaving a blank screen. While you can check if the hard disk icon to decide whether it&#8217;s safe or not to click the stop button, I&#8217;d suggest <em>enabling the splash screen,<\/em> as it also shows a shutdown progress bar at the end.<\/li>\n<li><strong>Large relative disk image size<\/strong> &#8211; I compared my three base installs of XP, Vista and Ubuntu.<\/li>\n<li>A base install of Vista took up <strong>8.5GB<\/strong> out of the <strong>16GB<\/strong> allocated &#8211; its Parallels image was <strong>5.5GB<\/strong><\/li>\n<li>A base install of XP took up <strong>3.2GB<\/strong> out of the <strong>8GB<\/strong> allocated &#8211; its Parallels image was about the same (3.2GB)<\/li>\n<li>A base install of Ubuntu took up <strong>2.8GB<\/strong> out of the <strong>8GB<\/strong> allocated &#8211; its Parallels images was <strong>5.3GB!<\/strong> &#8211; what gives!?<\/li>\n<\/ol>\n<p>Anyways, enough of that, lets get to the part where I can actually contribute something <em>helpful<\/em><\/p>\n<h1>Enabling the splash screen<\/h1>\n<p>The splash screen problem can be solved by editing <code>\/boot\/grub\/menu.lst<\/code><\/p>\n<p>I prefer the gedit approach, so that&#8217;s how I&#8217;m going to tackle it. <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_1');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_1');\" ><sup id=\"footnote_plugin_tooltip_540_1_1\" class=\"footnote_plugin_tooltip_text\">1 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_1\" class=\"footnote_tooltip\">It&#8217;s just a text file, so feel free to pick your editing poison<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_1').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_1', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script> But to properly have access to it, you need superuser privileges &#8211; so launch the Terminal application and type:<\/p>\n<p>sudo gedit \/boot\/grub\/menu.lst<\/p>\n<p>Which should promptly launch gedit on the said file with the ability to modify\/save it. Look for the line that says:<\/p>\n<pre>kernel    \/boot\/vmlinuz-2.6.17-10-generic root=\/dev\/hda1 ro quiet splash<\/pre>\n<p>And change it to:<\/p>\n<pre>kernel    \/boot\/vmlinuz-2.6.17-10-generic root=\/dev\/hda1 ro quiet splash <em>vga=792<\/em><\/pre>\n<h1>Setting a higher resolution<\/h1>\n<p>Fire up the Terminal application and type in:<\/p>\n<p>sudo dpkg-reconfigure -phigh xserver-xorg<\/p>\n<p>This will bring you to a nice old-school GUI, reminiscent of the early &#8220;visual&#8221; DOS days. <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_2');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_2');\" ><sup id=\"footnote_plugin_tooltip_540_1_2\" class=\"footnote_plugin_tooltip_text\">2 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_2\" class=\"footnote_tooltip\">Alternatively you can edit the file \/etc\/X11\/X manually as well (or double check if it has been edited) &#8211; just look for the part where it lists the resolutions available to you.<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_2').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_2', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script> The menu item <em>VESA<\/em> would be highlighted. Resist temptation to move it to the <em>VGA<\/em> option and click <em>VESA<\/em> like you should, because that&#8217;s what&#8217;s going to affect your OS resolution. Tick on the boxes of the resolutions you want active and exit when you&#8217;re done. Exiting the interface saves your changes automatically.<\/p>\n<h3>More caveats<\/h3>\n<p>It is worth mentioning at this point that whenever you run that GUI to edit, you&#8217;ll <em>always<\/em> reset the settings &#8211; meaning the options you have ticked before will be <strong>unticked<\/strong> once more. You&#8217;ll just have to reset it again.<\/p>\n<p>Another concern is that Ubuntu will always use the highest resolution available. I don&#8217;t know if there&#8217;s a way to make any setting &#8220;sticK&#8221; but from what I&#8217;ve seen, it doesn&#8217;t matter if you have one or multiple selections, it will always choose the <em>one, <strong>highest<\/strong><\/em> resolution available.<\/p>\n<hr \/>\n<h1>Commentary<\/h1>\n<p>First of all, I&#8217;m not impressed. Coming from a Windows perspective, I <em>may see<\/em> the potential Ubuntu has (or dare I say Linux in general) &#8211; especially if you take into consideration those visual enhancement packages available (XGL and the like).<\/p>\n<p>From a Mac perspective however, the <em>only<\/em> reason I can see people considering this over OSX is because of budget constraints. Simply put, if money were taken out of the equation, there is <strong><em>no way<\/em> in hell<\/strong> (or heaven) that Linux can be considered as an alternative to OSX. <strong>In any way!<\/strong><\/p>\n<p>Here are a few reasons &#8211; few, but very good reasons nonetheless.<\/p>\n<h3>The creative side<\/h3>\n<p>This is probably the most delicate aspect that people have debated about. The whole form\/function. We have different schools of discipline butting heads over what is &#8220;better&#8221; for society. Some people would like resource efficiency, some like robust tweakability, some people want eye candy, others like simple, straightforward useability.<\/p>\n<p>The right answer however would be a balance of everything.<\/p>\n<p>However when it comes to Linux development, I often cringe at how <em>bad<\/em> these people are with regards to design. Sure they got their <em>XGL\/Beryls;<\/em> their uber wobbly windows and effects, but from a user interface standpoint, they&#8217;re still <em>crap.<\/em><\/p>\n<p>The sad truth is while Apple certainly <em>may<\/em> focus on eye-candy more than usual, that doesn&#8217;t mean that they&#8217;re lousy developers. OS X running on a rock solid BSD <em>while<\/em> being able to perform that way is a testament to that. And all the consumers appreciate their efforts on HIG <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_3');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_3');\" ><sup id=\"footnote_plugin_tooltip_540_1_3\" class=\"footnote_plugin_tooltip_text\">3 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_3\" class=\"footnote_tooltip\">Human Interface Guidelines<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_3').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_3', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script><\/p>\n<p>Linux on the other hand, <em>clearly<\/em> doesn&#8217;t have a hint of design-taste <strong>at all!<\/strong> The fact that even Windows (who we all know aren&#8217;t known for their design skills) tends to look <em>better<\/em> than any flavor Linux distribution is a clear indicator that these guys are obviously programmer-centric in their design decisions.<\/p>\n<p>Whoever says that visual appeal isn&#8217;t important this day in age obviously is still living in the past. I remember being a PalmOS user once, and the reasons we&#8217;d always give for justifying <strong>not<\/strong> switching to PocketPC were: <em>because PocketPC was just eye-candy,<\/em> or that <em>the palm PalmOS was &#8220;simple&#8221; enough to do the tasks efficiently.<\/em><\/p>\n<p>We all realize though that contrary to popular belief (and speaking from experience), PocketPCs are just as stable as any other handheld OS &#8211; specifically, any other handheld OS is just as buggy as the PocketPC. They all level out in the end&#8230; and who wins usually &#8211; the one that looks better, and the one that can give more features.<\/p>\n<p>Suffice to say I eventually switched as well&#8230; and we all know that PocketPC has <em>long since<\/em> overtaken PalmOS in the handheld market.<\/p>\n<h3>Comparing Kernels is useless<\/h3>\n<p>Under the hood, they are <em>all<\/em> descendants of UNIX &#8211; so that negates the whole debate of which &#8220;kernel&#8221; is better. I&#8217;d say they have the same potential if properly configured. OS X&#8217;s BSD-ish kernel already proves that it would be as rock solid as any linux distro you can throw at it.<\/p>\n<p>I have no doubt in my mind that if OS X were free (and installable in any machine), then <em>all<\/em> LAMP <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_4');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_4');\" ><sup id=\"footnote_plugin_tooltip_540_1_4\" class=\"footnote_plugin_tooltip_text\">4 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_4\" class=\"footnote_tooltip\">Linux Apache MySQL PHP<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_4').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_4', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script> server setups in the world today would <em>instead<\/em> be MAMP <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_5');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_5');\" ><sup id=\"footnote_plugin_tooltip_540_1_5\" class=\"footnote_plugin_tooltip_text\">5 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_5\" class=\"footnote_tooltip\">Macintosh\/Mac OS X Apache MySQL PHP.<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_5').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_5', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script>.<\/p>\n<h3>Maturity<\/h3>\n<p>Mac OSX is <strong>much more<\/strong> mature way of leveraging performance and user-experience than <em>any<\/em> operating system I&#8217;ve seen. Even if people claim that Linux is &#8220;relatively new,&#8221; and <em>will<\/em> mature, I simply can&#8217;t see them catching up. While Linux &#8220;matures&#8221; so to speak, so will every other OS known to man&#8230; <em>especially<\/em> OSX. Unless Apple miraculously drops the ball on innovation, how on earth would it be possible for it to lose to Linux?<\/p>\n<h3>Value for money<\/h3>\n<p>Apple hardware prices have become very competitive lately. At the rate things are going, I will not be surprised if it comes to a point where it would be an <em>undeniable<\/em> fact that Apple would be the better choice for <em>every<\/em> consumer as far as &#8220;hardware value&#8221; goes.<\/p>\n<p>When that time comes, everyone who has a clue will be getting Macs, and since <em>all<\/em> Macs ship with <em>free<\/em> copies of OSX, why bother installing an inferior OS on it?<\/p>\n<h3>Free can only get you so far (for now)<\/h3>\n<p>Mac applications are simply <em>better.<\/em> Unfortunately this also has something to do with premium payment. While the whole open-source era is extremely admirable. As a human being trying to get along in life, you can&#8217;t expect everyone truly and utterly selfless &#8211; dedicating all of their blood, sweat and tears for no personal gain.<\/p>\n<p>Again, this isn&#8217;t to say that there aren&#8217;t people like that. But the <em>real geniuses<\/em> realize their potential and [unfortunately] are smart enough to quite literally, <em>capitalize<\/em> on their strength.<\/p>\n<p>These are the types of people who create Adobe Photoshop, the type of people who create ProTools, or any other kick-ass <em>paid<\/em> software. The reason they can claim payment, is because they believe that their product is better than the rest &#8211; so much better that they <em>can<\/em> require a premium for it, and they&#8217;re usually right. <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_6');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_6');\" ><sup id=\"footnote_plugin_tooltip_540_1_6\" class=\"footnote_plugin_tooltip_text\">6 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_6\" class=\"footnote_tooltip\">Of course there are exceptions, but you get my drift.<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_6').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_6', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script><\/p>\n<p>Sure you can edit with GIMP, you can even come up with amazing results with it&#8230; but do you honestly think you&#8217;d prefer using GIMP over Photoshop if you had the chance? I&#8217;m not saying that the GIMPs or Ardours are worthless compared to the Photoshops and Protools &#8211; I&#8217;m just saying that the former are <em>clearly <strong>inferior<\/strong><\/em> to the latter.<\/p>\n<p>There&#8217;s a famous photography mantra that goes: &#8220;It&#8217;s not the camera, but the Photographer that makes a picture.&#8221; While true, there still is some cases where the hardware will make a difference &#8211; which I summarize in the form of a question:<\/p>\n<blockquote>\n<p>But if you have Photographers of the <strong>same<\/strong> level\/skill, who ultimately will give the better output? The one with the point and shoot, or the one with the DSLR?<\/p>\n<\/blockquote>\n<p>This logic can be applied anywhere &#8211; and when applied in the realm of operating systems, one begins to wonder why anyone in their right mind would want to use Linux on their Apple machine which <em>already comes with OS X?<\/em> <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_7');\" onkeypress=\"footnote_moveToReference_540_1('footnote_plugin_reference_540_1_7');\" ><sup id=\"footnote_plugin_tooltip_540_1_7\" class=\"footnote_plugin_tooltip_text\">7 <\/sup><\/a><span id=\"footnote_plugin_tooltip_text_540_1_7\" class=\"footnote_tooltip\">Human Interface Guidelines<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_540_1_7').tooltip({ tip: '#footnote_plugin_tooltip_text_540_1_7', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script> Of course I mean to say <em>other<\/em> than the fact that they&#8217;re looking for free\/open source alternatives &#8211; which quite frankly has become more of an issue of principle rather than practicality.<\/p>\n<p>Given the fact that Ubuntu is widely accepted as the best best-looking\/easiest to use distro out there since Debian, then I guess I could say that Ubuntu could be considered as the best candidate to represent the Linux family <strong>for the general user\/consumer.<\/strong><\/p>\n<p>Having said that, the so called &#8220;best&#8221; they could offer can&#8217;t hold a candle against Apple.<\/p><div class=\"speaker-mute footnotes_reference_container\"> <div class=\"footnote_container_prepare\"><p><span role=\"button\" tabindex=\"0\" class=\"footnote_reference_container_label pointer\" onclick=\"footnote_expand_collapse_reference_container_540_1();\">Notes<\/span><span role=\"button\" tabindex=\"0\" class=\"footnote_reference_container_collapse_button\" style=\"display: none;\" onclick=\"footnote_expand_collapse_reference_container_540_1();\">[<a id=\"footnote_reference_container_collapse_button_540_1\">+<\/a>]<\/span><\/p><\/div> <div id=\"footnote_references_container_540_1\" style=\"\"><table class=\"footnotes_table footnote-reference-container\"><caption class=\"accessibility\">Notes<\/caption> <tbody> \r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_1');\"><a id=\"footnote_plugin_reference_540_1_1\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8673;<\/span>1<\/a><\/th> <td class=\"footnote_plugin_text\">It&#8217;s just a text file, so feel free to pick your editing poison<\/td><\/tr>\r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_2');\"><a id=\"footnote_plugin_reference_540_1_2\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8673;<\/span>2<\/a><\/th> <td class=\"footnote_plugin_text\">Alternatively you can edit the file \/etc\/X11\/X manually as well (or double check if it has been edited) &#8211; just look for the part where it lists the resolutions available to you.<\/td><\/tr>\r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi\" ><a id=\"footnote_plugin_reference_540_1_3\" class=\"footnote_backlink\" onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_3');\"><span class=\"footnote_index_arrow\">&#8673;<\/span>3,<\/a> <a id=\"footnote_plugin_reference_540_1_7\" class=\"footnote_backlink\" onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_7');\"><span class=\"footnote_index_arrow\">&#8673;<\/span>7<\/a><\/th> <td class=\"footnote_plugin_text\">Human Interface Guidelines<\/td><\/tr>\r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_4');\"><a id=\"footnote_plugin_reference_540_1_4\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8673;<\/span>4<\/a><\/th> <td class=\"footnote_plugin_text\">Linux Apache MySQL PHP<\/td><\/tr>\r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_5');\"><a id=\"footnote_plugin_reference_540_1_5\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8673;<\/span>5<\/a><\/th> <td class=\"footnote_plugin_text\">Macintosh\/Mac OS X Apache MySQL PHP.<\/td><\/tr>\r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_540_1('footnote_plugin_tooltip_540_1_6');\"><a id=\"footnote_plugin_reference_540_1_6\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8673;<\/span>6<\/a><\/th> <td class=\"footnote_plugin_text\">Of course there are exceptions, but you get my drift.<\/td><\/tr>\r\n\r\n <\/tbody> <\/table> <\/div><\/div><script type=\"text\/javascript\"> function footnote_expand_reference_container_540_1() { jQuery('#footnote_references_container_540_1').show(); jQuery('#footnote_reference_container_collapse_button_540_1').text('\u2212'); } function footnote_collapse_reference_container_540_1() { jQuery('#footnote_references_container_540_1').hide(); jQuery('#footnote_reference_container_collapse_button_540_1').text('+'); } function footnote_expand_collapse_reference_container_540_1() { if (jQuery('#footnote_references_container_540_1').is(':hidden')) { footnote_expand_reference_container_540_1(); } else { footnote_collapse_reference_container_540_1(); } } function footnote_moveToReference_540_1(p_str_TargetID) { footnote_expand_reference_container_540_1(); var l_obj_Target = jQuery('#' + p_str_TargetID); if (l_obj_Target.length) { jQuery( 'html, body' ).delay( 0 ); jQuery('html, body').animate({ scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.2 }, 380); } } function footnote_moveToAnchor_540_1(p_str_TargetID) { footnote_expand_reference_container_540_1(); var l_obj_Target = jQuery('#' + p_str_TargetID); if (l_obj_Target.length) { jQuery( 'html, body' ).delay( 0 ); jQuery('html, body').animate({ scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.2 }, 380); } }<\/script>","protected":false},"excerpt":{"rendered":"<p>Ubuntu @ 1440&#215;900 resolution in Parallels I&#8217;ve installed Ubuntu 6.10 and thought I&#8217;d give some input on it.<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[5,13],"tags":[96,699,861,876,1224,1230],"class_list":["post-540","post","type-post","status-publish","format-standard","hentry","category-internet","category-technology","tag-apple","tag-linux","tag-osx","tag-parallels","tag-ubuntu","tag-unix"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/posts\/540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/comments?post=540"}],"version-history":[{"count":0,"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/posts\/540\/revisions"}],"wp:attachment":[{"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/media?parent=540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/categories?post=540"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/nargalzius.com\/blog\/wp-json\/wp\/v2\/tags?post=540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}