[Home] [Linguistics:] [Fieldwork:] [Databases:] [Linux:] [Debian:] [Windows:] [Miscellaneous]

Kubuntu 5.10 (with Xfce4) on a Dell OptiPlex GX150 (Dual-boot Windows 98)

1590x1405(1476585bytes)

Specs
Links
Installation
Basic packages
  • setting Emacs font size
  • LaTeX settings
    Japanese language settings
  • Anthy on emacs
  • Xfce4
    Partitions

    I started using a Dell OptiPlex GX150 (124 MB RAM, 10 GB HDD) from Oct 2006. My main machine, ThinkPad X31, broke in Sept 2006 and I had to use the old machine with the small RAM for the IBM. Dual-booting between Windows 98 and Kubuntu 5.10 may not sound nice in 2006. But it works for working on text files (tex, html also openoffice.org). I also tried to install Debian GNU Linux (woody, sarge and etch). The Debian CDs, however, caused many problems to set up X11 as they don't seem to handle the transition from x-windows-system and xserver-xfree86 to xorg well (Sept 2006). Kubuntu is great as they manage the X11 and desktop issues very well. I also installed Xface4, which you can easily install from Ubuntu apt sources and select Kde or Xfce4 for the desktop according to my purposes. I didn't have any problems during the whole installation.

    Specs

    Links:

    Installation

    Partitions

    Important things to install Kubuntu 5.10 to the GX 150 were how you partition the HDD. I used Gnome Partition Editor to partition the HDD (10 GB). As Windows 98 already takes up about 4.0 GB in the drive, I could allocate about 3.4 GB for Linux. Kubuntu 5.10 itself takes up 2 GB (1.7 GB for kubuntu including xfce4 desktop; 300 MB other packages, pTeX, emacs, Firefox and 250 MB linux swap). Because the space for the linux is very tight, I did not make partitions for /home, /usr, /var, /tmp etc (For my current partitions, click Here). I have about 3.3 GB ( 1.2 GB for the C drive and 1.1 GB for the E dirve in Windows 98 and 1 GB for Linux) for free spaces after the installation. You can use Gnome Partition Editor to change partitions even after you installed Kbuntu.

    The following sections show how I installed Kubuntu 5.10 (i386 install CD-ROM) in Oct 2006.

    Installing Basic Packages

    Boot from the CD. Follow the installer's navigation (I chose Japanese language settings).

    After finishing installation of basic packages, change /etc/apt/sources.list like shown below (You need universe and multiuniverse for apt sources to install more packages):

    #################################
    ## Australia (for example)##
    deb http://mirrors.uwa.edu.au/ubuntu breezy main restricted
    deb-src http://mirrors.uwa.edu.au/ubuntu breezy main restricted

    deb http://mirrors.uwa.edu.au/ubuntu breezy-updates main restricted
    deb-src http://mirrors.uwa.edu.au/ubuntu breezy-updates main restricted

    deb http://mirrors.uwa.edu.au/ubuntu breezy universe
    deb-src http://mirrors.uwa.edu.au/ubuntu breezy universe

    deb http://mirrors.uwa.edu.au/ubuntu breezy-backports main restricted universe multiverse
    deb-src http://mirrors.uwa.edu.au/ubuntu breezy-backports main restricted universe multiverse
    ###################################

    $ sudo apt-get update

    $ sudo apt-get install clamav guarddog emacs21 ispell ibritish ncftp mozilla-browser mozilla-psm firefox mew yatex html-helper-mode w3m w3m-img w3m-el html-helper-mode migemo ruby emacs-goodies-el

    Emacs font settings

    I don't like default font size on emacs21 and I change the settings like this.

    LaTeX settings

    $ sudo apt-get install ptex-bin dvipsk-ja xdvik-ja xpdf-reader okumura-clsfiles vfdata-morisawa5 dvipdfmx

    $ sudo jisftconfig add
    [Do this after you installed vfdata-morisawa5 to enable Japanese on dvips.]

    $ emacs /etc/texmf/texmf.d/50dvipdfmx.cnf [chage the file as follows:]

    * CMAPINPUTS=.;/usr/share/fonts/cmap/adobe-japan1//;/usr/share/fonts/cmap/adobe-japan2// ;/usr/share/fonts/cmap/adobe-gb1//;/usr/share/fonts/cmap/gs-cjk-resource//

    $ sudo update-texmf

    Japanese language settings

    Anthy on emacs21

    $ sudo apt-get install anthy anthy-el

    I prefer Anthy to default Japanese input settings of Kubuntu on emacs21, I use the following settings in my dot emacs file.

    ;; Anthy on emacs
    (push "/usr/share/emacs/site-lisp/anthy/" load-path)
    (load-library "anthy") [load anthy.el]
    (setq default-input-method "Japanese-anthy")

    Xfce4

    Xfce4 desktop is suitable for the old machine (The GX 150 only have 124 MB RAM). The following command will set up everything to run Xfce4 for you. The Japanese language settings in Xfce4 works well.

    $ sudo aptitude update && sudo aptitude install xubuntu-desktop

    Partitions

    Current partitions of the OptiPlex GX150 (10 GB, 124MB), Oct 2006
    Name Flags Part Type FS type Label Size
    1 Boot Primary fat32 /c 5.1 GB
    2
    Primary Linux etx3 / 3.2 GB
    3
    Logical Linux swap
    250 MB
    4
    Primary fat32 /e 1.1 GB


    Update history:


    TOP