Skip to main content

Gentoo on VirtualBox on Mac

In one of my previous posts I expressed my excitement about VirtualBox beta 3 working well on Leopard. I benchmarked VirtualBox and found out that the guest OS runs almost at the native speed. This is very exciting. It simply means I can install Gentoo instead of Ubuntu or knoppix. It is not like I have anything against those distros. They are really good and get things done pretty fast. But I got used to Gentoo and learned so much about it that I know where to look for when something fails or if I wanted to install a package or hack something up quickly. I did not want to learn another distro from the basics. Anyway I created a new VM for Gentoo mounted the minimal install cd and launched the VM. Everything worked perfectly. I just followed the regular gentoo install procedure and I have a system up and running in about the same time as it would take for me to install on a native platform.

I later installed kde and firefox. To start off working on my Freevo 2.0 project I downloaded the code from svn repo. Everything looks promising. I even tried some opengl. So glxgears gave me about 1000 fps on my 2.33 GHz dual core intel mac book pro. Not bad huh? I installed all the dependency packages (libxml, imlib2, python 2.5, librsvg, pylibsvg and such) and compiled evas. Then I installed kaa fired up my Freevo 2 project that I started a few months ago but never finished to conclusion. It works! I have a video of the project in youtube here. It was incomplete at that time. Hopefully now I can work on it a little bit. More updates will come soon...

Comments

Popular posts from this blog

Attesting General Power of Attorney in SF

Recently I had to go through the motions of getting a General Power of Attorney (GPA) document attested in San Francisco. I am an Indian by birth. My parents were trying to buy a house back in India for me. Since I did not want to travel to India they needed a GPA so that they can act on my behalf to sign all the documents required to buy the house. The problem however is that they needed it urgently because the seller lives in UK and wants to get all the things done quickly so he can go back. My parents send me a GPA document that they obtained from a lawyer. This is a document that will give the power to my parents to buy the said property in the document on my behalf. The lawyer said that I will have to get the document attested at an Indian Consulate in USA. The closest one for me is in SF and I can drive there in about an hour from where I live. So I though it will be like a day's work to get all the things done. I looked up at their  website  for the procedure t...

XBMC / Boxee remote control android app

I have been writing a few android apps over weekends at home and during 20% time at Google. However I never actually released any of them in the android market mainly because they were quick and dirty apps that fit my needs but perhaps would not be appealing to the general public. One such app that I quickly wrote over a couple of weekends is a XBMC remote. The media center that I use at home is XBMC and I have always wanted to have more control and faster access to my media. Using my remote to navigate through the menus is not as fast. Especially when I wanted to queue a lot of music it is very slow. So I wrote this nice little app called "XBMC remote" for my android phone to control XBMC from anywhere :). Give it a try. Search for "xbmc" in android market and install it if you use XBMC as your media center. When you first launch the app you will start with this screen. You will have to setup your web server address, username and password (if required) by ...

VirtualBox 1.6 is out

The most usable (for me anyway) VirtualBox release for mac is out. I just downloaded 1.6.0 from VirtualBox.org . I was finally able to load the virtualbox additions. Check out my previous blog to read about the issues I faced. Here is a quick recap of the issues: I could not use my full screen real estate which was 1440x900. The max resolution I could get was 1152x864. Unable to mount my shared folder. Cannot ssh from master OS (mac OS). First I am glad that VBox for mac has finally come out of beta. Just the fact that there is a release lifts the spirits a bit. Coming to my first issue, I am now able to make full use of my screen. It did not work out of the box, but the tweaks I had to do were small enough to not make me grumpy. I installed 1.6.0 on my macbook pro. Started my Gentoo guest OS. Loaded the virtualbox additions iso to the virtual cdrom by doing Devices > Install Guest Additions... Mounted the cdrom from Gentoo by doing mount /mnt/cdrom as root. Executed /mnt/cdrom...