1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5<title>Teo</title>
6<link rel="stylesheet" type="text/css" href="doc.css">
7</head>
8<body>
9<table width="100%"><tr><td>
10
11<h3>Additional informations about Teo Linux/X11</h3>
12
13<ul>
14<li><a href="#installation">Installation</a></li>
15<li><a href="#launching">Launching</a></li>
16<li><a href="#keyboard">Keyboard</a></li>
17<li><a href="#sound">Sound generator</a></li>
18<li><a href="#direct">Activating disk direct access on new Linux systems</a></li>
19<li><a href="#deinstallation">Deinstallation</a></li>
20</ul>
21
22<h5>Installation<a name="installation"></a></h5>
23
24<p>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>.</p>
25
26<p>You can install the emulator in two ways:</p>
27
28<ul>
29<li>Launch <em><code>teo-1.8.4-i586.deb</code></em>.</li>
30<li>Unzip <em><code>teo-1.8.4-i586.tar.gz</code></em>. The executable is named <em><code>teo</code></em>.</li>
31</ul>
32
33<h5>Launching<a name="launching"></a></h5>
34
35<p>The launch of <em><code>Teo</code></em> 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.</p>
36
37<h5>Keyboard<a name="keyboard"></a></h5>
38
39<p>If the ALTGR key doesn't do anything, have a look at you keyboard layout with respect to the third level chooser: <em><code>Keyboard layout/Options/</code></em> from 'System Parameters' to choose 3rd level options.</p>
40
41<p>If your keyboard is other than AZERTY, you have access to the French keyboard by using the following procedure :</p>
42
43<ul>
44<li>Quit Teo</li>
45<li>Launch <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">setxkbmap fr</span> in a Terminal</li>
46<li>Launch Teo again</li>
47</ul>
48
49<p>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 <em><code>setxkbmap &lt;your_keyboard_layout&gt;</code></em>... or restart Linux.</p>
50
51<h5>Sound generator<a name="sound"></a></h5>
52
53<p>Teo uses the default sound device (via ALSA).</p>
54
55<h5>Activating disk direct access on new Linux systems<a name="direct"></a></h5>
56
57<p>On new Linux systems, floppy drives are not activated at installation. It's necessary to make some adjustments from a Terminal:</p>
58
59<p><U>Creating the entry for the first drive (if you have one) :</U></p>
60
61<ul>
62<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo mkdir /media/floppy0</span></li>
63<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/fstab</span></li>
64<li>Add the line <span style="background-color:#e8e8e8;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 <em><code>/dev/fd0</code></em></li>
65<li>Save the file and quit GEdit</li>
66</ul>
67
68<p><U>Creating the entry for the second drive (if you have one) :</U></p>
69
70<ul>
71<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo mkdir /media/floppy1</span></li>
72<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/fstab</span></li>
73<li>Add the line <span style="background-color:#e8e8e8;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 <em><code>/dev/fd1</code></em></li>
74<li>Save the file and quit GEdit</li>
75</ul>
76
77<p><U>Declaring the disks access :</U></p>
78
79<ul>
80<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo gedit /etc/modules</span></li>
81<li>Add the line <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">floppy</span> if it doesn't exist</li>
82<li>Save the file and quit GEdit</li>
83<li>Execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo adduser $USER floppy</span> and if necessary <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo adduser $USER disk</span> (thanks to credenhill from forum.ubuntu-fr.org)</li>
84</ul>
85
86<p><U>And finally, activating everything :</U></p>
87
88<ul>
89<li>Restart computer</li>
90</ul>
91
92<p>If the direct access has still difficulties to work (like I/O errors, for example), mount the floppy drive by right-clicking on the <em><code>Floppy Drive</code></em> in your file browser and select <em><code>Detect Media</code></em> or simply by left-clicking on the floppy drive (needs a MSDOS formated diskette in the drive).</p>
93
94<h5>Deinstallation<a name="deinstallation"></a></h5>
95
96<p>If installation has been made with <em><code>tar.gz</code></em> packages, just remove the root folder <em><code>teo</code></em>.</p>
97
98<p>If installation has been made with <em><code>.deb</code></em> packages, execute <span style="background-color:#e8e8e8;padding-left:4px;padding-right:4px;padding-top:1px;padding-bottom:1px;">sudo apt-get remove --purge teo</span> in a Terminal.</p>
99
100<p><center>Document originally translated from French by Samuel Devulder<center></p>
101</td></tr></table>
102</body>
103</html>
104