This is a step-by-step guide for installing Ubuntu 6.06 in my "Loaded" configuration, as described in: Moving from Gentoo to ... SUSE, Ubuntu, or Fedora Core?
Ubuntu defaults to a GNOME desktop, without giving the user a choice. However, I'm not counting that against it, since it just takes a couple of apt-get one-liners to have KDE running.
A quick list of pros & cons:
Pros:
- Shortest installation time compared to openSUSE 10.1 and Fedora Core 5, and fewest number of CDs required.
- Easy to keep the system up to date with "apt-get upgrade"
Cons:
- Had to manually edit xorg.conf to enable NVIDIA support.
- Acrobat Reader plugin doesn't show up.
- Plugins default to the "wrong" versions ("Document Viewer" instead of acroread, "Totem" instead of MPlayer, etc.)
- Picked wrong soundcard to use a default, and no GUI found to change it (had to edit /etc/modprobe.d/alsa-base; see forum thread)
- No root logins allowed; have to constantly use "sudo".
Prerequisites:
Instructions:
wget http://easyubuntu.freecontrib.org/files/easyubuntu-3.022.tar.gz
tar zxf easyubuntu-3.022.tar.gz
cd easyubuntu
sudo python easyubuntu.in
From the "Multimedia" tab, click the following:
From the "Web" tab, click:
Do NOT select Java - will install later.
From the "System" tab, select:
Do NOT install the NVIDIA drivers - will install later.
Click "OK" to install
When it asks you if you want to install the non-free Flash player, click the box to accept.
I had to Ctrl-C to exit from EasyUbuntu even after it told me it was finished ... not sure why.
sudo apt-get install kdeaddons kde-core kmix gtk2-engines-gtk-qt
sudo apt-get install digikam digikamimageplugins kipi-plugins
sudo apt-get install nvidia-glx nvidia-kernel-common
sudo nano /etc/X11/xorg.conf
sudo /etc/init.d/gdm stop
sudo /etc/init.d/gdm start
glxinfo|grep direct
Should give the following output:
direct Rendering: Yes
sudo apt-get remove totem-gstreamer-firefox-plugin
sudo apt-get install mozilla-mplayer xine-ui acroread acroread-plugins mozilla-acroread
sudo apt-get install j2re1.4 j2re1.4-mozilla-plugin
[ERROR: No acroreader plugin shows up in Firefox.]
sudo apt-get install realplayer
Failed: "realplayer: Depends: xlibs but it is not installable"
export FIREFOX_DSP="aoss"
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
Does NOT work with Java 5.0, only with 1.4.2.
Results: View the table of results
Overall, I was fairly disappointed with Ubuntu, given its top ranking on distrowatch and the amount of hype it has generated. I had to hand-edit things, plugins didn't work, the wrong plugins kept getting chosen, etc. I found it be a fairly frustrating experience when compared to openSUSE.