Quickie: Linux Mint

If you’re into the whole Linux thing, you might be interested in Linux Mint. It’s an Ubuntu-base distribution and aims to ship with more of the software one might expect of Windows and the likes. Personally, I like the GTK theme Mint uses over Ubuntu’s (though, I don’t like GTK in general). Let’s take a look:

screenshot-17

Unlike Ubuntu, the Linux Mint folks have altered the default layout of the theme to be more in line with Windows. I kinda like the application (Mint?) menu, though it is a little buggy. Admittedly, some of the mouse-overs on the various submenus are a bit of a nuisance. Though, being as it’s based on Ubuntu 9.04, the fonts look really quite nice.

Here’s a shot of the terminal window:

screenshot-20

Interestingly, sound worked right off the bat for me–and they’re using PulseAudio.

All in all, it looks like it’ll be worthwhile to play around with. I might even install it on a spare drive!

If you like Ubuntu, give it a try.

4 comments.
***

Windows 7 Disk Thrashing Quickie

When I left my computer on for a while before I went to grab lunch today, I came back and–expectedly–the monitor was powered off. So, I moved the mouse and…

Nothing.

Instead, the disk was thrashing like crazy. I figured it was possible something had gotten swapped out to disk. Unlikely, sure, but stranger things have happened. Long story short, it took nearly a minute after pressing ctrl+alt+delete before anything appeared. I’ve never had this happen under XP, and it turns out that nothing had been swapped to disk. Most applications were responsive but that disk thrashing had to stop.

I poked around with the process and service list for some time before I finally settled on the culprit. In Windows Vista, it is fairly well known that the Windows Search service will actively index accessible files. Windows Search appears to be more well-behaved in Win 7 and disabling it didn’t have any effect. It turns out that the misbehaving process (which had read more than 2GiB of data by the time I got to the system) was a surprisingly well hidden one. It’s launched from the Task Scheduler and is called “WinSAT.” It’s purpose is to “[m]easure a system’s performance and capabilities.” Here’s what it looks like from the scheduler (click for a slightly bigger version):

Honestly, I don’t like it when a service runs, eats process time, and more importantly hampers my ability to do useful work. This is especially true for a service that simply measures a system’s performance. Why is this needed? In particular, why is this enabled by default to run automatically, without user input, and why is this a redundant feature to the system performance index accessible from the system information dialog (winkey+pause/break)? If I wanted it to run, I’d do it myself.

I’m assuming it’s only run once even though the scheduler is set to “whenever the computer is idle.” In either case, I don’t trust it. It stays off.

Update:

Be sure to go through the task scheduler. I found a few additional tasks that were set to run automatically which could affect performance, including automatic defragmentation. Now I understand why there were so many complaints about Vista!

2 comments.
***
Page 2 of 2« Previous12