![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Ubuntu Customization Guide The unoffical Ubuntu Customization Guide. |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||
|
Ubuntu Master Roaster
![]() Join Date: Oct 2004
Location: Netherlands
Beans: 2,968
Ubuntu 8.04 Hardy Heron
|
Ubuntu Customization Guide - Quick Start
I'm posting this as a forum user and not as a staff member. This is all on your own risk.
Legal Notice : Patent and copyright laws operate differently depending on which country you are in. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country. This HOWTO focuses on the most common customizations suitable for average users. FIRST STAGE : MAKING YOUR SOURCES.LIST READY SECOND STAGE : MULTIMEDIA AND PROPRIETARY/RESTRICTED FORMATS THIRD STAGE : OPTIONAL OPEN SOURCE SOFTWARE FOURTH STAGE : OPTIONAL PROPRIETARY SOFTWARE FIFTH STAGE : PERFORMANCE TWEAKS SIXTH STAGE : PROPRIETARY BINARY VIDEODRIVERS SEVENTH STAGE : REBOOT There is a good reason why Ubuntu doesn't include better multimedia support on default. Some file formats are proprietary, which means that they are owned by a company or other organisation. Sometimes, the owners of such formats charge licensing fees or impose legal restrictions on the use of their formats. This means that people may be unable to use or distribute these formats without first paying a fee or applying for a license. A Free or open format is one which can be used by anyone, free of legal restrictions on how they use the format. Free formats are very popular - the World Wide Web is based on the open HTML standard. Ubuntu supports many free formats and the open-source community as a whole encorages their wider use. https://help.ubuntu.com/community/FreeFormats FIRST STAGE : MAKING YOUR SOURCES.LIST READY Here's how to make your sources.list ready : my recommended Dapper sources.list http://www.ubuntuforums.org/showthread.php?t=185758 Don't forget to run (in the terminal) : Code:
sudo aptitude update && sudo aptitude upgrade Luckily for most people sound support is pretty good. If you don't hear the drums when you your computer shows the login screen then you are probably having some sound issue (please check the cables first). If your soundcard doesn't work at all then you have to fix that first. If you are new to Ubuntu and you know someone who's good with Linux then this is a good moment to ask for his/her help. This is the place to start : http://ubuntuforums.org/showthread.php?t=205449 Okay you hear the drums when your computer shows the login screen. Let's continue and install some stuff. First you have to start a terminal from applications->accessoires->terminal Then you type in these commands. Installing a bunch of codecs from universe/multiverse : Code:
sudo aptitude install gstreamer0.10-plugins-ugly mpg321 vorbis-tools gstreamer0.10-ffmpeg gstreamer0.10-gl libxine-main1 libxine-extracodecs gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll Code:
wget -c http://mikesplanet.net/dapper/w32codecs_20060611-0.1~dapper1_i386.deb sudo dpkg -i w32codecs_20060611-0.1~dapper1_i386.deb It might create a false positive in your virus scanner. Don't worry it's not a virus. This command installs a couple of good players. I always use totem-gstreamer instead of totem-xine. Because I want to be able to try the gstreamer framework for playback. If a video doesn't run in any of these you might as well give up : Code:
sudo aptitude install totem-gstreamer vlc mplayer gxine To be able to play videos in firefox you have three choices. Depending on which websites you visit you will get better results with one or the other. Try one at a time and don't forget to restart firefox : Code:
sudo aptitude install mozilla-plugin-vlc sudo aptitude install mozilla-mplayer sudo aptitude install totem-gstreamer-firefox-plugin -Restart firefox and see whether that helps. -Save your work and log out gnome (Ubuntu). Now you are back at the login screen. Log in again and see if the problem is solved -If this is not about flash and you are still experiencing problems then try a different different "player" (mozilla-plugin-vlc,mozilla-mplayer,totem-gstreamer-firefox-plugin) -Remember it's depending on the websites you visit which one (mozilla-plugin-vlc,mozilla-mplayer,totem-gstreamer-firefox-plugin) will give the best results. To get flash : Code:
sudo aptitude install flashplugin-nonfree sudo update-flashplugin http://ubuntuforums.org/showthread.p...94#post1087994 The "Flash Troubleshooting" section here https://help.ubuntu.com/community/RestrictedFormats To install java JRE from sun : Code:
sudo aptitude install sun-java5-bin sun-java5-plugin sudo update-alternatives --config java (/usr/lib/jvm/java-1.5.0-sun/jre/bin/java) Microsoft TrueType core fonts : Code:
sudo aptitude install msttcorefonts Warning: Enabling DMA can be dangerous in some cases. Usually issues are directly related to faulty hardware, poorly written drivers, or using settings that are unsupported by your system. USING HDPARM INCORRECTLY CAN CAUSE MAJOR DATA CORRUPTION AND/OR LOSS. Most systems newer than 4 years support DMA. https://help.ubuntu.com/community/DMA I bet you didn't know that your dvd's are encrypted? You need to install this to be able to play them. (libdvdcss2 comes from cipherfunk) Code:
sudo aptitude install libdvdread3 regionset sudo /usr/share/doc/libdvdread3/examples/install-css.sh https://help.ubuntu.com/community/DMA From https://help.ubuntu.com/community/RestrictedFormats#dvd : Quote:
Code:
regionset https://wiki.ubuntu.com/RestrictedFormats THIRD STAGE : OPTIONAL OPEN SOURCE SOFTWARE F-sport is a personal photo management application. If you want f-spot : Code:
sudo aptitude install f-spot If you want frozen-bubble : Code:
sudo aptitude install frozen-bubble If you want thunderbird : Code:
sudo aptitude install mozilla-thunderbird Code:
sudo aptitude install mozilla-thunderbird-enigmail If you want liferea : Code:
sudo aptitude install liferea If you want bmp : Code:
sudo aptitude install beep-media-player If you uncommented the wine repository of "my recommended Dapper sources.list" then you will get a newer version. Here's more information : http://www.winehq.com/site/download-deb Code:
sudo aptitude install wine FOURTH STAGE : OPTIONAL PROPRIETARY SOFTWARE If you want realplayer : Code:
sudo aptitude install realplay Code:
sudo aptitude install opera Code:
sudo aptitude install skype FIFTH STAGE : PERFORMANCE TWEAKS IMHO picking the right kernel is something everyone should do. In some cases it even might solve some obscure problem you have. It's easy and safe to try. If you have an intel Pentium Pro/Celeron/Pentium II/Pentium III/Pentium IV you should probably install this kernel : Code:
sudo aptitude install linux-686 Code:
sudo aptitude install linux-k7 You can choose to continue with the fourth stage at this moment. The rest of the performance tweaks will be less important. It's fun to do if you like to tweak though. I've collected a couple of optional performance tweaks which are quite safe and easy to do here : Desktop performance tweaks http://ubuntudemon.wordpress.com/200...rmance-tweaks/ (note : I will improve the guide to make the performance tweaks more easy to understand) SIXTH STAGE : PROPRIETARY BINARY VIDEODRIVERS To find out which videocard you have : Code:
lspci | grep VGA A note before we start : Instead of installing linux-restricted-modules-`uname -r` you can also install linux-386, linux-686 or linux-k7. This will install the restricted modules as a dependency and it makes sure that they stay installed when upgrading your kernel. So no need to install linux-restricted-modules-`uname -r` if you have picked the right kernel in the previous (performance tweaks) stage. If you have a nvidia (Geforce 3 or newer) videocard then you should probably install this videodriver : Code:
$sudo aptitude install nvidia-glx nvidia-kernel-common linux-restricted-modules-`uname -r` sudo nvidia-xconfig From http://www.ubuntuforums.org/showthread.php?t=233241 : Quote:
Code:
sudo aptitude install nvidia-glx-legacy nvidia-kernel-common nvidia-xconfig linux-restricted-modules-`uname -r` sudo nvidia-xconfig http://doc.gwos.org/index.php/Latest_Nvidia_Dapper http://www.ubuntuforums.org/showthread.php?t=139264 More information : https://help.ubuntu.com/community/Bi...erHowto/Nvidia Don't forget to post the way you got your Nvidia videocard to work (if you installed a proprietary driver) : http://www.ubuntuforums.org/showthread.php?t=221313 If you have problems you can also look in that thread whether someone else has the same videocard. He or she might already have solved your problems. ATI https://help.ubuntu.com/community/BinaryDriverHowto/ATI http://ubuntuforums.org/showthread.php?p=423584 http://wiki.cchtml.com/index.php/Ubu...allation_Guide Don't forget to post the way you got the ATI driver to work (if you installed a proprietary driver) : http://www.ubuntuforums.org/showthread.php?t=221320 If you have problems you can also look in that thread whether someone else has the same videocard. He or she might already have solved your problems. general information Dealing with problems with the Xserver http://ubuntuforums.org/showthread.php?t=187177 Still having problems with your videocard ? Then create a new thread here : http://www.ubuntuforums.org/forumdisplay.php?f=138 Don't forget to include this information : - what did you try to get it working ? - the (compressed) file : /var/log/kern.log - the (compressed) file : /var/log/Xorg.0.log - The result of : Code:
lspci -n | grep 0300 lspci | grep VGA http://www.ubuntuforums.org/showthread.php?t=221174 SEVENTH STAGE : REBOOT Don't forget to do a reboot after you have installed a new kernel and/or new videodriver. Here's more documentation : http://doc.gwos.org https://help.ubuntu.com/community http://ubuntuguide.org/wiki/Dapper In the future some of this customizing will be more easy. See : CommonCustomizations - feedback request http://www.ubuntuforums.org/showthread.php?t=206535 I attended most of the BOF's. I hope this speficiation will make Ubuntu Customization Guide useless. Ubuntu Customization Guide Quick Start (discussion) http://www.ubuntuforums.org/showthread.php?t=236429
__________________
my blog : http://ubuntudemon.wordpress.com Feisty/Gutsy/Hardy Quick Guide (including multimedia playback) http://ubuntuforums.org/showthread.php?t=567507 Ubuntu Customization Guide http://www.ubuntuforums.org/forumdisplay.php?f=159 Last edited by ubuntu_demon; November 16th, 2006 at 03:43 PM.. |
||
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|