Here's my tale...
I was down in Chattanooga visting my sister and brother in law the other weekend and I did not have my trusty open source laptop in tow. My sister recently had a baby and so they were give a camcorder to record the little girls beginnings. This camcorder is of the type that burns its movies to little mini dvds.
As the families resident Computer Guy (my dad's been in management for years so he has no pratical skillz left), I was asked to help move some movies off the mini dvds onto regular dvds so the mini dvds could be reused. With a sigh I sat down at the windows box to get to work.
Since the computer came with a dvd burner, I was lucky to find some version of Nero which claimed to let me copy dvds. Except when I clicked copy dvd, it openend a popup telling me how to buy the full version. *Sigh* Strike one. So I grabbed my trusty google and set off over the intarwebs, knowing there must be some open source program that would let me copy a friggin non-commercial dvd.
After wading waste-deep through crapware for a couple hours (synaptic long ago ruined my windows freeware searching skillz), I found a program that would do what I wanted. Or at least start to. This program would start to copy the dvd to some proprietary disc image format on the hard
drive, but then it would fail with some sort of io error. I noticed it would always fail at the same percentage so I figured I'd try to watch it and see if it looked ok. I loaded up the crappy bundled dvd player software (which took so long to load, I thought it wasnt working) and it too would sieze up at one particular part about 8 minutes in. It would sieze up so hard that I'd have to eject the disc and kill the process to get it to stop. Then I tried it in VLC (and set it as the default player for dvds). It froze just as hard in the same spot, so I figured it must be a bad spot on the disc. I decided to bring it home with me and try to copy it using Linux.
This is where the story gets awesome. I popped the disc in and up came totem, which played right past the bad spot without a glitch. So
I was about to go off looking for some high quality open source dvd copying software when I noticed that the right click menu on the dvd icon on the desktop had a copy dist option. 30 seconds later, the lappy was happily copying the disc to an iso on my desktop, which tool another right click to burn to a blank disc. It was almost too easy. Way to go Ubuntu!
Tuesday, December 11, 2007
Monday, December 10, 2007
Flash Update
Well I tried upgrading to the latest flash (and I dont even have to post a how to, cause adobe made it really easy to install, you can even install it just for your user without escalating privledges, which is nice). It definitely has HD support, I could watch the HD trailer for Horton Hears a Who and it looks amazing, as is to be expected, except for a small amount of horizontal tearing. On scenes with a pan, it was very noticeable. Then I went to watch a regular video and it was really choppy, all full of pauses. Same thing on youtube. So I uninstalled it (and since it was only installed for my user, fell right back to the older one thats installed for everyone). No HD for me, yet.
Wednesday, December 5, 2007
Flash, Video, Music, and Linux!
This post is gonna be kind of all over the place, but here it goes:
- First, I recently read that Adobe released a new version of their flash player with H.264 support. This isn't so amazing in itself, but what's really amazing is that they released the Linux version at the same time they released the Windows and OSX versions! I think this displays that Adobe is pretty dedicated to supporting Linux. I know there are plenty of people out there who won't be happy until Flash is open sourced, but for the time being, I'll take what I can get. I haven't installed the new version yet, but I will soon, and I'll probably try to post a quick how to for Ubuntu here. (Strangely, Adobe has an rpm package and a YUM repo definition available but no .deb).
- Secondly, I've been a user of NPR's podcasts and streams for a while now. They even list an xmms option when choosing a stream method! The xmms streams open fine with rhythmbox, which remembers them for easy access later. I also recently stumbled across NPR's nprmusic, which has all sorts of great content available all free, using a nifty flash player. They have concerts, random songs and studio sessions with some pretty mainstream artists all available on demand. So thats a lot of really good content available in a DRM-free medium easily accessible from Linux, thanks to Adobe's Linux support. Granted, I haven't been able to see a way to download (without hijinks...) any of the music available through their flash player, but I take what I can get.
- Finally, I was just invited to join Hulu's private beta. If you don't know what Hulu is, its a site where a bunch of Studios and Networks have joined up to put a bunch of their content online for free. It has a bunch of full episodes of shows I like (Simpsons and Family guy in particular). I think it puts up something like the last 5 new episodes in their entirety and then a bunch of random clips. Upon signing up, I saw several episodes of the Simpsons I must have missed what with being so busy over the holidays and not having a TV. There are short (3@~10sec) commercials during an episode, much less then you would encounter on a TV. You might be able to skip pass them or something, but I didn't bother trying because they are so short. Its an easy price to pay for all this content. Another cool feature is they let you share or embed complete shows like this: (did you notice the Sox shout out?) The video on the site is the same size as that embedded clip, they have a fullscreen option, which doesn't seem to work for me, but compiz's zoom makes it easy to watch from across the room on my 24"ws monitor. They are also offering up som HD content, which I've got to get the new version of flash installed to see.
Wednesday, October 31, 2007
Gutsy laptop lid tweak
I had a naggling little issue with gutsy on my laptop lid where when I closed the lid with it plugged in, the screen would turn off for a second, and then turn back on (I don't have the problem when not plugged in because I have it set to suspend when closed on battery power, which works beautifully). Thanks to the tweakfulness of linux, I was able to fix it in the following manner:
I created a file /etc/acpi/lidscreenblank.sh containing the following code:
then I made that file executable.
edited /etc/acpi/events/lidbtn
and changed
to
then restarted acpi: sudo /etc/init.d/acpid restart
and voila! it works. I know its missing some of the screensaver handling that lid.sh was doing, but I dont really use screensavers anyways, so i guess i dont cante about that.
I created a file /etc/acpi/lidscreenblank.sh containing the following code:
#!/bin/bash
. /etc/default/acpi-support
. /usr/share/acpi-support/power-funcs
grep -q closed /proc/acpi/button/lid/*/state
if [ $? = 0 ]
then
for x in /tmp/.X11-unix/*; do
displaynum=`echo $x | sed s#/tmp/.X11-unix/X##`
getXuser;
if [ x"$XAUTHORITY" != x"" ]; then
export DISPLAY=":$displaynum"
. /usr/share/acpi-support/screenblank
fi
done
fi
then I made that file executable.
edited /etc/acpi/events/lidbtn
and changed
action=/etc/acpi/lid.sh
to
action=/etc/acpi/lidscreenblank.sh
then restarted acpi: sudo /etc/init.d/acpid restart
and voila! it works. I know its missing some of the screensaver handling that lid.sh was doing, but I dont really use screensavers anyways, so i guess i dont cante about that.
Network-Manager bug update
So a dev responded to my bug report by referring to some packages he had in his PPA. I installed them a couple of weeks ago, and network manager has been pretty solid for me since then. No more of this random freezing up at any rate. So now I believe te dev is waiting for positive feedback to get his patches pushed through to the real repo. So if you've had these problems, check the bug, try the packages, and post your results!
Monday, October 22, 2007
Gutsy is teh r0x0r
Well, now that I've got some experimental network manager packages installed on my laptop, I am pleased enough with gutsy that I am going ahead and installing it on my mac mini. I am even going ahead and killing the osx partition. Its all ubuntu all the time now.
The installation on the mini has given me even more reason to keep using ubuntu. When I last installed ubuntu on this mini, back in the edgy days (which i dist-upgraded to feisty), installing on a mini was a real headache. I had to do all these hacks while running off the livecd to get things working. This time around, not only is it as straightforward an install as I could ask for, but the livecd actually picked up on my 1920x1200 resolution and had compiz-fusion in all its (limited by default) glory! Better yet, I didn't pay $129 for it like I could have to keep apple's hardware up to date!
Ubuntu (and Debian) have really made Linux so easy to use and yet kept its most powerful features within reach that I have a hard time understanding why any power user would still be on Windows, given a choice. The fact that I can not only have ubuntu installed, but have all my preferences in place (just by carrying over some hidden files and directories from ~) in under an hour make using ubuntu a nobrainer. I've had windows installs that took all day, and that was before WGA started making installs even more error prone and difficult.
So, here's to open source, and a job well done with the Gutsy Gibbon. Nice work Canonical and the Community!
The installation on the mini has given me even more reason to keep using ubuntu. When I last installed ubuntu on this mini, back in the edgy days (which i dist-upgraded to feisty), installing on a mini was a real headache. I had to do all these hacks while running off the livecd to get things working. This time around, not only is it as straightforward an install as I could ask for, but the livecd actually picked up on my 1920x1200 resolution and had compiz-fusion in all its (limited by default) glory! Better yet, I didn't pay $129 for it like I could have to keep apple's hardware up to date!
Ubuntu (and Debian) have really made Linux so easy to use and yet kept its most powerful features within reach that I have a hard time understanding why any power user would still be on Windows, given a choice. The fact that I can not only have ubuntu installed, but have all my preferences in place (just by carrying over some hidden files and directories from ~) in under an hour make using ubuntu a nobrainer. I've had windows installs that took all day, and that was before WGA started making installs even more error prone and difficult.
So, here's to open source, and a job well done with the Gutsy Gibbon. Nice work Canonical and the Community!
Saturday, October 20, 2007
Subscribe to:
Posts (Atom)