###Additional informations about Teo Linux/X11

* <a href="./#installation">Installation</a>
* <a href="./#launching">Launching</a>
* <a href="./#keyboard">Keyboard</a>
* <a href="./#sound">Sound generator</a>
* <a href="./#direct">Activating disk direct access on new Linux systems</a>
* <a href="./#deinstallation">Deinstallation</a>

#####Installation<a name="installation"></a>

The required configuration to run the emulator is the standard configuration of recent Linux distributions. Version 3.0 and later of the GTK+ toolkit is required and might require a system update. It is available at <a href="http://www.gtk.org" target="_blank">http://www.gtk.org</a>.

You can install the emulator in two ways:

* Launch *`teo-1.8.2-i586.deb`*.
* Unzip *`teo-1.8.2-i586.tar.gz`*. The executable is named *`teo`*.

#####Launching<a name="launching"></a>

The launch of *`Teo`* will be done by clicking the icon of Teo. If you right-click on it, you can choose between simply launching it, or launching it with a hard reset.

#####Keyboard<a name="keyboard"></a>

If the ALTGR key doesn't do anything, have a look at you keyboard layout with respect to the third level chooser: *`Keyboard layout/Options/`* from 'System Parameters' to choose 3rd level options.

If your keyboard is other than AZERTY, you have access to the French keyboard by using the following procedure :

* Quit Teo
* Launch <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">setxkbmap fr</span> in a Terminal
* Launch Teo again

The only problem is that during the time the French keyboard is enabled, it will be for all applications. To go back to your natural keyboard, simply run *`setxkbmap <your_keyboard_layout>`*... or restart Linux.

#####Sound generator<a name="sound"></a>

Teo uses the default sound device (via ALSA).

#####Activating disk direct access on new Linux systems<a name="direct"></a>

On new Linux systems, floppy drives are not activated at installation. It's necessary to make some adjustments from a Terminal:

<U>Creating the entry for the first drive (if you have one) :</U>

* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo mkdir /media/floppy0</span>
* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/fstab</span>
* Add the line <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0</span> if no line begins with *`/dev/fd0`*
* Save the file and quit GEdit

<U>Creating the entry for the second drive (if you have one) :</U>

* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo mkdir /media/floppy1</span>
* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/fstab</span>
* Add the line <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">/dev/fd1 /media/floppy1 auto rw,user,noauto,exec 0 0</span> if no line begins with *`/dev/fd1`*
* Save the file and quit GEdit

<U>Declaring the disks access :</U>

* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/modules</span>
* Add the line <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">floppy</span> if it doesn't exist
* Save the file and quit GEdit
* Execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo adduser $USER floppy</span>

<U>And finally, activating everything :</U>

* Restart computer

If the direct access has still difficulties to work (like I/O errors, for example), right click on the *`Floppy Drive`* in your file browser and select *`Detect Media`*.

#####Deinstallation<a name="deinstallation"></a>

If installation has been made with *`tar.gz`* packages, just remove the root folder *`teo`*.

If installation has been made with *`.deb`* packages, execute <span style="background-color:#f0f0f0;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo apt-get remove --purge teo</span> in a Terminal.

<center>Document originally translated from French by Samuel Devulder<center>

