Tag Archives: Linux - Page 2

How to Automatically Copy Images from Removable Media

Nikon D300 and AF-S VR Zoom-NIKKOR 70-200mm f/2.8G IF-ED

So, I’m lazy.  I also like things to work perfectly.  This is why I write tools to do things so that I don’t have to.  After recently moving to Linux for my main desktop, I wanted to be able to do everything I had previously done when it was running Windows, with a reasonable amount of effort.  One thing I needed to be able to do is manage my photos.  I was happy when I found out that Picasa runs just fine in Linux, so most of the battle is won.  One of the things that always bugged me in Windows was transferring photos from removable media, such as an SD card.  In my mind, this should be a simple process:

  • Copy the photos to a specific location, with a folder named appropriately
  • Skip duplicates
  • Do all of this without having to do anything manually

Read more »

Converting TiVo MPEG2 Videos to H.264

Something I’ve been working on a lot lately (and haven’t been posting until I had things the way I wanted them) was to convert my tivo mpeg2 files that I’ve been copying over from my S3 Tivo to something a little smaller, like h.264.  I have a script to do this, which I’ll provide, but I’d like to go through the process, which consists of:

  1. Getting the dimensions of the video
  2. Cropping letterbox and overscan
  3. Encoding the video

I had a *lot* of issues with AV Sync as well as dropped frames using HandBrake (that no one seemed to know why) so I went with mencoder.  I also left the audio as-is instead of transcoding into AAC.  It’s not a “proper” h.264 file with AC-3, but it works for my purposes.

Read more »

Making Songbird work with Ubuntu 8.10 and Nvidia 180 Drivers

So, my friend Chris mentioned that I should check out Songbird for an iTunes alternative.  So, I download it, and a whole bunch of stuff spits out on my screen, and the app doesn’t run.  I see something that looks like:

*** glibc detected *** ././songbird-bin: free(): invalid pointer:
0x00007f203935a8d0 ***

Hrm. after searching around, I find out that the libvisual plugin package is to blame. So, I remove it:

$ sudo apt-get remove libvisual-0.4-plugins

And it works! Just thought I’d pass this along in case someone else runs into this issue.  This is reported as bug 15306 in the Songbird Bugzilla – would be nice if they fix that at some point.

Fixing Xorg with Nvidia Driver ver 180.44

So, in order to fix an issue I was having with the Nvidia driver (weird drawing issue of the titlebars), I decided to upgrade to the latest version of the Nvidia driver.  This turned out to be quite an ordeal, because after upgrading, X didn’t want to start, giving me issues like “Failed to initalize GLX extension” and “Ubuntu is running in low graphics mode”.  After fighting with this for a few hours, I finally found the info I needed.  Here’s what I did to solve the issue:

Read more »

Ubuntu Apps

So, I’m getting comfortable with my new Ubuntu installation, and have a lot of apps to find equivelants for that I used in Windows, as well as just configuring things.  Eventually I’ll compile a big list, but here’s what I have so far:

  • Pidgin – for IM/chat (supports Gtalk too!)
  • Avant Window Navigator – this is a macosx-like dock – still configuring it, but it looks very nice
  • Gimp – had to change the background, so fired up the gimp to join two images for the background – it has come a long way!  There’s still some things to get used to, but for the amount of actual image editing I do, I think it will be fine.
  • KeePassX – I switched to KeePass for windows, trying out the linux version
  • Picasa – was happy to know that my favorite image organizer is available on linux!
  • Banshee – supposedly a good iTunes replacement – will see

Setting up Dual Monitors with Nvidia on Ubuntu 8.10

Upon installing Ubuntu, I noticed that my second monitor wasn’t being used.

On the top panel, I noticed that there was an icon that popped up that said that there were no proprietary drivers installed, and that I should install the nvidia driver for best results.  I installed it, and had to reboot the system, which I did.

I figured that that would have solved the issue, and I would have at least been able to change the setting System->Preferences->Screen Resolution.  No go.  I looked online, and found a guide.  This helped me get the rest of the way.  Here’s what to do, in a nutshell:

Read more »

Marvin Is Born

I’m currently installing Ubuntu 8.10 Desktop on my main machine, now known as “Marvin” (here’s a hint if you don’t get the reference)  I’ve been running linux boxes as servers for quite a while now, but haven’t run it on the desktop since Linux was new.  I’m going to commit to running it at least 1 month.  I will document what I do, as far as replacing Windows apps with native Linux ones, getting Windows apps to work via crossover, etc.  Who knows?  I might just stick with it, if I can make it do what I need to do.