Categories
Uncategorized

Time Lapse from Eee PC

I find myself on a quest to do some time lapse video… and this one was done with the built-in camera on the Eee PC running Ubuntu (Netbook Remix) and the application UCView.

There seems to be a bug in UCView that prevents it from creating more than 150 still images. I’ll need to dig into that a bit more… It can also create video files, but I prefer stills. With the stills I typically use mencoder to combine them into a video file.

The Eee PC is a nice small solution for time lapse photography. It’s one device, and does everything. Quality? Well, not that great… and bugs? Hopefully I can get more than 150 images in the future…

This will be the first post of many exploring time lapse photography/video. It can be difficult. Just ask this guy.

Categories
Uncategorized

One Year with the Asus Eee PC

It’s been a full year since I got an Asus Eee PC, so I thought I would review…

We can start with my first impressions of the Eee PC.

Throughout the year the little computer has served me well. It’s almost always in my backpack and ready to use. Being just 2 pounds is a definite plus for something you always carry around. Lightweight is definitely a top feature. As for battery life, well… I really expected better. With wifi on, I typically see under 3 hours, which isn’t great, but again, small computer = small battery, so I can live with that. The power adapter isn’t too big, so I always carry that around as well. The battery does seem to drain more than it should in sleep mode, so I typically turn if off when not in use.

Asus Eee PC

Connecting via wifi was only an issue at my own house where I had a weird setup (which I’ve since fixed) and anywhere else it worked fine. One annoying issue is disconnecting an external monitor/projector. The Eee PC thinks it’s still there and you can’t see the parts of the screen you want to because it assumes some higher rez display is there, it’s annoying, and worse case, requires a reboot to fix. (I’m used to the way the Mac dynamically deals with monitors being connected/disconnected and does the right thing.)

As I wanted a unit that “just worked” (as much as a Linux computer can) I stuck with the default Xandros OS on it. I contemplated trying Ubuntu a few times, but things like “recompile the kernel for wifi to work” or other such warnings turned me off. Besides, for the way I use the thing, I didn’t think I’d see much benefit from a different OS.

So after one year how am I liking the Eee PC? There have been a few small issues, but none I couldn’t deal with. For the price, it was worth if. Of course today you can get a much better little PC for even less money. It served me well through Web414 meetings, and BarCamps, and anywhere else I needed a computer on the go. (Unless I needed Mac-specific applications, in which case, it was totally useless.) The screen is small. I’m glad to see that 1024 pixels wide is what the newer machines are using, as 800 pixels just doesn’t cut it. All in all, I’ve been pleased with the Asus Eee PC. (I’ll be following up with another post specifically about how I hosed it all up.)

Categories
Uncategorized

Drupal on the Eee PC

Since DrupalCampWisconsin is tomorrow, I figured I better have Drupal installed on my laptop.

Drupal on the Asus Eee PC (by raster)

I already had XAMPP running, so adding Drupal only took a few minutes.

It works fine, but like all things on the Eee PC, what you can see is a little, uh, limited…





Categories
Uncategorized

Eee PC and DVD

Even before I got the Eee PC I had read through the forums and learned that you could restore it if you totally mucked it up with the included disk. Ummm, yeah, but the Eee PC does not have an optical disk drive, right?

I had found this Universal Drive Adapter while ordering something else and figured for the price I’d grab one. Once I got it I pulled the DVD drive from my dead G4 hooked it all up, and it worked. I stuck in a DVD with a photo slide show and managed to browse the files and view the images. Success!

Obviously this is not exactly a good portable solution, but if I ever do need a DVD drive connected, it’s nice to know I can do it. (Yeah, I know you can buy an external USB DVD drive, but I was more interested in a cheap solution using what I already had.)

Categories
Uncategorized

XAMPP on the Eee PC

I got XAMPP installed on the Eee PC, which wasn’t difficult, because it’s Linux and XAMPP is easy.

I had wanted to install it onto the SD card I leave in the machine, but installing into /home/user/SD-MMC/SD1GIG/opt did not work, so I ended up going for plain old /opt on the internal memory. The weird thing about putting it on the SD card was that I couldn’t set the execute bit on some files. I’ll have to look into that one… As it is, it’s in /opt/lampp now and pretty much works.

XAMPP on the Asus Eee PC

XAMPP has a little bit of warning/errors going on, but I’ll dig into that later…

XAMPP on the Asus Eee PC

I could have installed Apache, MySQL and PHP separately, but I just wanted to get up and running quickly so XAMPP did the job. I’m hoping I’m not going to regret devoting too much space to it. I can always pare it down later if needed.

Along with XAMPP comes phpMyAdmin, which can come in handy, but on the small screen isn’t exactly optimal.

phpMyAdmin on the Asus Eee PC

Next on the TO DO list will be installing Drupal.