Friendly Tech Ninja Linux how-to's for beginners

5Aug/09

Howto: Fix ATI Video Playback *UPDATE*

In my previous article you where made use VLC as your default media player if you wanted to have a good video playback experience. While I think VLC is a really good media player, I'm sure not every shares my enthusiasm for it and that's okay. I've found a way to fix this. I discovered a application that is installed with your Gstreamer codecs called "Multimedia Systems Selector". This method removes the need to switch you media player (eg. Totem) of choice.

Step 1
To access the program, run in the terminal:
gstreamer-properties

Or (for you GUI people)

Go to "System" -> "Preferences" -> "Main Menu". Then select the "Preferences" under the Systems directory. Look down the list and tick the box next to Multimedia Systems Selector" and "Close". You can now access the application throught "System" -> "Preferences" -> "Multimedia Systems Selector"

Step 2
Now in the program go to the "Video" tab and under "Default Output" use the dropdown menu for the "Plugin" option and change it from "Autodetect" to "X Window System (No Xv)" and "Close" the program.

You're all set, now you can use whatever media player you like!

If you have any problems, questions, suggestions please leave a comment.

3Aug/09

Howto: Fix ATI Video Playback

If you've come from my post on Howto: Fix Ubuntu 9.04 ATI Driver Issues and the drivers installed successfully congratulations. Although now you've found in Movie Player (Totem) when playing video and moving the window the video starts to tear or when you click on a window that covers up Totem the video plays on top of every other window. The reason this occurs is simply because the ATI drivers suck! (I'm using the driver that are accessed through "System" -> "Administration" -> "Hardware Drivers")...however there is a way to fix this!

Update: I've written an update to this fix here.

Step 1
Firstly we need to install VLC media player, I personally think this is the best video player out there on any platform seeing as it will play just about anything under the sun. In your terminal run:
sudo apt-get install vlc

It shouldn't take too long to download and install.

Step 2
Once it's installed open up "VLC media player" from your "Applications" -> "Sound & Video" menu.
Click on "Tools" -> "Preferences" -> "Video". Where is says "Output" the current value is "Default", change this using the drop down menu to "X11 vidoe output". Click "Save" and exit the window.

Step 3
You're going to want to make VLC your default video player, this can be done by right clicking a video and going to "Properties" -> "Open With" and select VLC, if VLC is not there go to "Add" and select it from the list of applications, click "Add" again and set it as the default video player.

Note: You might have to repeat this step for different video formats eg. avi, xvid, mp4. You only have to set VLC as default to that video format once on any file of that format, after that it'll know to open up those formats in VLC. Although if you do run into a video that opens in Totem, you know what to do.

If you have any problems, questions, suggestions please leave a comment.