Linux Adventures
March 9th, 2007The first time I installed Linux was almost 10 years ago. I remember having to partition the disk with the Linux fdisk program, where you had to manually enter cylinder numbers and just hope your existing data wouldn’t be lost. Fortunately, it came with a 30 page installation guide, mainly describing how to use fdisk. In the end I managed to get Linux installed (text mode only, probably due to limited space), without losing my data.
After that, I often installed a new version of Linux, which I usually got from a computer magazine cover disk. The distribution I most often had was SUSE, and every time I installed it, the process was better than before. The last time I installed it (probably two years ago), everything went smoothly and almost all my hardware was automatically recognized without problems.
Other than playing around with Linux a bit, I never used it much. But now I’m using BlitzMax for creating games and it has a Linux version as well, so now I should be able to make a Linux version of my next game.
Lately, I kept hearing and reading about Ubuntu so I decided to try it. I downloaded an iso, burnt it to a cd and booted from it. The loader looked really nice and it just started up Ubuntu directly from the cd so you could try it right away. On the desktop, there was also an installation program. After trying it out for a while, I decided to install Ubuntu. All went well until the partitioning had to be set up. Scanning my existing disks took a very long time, and finally I got a list of /dev/hda, /dev/hdd and all the partitions inside of those, named hda1, hda2, hdd1, hdd2, etc. It didn’t show any volume labels, which made it kind of confusing. I selected the free space at the end of my second disk and tried to make a new partition there, but got the error message: Unusable free space. In the end I decided to install it over an old Linux installation that I had already forgotten about.
The remaining part of the installation went well and pretty fast, and soon I had Ubuntu running. The automatic updates went more smoothly than I’d ever seen before in Linux. But Ubuntu only has a limited set of packages that are supported. Things like FireFox and OpenOffice work great. But there is very little stuff for developers.
Unfortunately, BlitzMax programs wouldn’t run, because my nVidia GeForce MX420 graphics card hadn’t been set up properly. I found various websites about setting up the nVidia drivers in Ubuntu, and I figured it wasn’t going to be easy. I followed all the instructions and finally I had to restart X to start using the new drivers and all I got was a black screen. I’d hope to get the old one back after a while if I did nothing, but that didn’t happen. So I just pressed Ctrl+Alt+Del and started the recovery mode, where I could restore my xorg.conf file to get the old mode back. I tried instructions from other sites too, but after getting the same black screen six more times and restarting in recovery mode, I decided Ubuntu is probably not really ready yet.
Finally I downloaded openSUSE 10.2, installed it and that went very well. It even installed drivers for my graphics card so I can run BlitzMax programs!