This is a step-by-step guide for installing Kubuntu 6.06.1 in my "Loaded" configuration, as described in: Moving from Gentoo to ... SUSE, Ubuntu, or Fedora Core?
This guide should apply equally well to Ubuntu/Xubuntu. I just chose Kubuntu since I prefer the KDE environment.
A quick list of pros & cons:
Pros:
- Fewest number of CDs required compared to openSUSE 10.1 and Fedora Core 5.
- Easy to keep the system up to date with "apt get update; apt-get upgrade"
- Very nice package repository system. Felt highly cohesive especially compared to openSUSE and Fedora.
Cons:
- Had to manually edit xorg.conf to enable NVIDIA support (but it was an easy one-liner change).
Prerequisites:
Instructions:
Before I begin, I should mention that there is a program called EasyUbuntu that automates several of these steps. However, I actually got better results by just using this procedure. EasyUbuntu installs extra stuff that I had to undo later.
Run:
sudo apt-get update
sudo apt-get install libdvdread3 libdvdcss2 xine-ui libxine-extracodecs
sudo /usr/share/doc/libdvdread3/examples/install-css.sh
sudo apt-get install firefox mozilla-mplayer realplay
sudo apt-get install flashplugin-nonfree w32codecs
sudo update-flashplugin
sudo apt-get install acroread mozilla-acroread acroread-plugins
sudo apt-get install j2re1.4 j2re1.4-mozilla-plugin
Or, if you prefer Sun Java 5 (seemed to make Firefox unstable for me):
sudo apt-get install sun-java5-jre sun-java5-plugin
Then, run update-alternatives and choose the JVM corresponding to the one you just installed.
sudo update-alternatives --config java
sudo apt-get install msttcorefonts
sudo apt-get install digikam digikamimageplugins kipi-plugins
sudo apt-get install nvidia-glx nvidia-kernel-common
sudo kate /etc/X11/xorg.conf
sudo /etc/init.d/kdm restart
Login again and make sure it worked:
glxinfo|grep direct
Should give the following output:
direct Rendering: Yes
DisplaySize 271 203
Then, in the Device section, add a line:
Option "UseEdidDpi" "False"
sudo apt-get install alsa-oss
Change your Firefox shortcut to launch it as "aoss /usr/bin/firefox". This makes sound sync better with streaming sites like YouTube. It is still a little off, but not as bad as the default.
Extras:
sudo apt-get install python-wxgtk2.6 wx2.6-doc wx2.6-examples
cd /usr/share/doc/wx2.6-examples/examples/wxPython
sudo gzip -d *gz
python demo.py
sudo apt-get install wings3d
sudo apt-get install python-crypto python-dev python-doc python2.4-pysqlite2
sudo java -jar jedit42install.jar
sudo apt-get install sshfs
sudo ln -s /usr/bin/fusermount /sbin
sudo chmod a+x /usr/bin/fusermount
sudo chmod a+rw /dev/fuse
Sources: