Dell Mini 9 - my new netbook /main machine
March 4, 2009 I've put a couple of posts (1, 2) about this over on my tech blog. And I've tossed some pics up on this Flickr stream. My Dell Mini 9 arrived last week, and I am digging it!
Before ordering the machine, I was chatting online with Dell Support. At work and at home I use an HP L2045w 20-inch monitor running a 1680x1050 resolution. The Dell Mini 9 displays 1024x600 on its little screen. I wanted to know if the Mini could display 1680x1050 on the external monitor. The person with whom I was chatting went off to ask someone else and came back with the answer: no. Well, guess what? I'm blogging this using a wireless keyboard / mouse patched in to one of the 3 USB ports on the Mini, and viewing the blog post in 1680x1050 resolution on the HP monitor. The Mini is doing the computing and communications, but it is sitting closed on the desk.
So that was one discovery: the Dell Mini 9 does handle higher-resolution when hooked up to an external monitor. At least in my particular setup.
My Mini is running Ubuntu 8.04. I paid extra upfront for 2GB of RAM and a 60GB solid state hard drive (you can do this cheaper after the fact, but I just wanted it to be done and working). I added a 16GB SD card to hold my tunes. I use Amarok to download podcasts and manage the tunes (now on the SD card) that used to be my iTunes library on a hard disk. And I use Amarok to update my iPod.
For word processing, spreadsheet, I use OpenOffice, which I've been using on Windows and Ubuntu systems for at least a couple of years now. Graphics is via GIMP. Twitter is TweetDeck (runs on top of Adobe Air). Skype recognized the built-in webcam and mic right away. Pidgin is what I use for IM, just as with other Ubuntu and Windows systems at home and work.
Web browsing is done with Firefox (with a number of extensions). Because I make my living developing in the IBM Lotus Notes/Domino arena, I've loaded Notes 8.5 on (running natively on my Ubuntu linux).
I cabled my old HP Scanjet 3970 to the Mini, and XSane recognized it and did my test scan with no issues. Likewise, I popped the USB cable from the Canon PIXMA iP4000r printer into the Mini, and printed a perfect test page.
Our home network is wireless, and the Mini was configured for our WPA2 setup in about 2 minutes (just provided the SSID and password if I recall correctly).
So the point is that (with the exception of Notes), I'm using free open source software for all my computing needs, the Dell Mini 9 running Ubuntu has connected with no worries to our network and peripherals, and I now have a very small and lightweight machine to replace my aging laptop ...with a 4.5 hour battery life and a 20-second boot up :)
Cool.
Web/Tech 
Reader Comments (8)
I've been debating the Dell, as well as the Acer book. Both look decent, so thank you for reinforcing my decision on the Dell.
Still, if I'm lounging around and want to check my email quickly, I just fire up my WM6 smartphone (HTC 8525), connect to my home WiFi, fire up the browser, and, in 2 minutes, I'm caught up and back to "America's Top Model."
I am considering a netbook, though, for our upcoming trip to Spain. Took my WiFi-enabled iPaq Pocket PC to Turkey last year and did Skype on that to talk to folks at home, but having a 'real' computer with a webcam would be quite cool.
That's awesome (except, of course, if you're in a hurry) :-DRe drive size, since mine's an Ubuntu system, it doesn't need as much drive space. I'm finding the 60GB solid state drive and 16GM SD card give me *plenty* of room ...and I've got a 500GB drive hooked to a networked desktop Ubuntu system for file sharing at home. I'm thinking this is about the perfect little system.
Glad to hear from yet another very happy Mini owner.Cheers,- Joe
Thanks
I believe you'd want the download that is labeled "IBM Lotus Notes 8.5 for Linux (Debian Install)". I believe it downloaded as a .bin file. I don't recall the filename, but for now, let's say the filename was notesinstall.bin
To make the downloaded file executable and run it, first open a terminal window (select Applications > Accessories > Terminal). I typically download to my desktop, so I'll use that in this example. Change directory to your Desktop folder (or wherever you saved the download file) with this command:cd /home/$USERNAME/Desktop
You can double-check that the downloaded file is in that folder using the list command: ls ...that's like a DOS dir command if I recall correctly. All files in the folder will be listed.
Ensure that the file is executable with this command:chmod +x notesinstall.bin
Then execute the install file using the sudo (System User DO) command:sudo ./notesinstall.bin
I think that will do it to fire up the Notes installer. Remember, of course, to substitute the REAL name of the download file instead of notesinstall.bin. If this does not work, please let me know the name of the download file. Maybe I'll try uninstalling Notes and then taking screen shots while I install.
Cheers :)
It would not install with the normal dpkg command as the package is for i386 architecture but also works on LPIA architecture when you use "force-architecture" option in dpkg. Alternately the lotus notes .deb file worked as soon as i double clicked it but the synaptics package manager didn't show up on the list.
I also had to add the Shared Directory option in notes.ini and the permission of the "/opt/ibm/lotus/notes" folder to be writable by the user (not root).
Other than that it works fine now. I installed sametime as well and it looks awesome. Its same speed or faster than my dell core 2 duo office laptop, i used it today in a 2 hr meeting and it works so well. Everyone wants a netbook in my group now.
Thanks