Friday, May 24, 2013

Ubuntu + VirtualBox 4.2.12 Guest Additions = Low-Graphic Mode Error

I am using VirtualBox to run several test virtual machines. For most part, it has been pretty good. It’s lightweight and relatively easy and simple to use. Recently, I’ve upgraded VirtualBox to version 4.2.12. The upgrade process itself went well.

Then I started to update the guest additions on each of the virtual machines. Everything seems to be good… until it’s time to update the guest additions on Ubuntu virtual machine (I have Ubuntu 12.04 LTS). When I installed the guest additions, it seems to went well, it uninstall the previous version and install the guest additions for version 4.2.12. But then after I reboot that virtual machine, I got the following error message/ warning:

The system is running in low-grahics mode

Your screen, graphic card, and input device settings could not be detected correctly. You will need to configure these yourself.

image

I could not even get into the logon screen. Interesting …

Researching around the internet, it looks like there is a problem with Ubuntu and VirtualBox 4.2.12 guest additions. So I decided to try to revert back the guest addition to VirtualBox 4.2.10 guest additions. I was able to get the ISO for VirtualBox 4.2.10 guest additions from here.

Then I do the following:

  1. Start the Ubuntu virtual machine
  2. When I get “The system is running in low-graphics mode” error/warning, I press the CRTL-ALT-F1 to enter the tty1
  3. In VirtualBox menu for that Ubuntu system, I mount the VirtualBox 4.2.10 guest additions ISO that I have downloaded earlier. I just went to Devices – CD/DVD Devices – Choose a virtual CD/DVD disk file. Then select the ISO file.
  4. After login in tty1, I ran the command below. It would mount the cd and then run the VirtualBox 4.2.10 guest additions for Linux. It would uninstall the VirtualBox 4.2.12 guest additions and install the VirtualBox 4.2.10 guest additions.
    sudo mount /dev/cdrom /cdrom
    cd cdrom
    sudo sh VBoxLinuxAdditions.run
  5. Then once it’s done, I reboot the system by running the following command:
    sudo reboot

Once I did those, the Ubuntu virtual machine would boot fine.

I also have tried a fresh install of Ubuntu (creating a new virtual machine in VirtualBox 4.2.12). It was fine before I installed the guest additions on it... well I can only get 1024x768 as the max screen resolution, but I can access the Unity desktop. However, after I installed the VirtualBox 4.2.12 guest additions and reboot the system, I got the same error/warning message. Installing the VirtualBox 4.2.10 guest additions seems to be ok.

Monday, May 20, 2013

Good Bye Google Reader, Hello Microsoft Outlook

I’ve been using Google Reader to display RSS feeds from different sources (blogs, news sites, etc.). It certainly has done its job well. Recently, Google has decided to discontinue Google Reader and it will go offline on 1st July 2013.

Truth be told, there are many alternatives out there that I can use to substitute Google Reader. But for now, I am going to use Microsoft Outlook. It makes sense for me since I already have Microsoft Outlook installed on my computer as part of the Microsoft Office Suite and I have been using Microsoft Outlook on daily basis for a while now. In addition, the RSS feed would appear just like a typical Outlook e-mail message (a format in which I have already familiar with).

To add RSS feed to Microsoft Outlook is pretty straight forward. On the left folder navigation, there should be “RSS Feeds” folder. Right click on that folder and select “Add a New RSS Feed”. Then after that you can enter the link to the RSS subscription that you have. Once done, it would create a new folder and Microsoft Outlook would drop any new feed from that RSS subscription to that new folder. Each RSS subscription would have a different folder.

If you have several RSS subscriptions that you want to import from Google Reader to Microsoft Outlook, you should be able to do that by exporting the data from your Google Reader account by going to Google Takeout. You can just export and download your Google Reader account (in the form of a zip file). Inside that zip file, there should be “Subscriptions.xml” file. Extract that file. Then, in Microsoft Outlook, right click on “RSS Feeds” folder, and select “Import an OPML file”. When given the chance, select the XML file that you have extracted. Microsoft Outlook should be able to read the XML file and list the subscriptions that you have in Google Readers. It would also allow you to select which RSS subscription that you want to add in Microsoft Outlook.

I must admit that Microsoft Outlook lacks the features that Google Reader have. For one, in Google Reader, when you enter it, you can see the new RSS feeds from all your subscription in one page (Google Reader was able to aggregate the RSS feeds). In addition, you can organize your RSS subscriptions very easily in Google Reader. These features just don’t seems to be there in Microsoft Outlook (at least as far as I am aware of).

Google Reader is in the “cloud”. So as long as you have access to a compatible browser and the Internet, you can access your RSS subscriptions easily. With Microsoft Outlook, currently you will be limited to your local computer, where you have Microsoft Outlook installed and the RSS subscription(s) setup. Unless, if you are using Microsoft Exchange hosted e-mail. In that case, you might be able to see your RSS subscription(s) from web mail as well. Just be aware that the RSS feeds might be counted against your Exchange mailbox size quota.

Microsoft Outlook as RSS reader certainly has its limitations compared to Google Reader. However, for now, it satisfies my need as a simple and easy to use RSS reader (at least until I find a better one).

Additional Notes:

Alternatively, instead of Microsoft Outlook, you can also use Windows Live Mail (you might also need to have Windows Live Account), which is part of the Windows Essentials and its free.