< Back to menu >

Ubuntu 7.10 on Acer TravelMate 661LCi

Here we go with a brand new and shiny Ubuntu Gutsy.
The goal of this page is mainly to be some kind of 'backup reference guide' for my `customized´ system.

BACKUP
If you make a backup of your entire home-directory, you keep almost all your settings.
If you want it more minimalistic, backup your:

- Backup your /etc/apt-/sources.list , it might contain some usefull extra repositories.
- Take a look in /var/cache/apt/archives , there may be some usefull .deb's you installed.

Even better: Create a list of installed packages



Post-installation
After installation, the system needs to reboot (without the live CD). The booting is a graphical bar... Very annoying: is it booting? is it hanging? is it sending private information? I liked it better when there was at least some text...
Anyway, halfway the booting, Ubuntu needs to check the disks. For no apparrent reason, this is done in textmode... WTF?
Going from a useless total graphical booting to a total textual booting. This needs some serious work, I hope they wil include gFXboot sometime..
MY SCREEN WAS F*CKED UP, because the '915resolution' has 'changed' in Gutsy. Gutsy has now a graphical 'wizard' for the screen (with (experimental Intel-)drivers ). It doesn't play to nice with 915resolution... Just follow the instructions on screen, and it will be okay...



Theme
Gutsy comes with Compiz-Fusion enabled. Open Synaptic and search for 'compiz'. Install the settings-manager and Emerald.
Emerald-theme: blubuntu

compizCompiz-Fusion
Usefull eyecandy.
My Settings.profile



Automatix2
You just gotta love the makers of Automatix. Setting op your system goes fast and easy with this GUI-script.
Go to GetAutomatix.com and read about it :)
It sets up your multimedia (sound, video), plugins for FireFox, Acrobat reader & much much more.



Synaptic
Things I need to remove:
f-spot, tomboy, Evolution (via synaptic: all), ekiga, nautilus-sendto, ...

Things I need to install
make, autoconf, gcc, irssi, xmms (and -crossfade, -infopipe, -midi, -oggre), camorama, qcad, bluefish, inkscape, mail-notification, straw, build-essential, 915resolution, aria2c, homebank, xchat, ...

remark: Synaptic is full of 'xmms2'. There doesn't seem to be a Winamp-like frontend though (like the normal xmms).

 

SwiftWeasel - SwiftDove
I would highly recommend to UNINSTALL FireFox and use SwiftWeasel instead.
FF is really slow. SwifWeasel is exactly identical to FF, but SwiftWeasel is optimized for your processor, much much faster and your extensions will just work fine. SwiftWeasel homepage

If you backed up your .mozilla folder, you have all your bookmarks, extensions, passwords,...
If not --> extensions :-)

SwiftDove
An optimized build of Thunderbird (it will import the settings from your (backed up) .thunderbird folder).
homepage



PyTelemeter
Only usefull for Belgian cable users (telenet logo) !!

PyTelemeter werkt volledig in Ubuntu Dapper.
Surfen naar http://pytelemeter.sourceforge.net/
Uitleg en installatieprocedure staan er ook.

Gewoon den tar.gz downloaden, uitpakken, via console naar de (uitgepakte) map gaan en dan typen:

python setup.py install
Verliep hier zonder problemen.


cp pytelemeterrc ~/.pytelemeterrc
gedit ~/.pytelemeterrc

daar vult ge uw Telenet login en paswoord in, opslaan.


chmod 600 ~/.pytelemeterrc


Now run pytelemeter-gtk, pytelemeter-tray or pytelemeter-cli (add -h to view cli options).

Nog een handigheidje: PyTelemeter-tray direct inladen tijdens het opstarten:
Systeem --> Voorkeuren --> Sessies --> Tab Programma's starten
daar voegt ge toe "pytelemeter-tray"



pidginPidgin
(Previously known as Gaim)
A few changes have been made, nothing spectacular.
Still no video/voice. Still no MSN-support for psm, although the MSNP14-milestone has been completed (sep 2007)...
Easiest way of installation: getdeb.net



aMSN aMSN, CVS version
Okay, why would you want to use a "beta"-version?
Because it has new things in it :) At the moment of writing, aMSN 0.97b has playback for webcam and 'personal messages' and voice clips.
Next version(s) are said to have voice chat support and lots more...
Do you want to run beta-version? Then the following is for you. Else download and install the .deb file from their webpage.

I absolutely LOVE aMSN. They have a forum (unlike gaim), the admins/programmers are friendly (friendlier than gaim) as long as you use the SEARCHfunction on their forum.
aMSN is quite cutting edge: they are the first (?) who actually implemented webcam (with playback !) and personal messages and so...

Okay, lets' first install tcl8.5 and tk8.5 (for anti-aliased fonts).
Go here and download latest tcl and tk package.
Extract them both and remember where.

In the following, I will give some brief commands. For better explaination, see the full code below.

Attention: dependency hell
Since this is a clean install, we will need some libraries and their dependencies for aMSN to compile properly.
The easiest way is to open Synaptic and install:
- tcl8.4 and tcl8.4-dev
- tk8.4 and tk8.4-dev
- search for 'xft' and install the dev
- imagemagic
- esound-clients
- libpng (12-dev?)
- libjpeg62-dev
- libltdl3-dev
- autoconf
- snack (searck Synaptic for it)
- ...


Open a console and go to that directory

cd .../tcl8.5b1/unix
./configure --prefix=/usr
make
sudo make install


Same thing for tk:
cd .../tk8.5b1/unix
./configure --prefix=/usr --enable-xft
make
sudo make install


Next, we download http://amsn.sourceforge.net/amsn_dev.tar.gz
unpack it into your home-folder so you have ~/msn
Go into that folder
cd ~/msn
./configure --with-tcl=.../tcl8.5b1/unix/ --with-tk=.../tk8.5b1/unix/
make
sudo make install

gedit ~/msn/amsn

Edit the second line from "wish $0" to "wish8.5 $0"

Now you can run aMSN with: "~/msn/./amsn"


Let's config aMSN a bit.


screenshot of aMSN 0.97:
CLICK TO ENLARGE

 

 

SunBird Sunbird
Nightly builds are just fine ;-)
Just extract it somewhere and ./sunbird

 

XMMS - skin
Save .tar in ~/.xmms/Skins
Clearlooks-BMP



Elisa
This a small media center. It is not a full media center like MythTV, but it is nice to play around with.
At the moment of writing: version 0.3.2. Still under (heavy) development, but it is nicely useable !
More info @ http://elisa.fluendo.com



CCBot/1.0 (+http://www.commoncrawl.org/bot.html)