Archive

Posts Tagged ‘Ubuntu’

7.04 to 7.10 Ubuntu desktop

October 22nd, 2007

Heck! I was expecting some power consumption improvements, but still 4 hours XP vs. 2 hours Gusty.

Trying to make this post useful, follow these lines:

sudo aptitude update
sudo aptitude upgrade
sudo aptitude dist-upgrade

And remember: the more you misspell these three lines the longer upgrade will be! Be aware of grammar mistakes, folks!

Links , ,

Anime on Ubuntu: Codecs buzz

July 28th, 2007

Trying to keep the quality of the , I’ve noticed a growing popularity of Matroska codec pack for anime releases. Most of the players do not support mkv format from the box, however you can download VLC player which can do .

Otherwise, for not creating a mess in your “ & sound” category, ’d be easier just to apt-get few extra packages needed for playing most of anime :

sudo apt-get install libebml-dev
sudo apt-get install libmatroska-dev
sudo apt-get install libmp4v2-0 libmp4v2-dev

So you can easily run your matroska files on MPlayer or Movie Player. For VLC compilation of Matroska codecs, you can check out a full installation guide. However, the quality of playing the videos on VLC in Windows platform was better then in VLC under .

Maybe, someone can advice some other solutions except writting own drivers? ;)

Links, etc , , ,

Big community, good community?

July 22nd, 2007

That is the question. Logically, a big community should have more useful information for the users, a good support. For example, community which expands daily. Now you can find all the answers concerning this fashionable distributive of without googling much,just entering Ubuntuforums and Ubuntuguide.

However, will this growing interest of Nix systems lead the community for good, and systems will expand the , or Nix spirit will drown in everyday users’ questions and Windows switchers?

Blogging, etc , , ,

Video Editing with Ubuntu

July 18th, 2007

I haven’t thought that ’s going to be such a headache to find some good for and Audio Editing on platform! At this type of fields, you realize how much work should be done in future for Unices to reach Mac/Win multimedia platforms.

Win/Mac haters can take a deep breath, because there are no good alternatives for:

  • Abode Premier
  • Sony Vegas
  • Sound Forge

However, I’ve managed to find the combination of Kinovd and Cinelerra. The last one appeared to be a nice editor, even though some minor bugs arise (which were solved right away with Cinelerra helper). Here are some repositories for Cinelerra editor.

Enjoy editing! ;)

Design, Gadgets , , , , ,

Totem with Beryl in Ubuntu

July 7th, 2007

Fast and easy solution:

~$gstreamer-properties

And set your default output as “X Window System (No Xv)”. Seems to be working fine…

Links, etc , ,

Netbeans 5.5 with Beryl on Ubuntu

May 20th, 2007

Since uses a typical Interface, using Beryl becomes a bit confusing, because you’ll see only a blank window!

This can be solved in two ways:

  1. Switch off Beryl Window Manager
  2. Or run:
    nano etc/environment

    and add this line:

    AWT_TOOLKIT=”Mtoolkit”

etc , , , ,