Logo: Geos Online Print Archiv
G.O.P.A. - Geos Online Print Archiv
25.04.2024 Archiv  #  Recherche  #  Links  #  Kontakt  #  Gästebuch  #  Impressum

Index
Register
Login

Die Anzeige des Archivs erfolgt grafisch. Ändern

TIPS und TRICKS zu GEOWORKS 2.0

Autor: Greg Hilker


Gesammelt von Greg Hilker

Unten ist eine Zusammenfassung aller "INI Tricks" die mir bekannt sind (ohne Gewähr).
(Natürlich für GEOS.INI ...)
*) Groß- und Kleinschreibweise ist NICHT WICHTIG!
*) ";" ist ein Kommentar (die Zeile wird ignoriert)

[system]

 ; "memory = {
 ;       xms.geo
 ;       ... u.s.w. ...
 ;       disk.geo
 ;       }
 ; "disk.geo" soll AM ENDE kommen!
 ; Ist "memory = {...}" nicht vorhanden, unbedingt eintragen!
 ; (Oder besser, Voreinstellungen, Computer, usw. benutzen.)
 ;
 ; drive I = j
 ; "I" steht für ein Laufwerk (z.B. A: oder B:)
 ; "j" steht für einen der folgenden Werte:
 ;     0 = Laufwerk ignorieren
 ;   360 = 5,25" 360  kB
 ;  1200 = 5,25" 1,2  MB
 ;   720 = 3,5"  720  kB
 ;  1440 = 3,5"  1,44 MB
 ; 65535 = Festplatte


[system] und [motif]

 ; fontid = n
 ;  (z.B. "fontid = URW Mono")
 ;  Ändert das Systemfont "Berkeley", "Bison" or "University"
 ;  seem to work OK.
 ;  Vorsicht! KANN ABSTÜRTZE VERURSACHEN!


[motif]

 ; fontSize = n
 ;  n = the size of the system font (in points)


[ui]

 ; confirmShutDown = true/false
 ;  false = die Frage, ob Geos wirklich beendet werden soll wird
 ;  unterdrückt.

 ; noTokenDatabase = true/false
 ;  "true" seems to disable use of TOKEN_DA.000 - crashes GeoManager
 ;  in 2.0.22 and in 2.0.24-1

 ; doNotDisplayResetBox = true/false
 ;  unterdrückt die Abfrage bei der Rückkehr nach einem Systemabsturz
 ;  (Kann dazu führen, daß das System aus dem gleichen Grund wieder
 ;  abstürzt)

 ; deleteStateFilesAfterCrash = true/false
 ;  setzt das System beim Neustart nach einem Absturz
 ;  automatisch zurück

 ; onScreenHardIcons = true/false
 ;  Creates buttons in the bottom left hand corner of the screen
 ;  which obviously are meant to start applications. However, exept
 ;  for "Help" and die Expressbutton, nothing seems to be these. by
 ;  effected Obvioudly part of the "Zoomer" package. "die Iconleiste
 ;  links unten einschaltet, sind die Icons Nummer 2-7 (von links)
 ;  zwar mit huebschen Bildchen versehen, aber nutzlos."
 ;  (M.Gröber 10/93)

[hardIconBar]

 ; app0 = ...
 ; app1 = ...
 ; (usw. bis app5)
 ;  kann man diesen Buttons beliebige Anwendungen zuweisen, wobei
 ;  statt der "..." die Namen von Geos-Applikationen im
 ;  WORLD-Verzeichnis stehen muessen. Bei mir steht da ...
 ;   app0 = GeoDex
 ;   app1 = GeoPlanner
 ;   app2 = Text-Editor
 ;   app3 = Extras\GeoManager
 ;   app4 = Uhr
 ;   app5 = Rechner
 ; Nur als Beispiel... Ach ja, die Beispiel-Zeile bei "app3"
 ; funktioniert nur, wenn man den GeoManager in ein Unterverzeichnis
 ; Extras von WORLD kopiert, anscheinend kann man nur Programme im
 ; WORLD-Verzeichnis aufrufen. Wenn man jetzt auf einen der Buttons
 ; klopft, kommt (wer haette das gedacht) die einsprechende
 ; Anwendung. Fast wie TSRs unter DOS. ;-) (M.Gröber 10/93)

 ;xScreenSize =
 ;yScreenSize =

 ; Diese Directives sind offenbar dazu gedacht, GEOS an ungewöhnliche
 ; Grafikauflösungen anzupassen, wobei xScreenSize die Anzahl der
 ; horizontalen und yScreenSize die Anzahl der vertikalen Bildpunkte
 ; darstellen soll. Auf meiner CGA-Karte brachten andere Eintragungen
 ; ab 600/400 eine heillose Verwirrung. Ich habe aber auch schon
 ; gesehen, daß auf manchen VGA-Monitoren ein ziemlich großer
 ; schwarzer Rand um GEOS herum bleibt, der sich damit vielleicht
 ; verringern läßt. (H. Laux)
 ; In der aktuellen Zusammenstellung der GEOS.INI - Tricks steht das
 ; die Bedeutung von xField- bzw. yFieldsize unbekannt sei. Mit
 ; beiden läßt sich die Größe der Bildschirmfläche, unabhängig von
 ; den physikalischen Gegebenheiten festlegen. z.B.: SVGA 800*600
 ; Pkt. Wenn die xField- bzw. yFieldsize größer als die physikalische
 ; Vorgabe gewählt werden, wird die Arbeitsfläche Rechts und Unten
 ; über den Bildschirmrand hinaus dargestellt (PEER CUNRADY)

 ;LaunchOptions
 ; beliebigem Wert dahinter bewirkt, daß das Optionen Menü in allen
 ; Anwendungen außer dem Manager verschwindet (PEER CUNRADY)

 ;InterfaceOptions
 ; unbekannte Bedeutung. (PEER CUNRADY)

[ui Features]

 

 ; interfacelevel = n
 ;  0 = full screen apps only
 ;  2 = standard
 ;    Empfehlung: interfaceLevel = 2

 ; docControlFSLevel = n
 ;  0 = File Open dialog cannot change folders (only DOCUMENT)
 ;  1 = File Open dialog cannot change drive
 ;  2 = Full access to entire file system
 ;    Empfehlung: docControlFSLevel = 2

 ; launchModel = n
 ;  0 = "activating..." message box when starting, cannot exit
 ;      apps (!?)
 ;  1 = jede Anwendung kann nur 1 x gestartet werden (default)
 ;  2 = eine Anwendung kann mehrfach gestartet werden; eine Frage
 ;      erscheint. (Empfehlenswert)
 ;  3 = wie in Geos 1.x

 ; docControlOptions = n
 ;    64 = No Option to open document read-only (GB 8/93)
 ;   128 = No "Notes" listed in the open dialog box (GB 8/93)
 ;   256 = No "Open Default Document" from the main dialog box
 ;         (GB 8/93)
 ;   512 = No "File -> Other" submenu. All items are in the
 ;         File menu
 ;  1024 = Disable overlapping and full-sized window options
 ;         (GB 8/93)
 ;  2048 = Allow navigation above the document directory in the file
 ;         selector dialogbox. Default is SET (GB 8/93)
 ;  4096 = Only "Advanced" file selection dialog. "Simple" mode is no
 ;         Path, no GoTo Document, no Drive selection.
 ;         recomnvend it be SET!
 ;  8192 = Adds "Open" to the File menu
 ; 16384 = Single-Doc-at-a-time mode: New/Open now "Switch Document"
 ;         and once it's open, you cannot close it! No Close or Open
 ;         options in File menu, not Discard Changes, not Set
 ;         Doc Type!
 ;         not recommended!
 ; 32768 = Apps open with empty document (which has setable contents)
 ;  rest = don't know
 ;
 ;       Empfehlung: docControlOptions = 47104 oder 39478.
 ;       Default: 6144.
 ;
 ; expressOptions = n
 ;     0 = no express menu
 ;     1 = turn express menu ON in the normal position (upper left)
 ;     2 = Enable the Express menu, but position it just off the
 ;         screen at the lower left. If you choose this, you'll only
 ;         be able to aktivatet the Express menu with the key press
 ;         CTRL+ESC. (GB 8/93)
 ;     8 = exit to DOS
 ;    16 = screen saver
 ;    32 = TaskMAX active Tasks
 ;    64 = printer spooler
 ;   128 = apps in WORLD's Sub-Dirctories
 ;   256 = apps in WORLD
 ;   512 = tools (Hilfsprogramme)
 ;  1024 = running programs
 ;  2048 = to GeoManager as a seperate menu item

 ;       Empfehlung: expressOptions = 4089

 ; windowOptions = n
 ;    257 = Allow menus to pop out into floating menu bars. In Motif,
 ;          there's no way to restore these if you close them, exept
 ;          to close and reopen the application. (GB 8/93)
 ;    512 = Remove all shortcut keys from the menus. Yields smaller
 ;          menus.
 ;   1024 = Stecknadelsymbol in den Menüs entfällt
 ;          (WINDOWS ähnliche Bedienung)
 ;   2048 = Change button in upper left corner to "close only" arrow.
 ;   4096 = Removes the maximise/minimise buttons from the title bar.
 ;   8224 = When a window is maximized, the menus will replace the
 ;          title bar, giving you more screen space for your
 ;          documents. (GB 8/93)
 ;  16448 = Applications come up full screen when launched. (GB 8/93)

 ;        Empfehlung: windowOptions = 2305
 ;        (The default value appears to be 0)

 ; HelpOptions = n
 ;  0 = normale Hilfe
 ;  1 = kein Hilfesymbol
 ;  höhere Zahlen brachten keine Veränderung

 ;defaultLauncher = GeoManager
 ; Hier wird lestgelegt, welche Applikation bei einem Neustart des
 ; Systems (d.h. wenn bei der vorigen Sitzung alle Apps geschlossen
 ; wurden oder das System nach einem Absturz zurückgesetzt wird) als
 ; erste gestartet wird. Sinnvoll könnte es z.B. sein, "GeoPlanner"
 ; einzutragen, so daß man morgens immer gleich einen Überblick über
 ; die anstehenden Termine des Tages hat. Fehlt diese Anweisung
 ; jedoch ganz, wird die Arbeitssitzung automatisch nach dem Start
 ; sofort wieder beendet, da GEOS mindestens eine offene Applikation
 ; braucht um zu laufen. (H. Laux)

 ; launchLevel = 0
 ;  noch unbekannt
 ; backupDir = <dirspec>
 ; The directory for Backup in the applications' File menu
: (the default is DOCUMENT\BACKUP) (GB 8/93)

[configure]

 ; worksheets = true/false
 ;  Interessante Funktionen im Rechner; aber nur auf Englisch,
 ;  sollen nicht alle richtig funktionieren, und können Abstürze
 ;  verursachen!
 ;    Empfehlung: worksheets = false
 ; noThesaurus = true/false
 ;   true = Ein Lexicon (thesaurus) wird nicht benutzt (z.B. in
 ;          GeoWrite)
 ;  false = Ein Lexicon ist vorhanden.
 ;  The German version oft the 2.0 Update does not include a
 ;  thesaurus, whereby the English version of the Update does. If
 ;  you have an English version, setting this to "true" will cause
 ;  GeoWrite to NOT offer you the thesaurus option!

[paths]

 ; sharedTokenDatabase = c:\geos20\backup
 ;  Specify the path to a second token database which apparently is
 ;  opened read-only. Using this setting, you can keep a backup of
 ;  the orginal token database (with all the DOS room icons) and
 ;  from time to time delete only the token database in PRIVDATA to
 ;  purge unused new icons.

 ; <name> = <pfad>
 ;  "Logische" Pfad-Zuweisungen
 ; Beispiele:
 ;  You could, for example rename the orginale GEOS.INI to
 ;  GEOSORG.INI and put just one line in GEOS.INI
 ;   ini = geosorg.ini
 ;  Then you can edit GEOS.INI as you wish, you allways have the
 ;  original copy at hand, and you don't have all items in your
 ;  GEOS.INI. GEOS first searches GEOS.INI for some entry, and then
 ;  it searches (in our example) GEOSORG.INI. If GEOS writes
 ;  something to GEOS.INI, it allways write to GEOS.INI, never to
 ;  GEOSORG.INI. (so if an entry is in both, GEOS.INI and
 ;  GEOSORG.INI, only the entry in GEOS.INI is used!) You can also
 ;  join directorys under GEOS 2.0. Just put a statement like
 ;  "document = e:\junk" and everything you have in the directory
 ;  "e:\junk" appers also in "document". All files not physically in
 ;  the "document" directory are underlined in GeoManager.

 ; userdatafont = d:\geos1\font
 ;  werden alle Fonts im "d:\geos1\font" auch im Write, Draw, usw.
 ;  benutzt! Im GeoManager, ist man im Verzeichnis "userdata\font\"
 ;  werden alle Dateien im "d:\geos1\font" auch (unterstrichen)
 ;  angezeig!

 ; top = c:\
 ;  The keyword "top" does the same for the GEOS20 "root" directory.

 ;  weitere Möglichkeiten:
 ; * ini, document, top, world, system, privdata, state
 ; * userdatafont, privdataspool, systemsysappl, userdata
 ; * systemmouse, systemprinter, systemfs, systemvideo
 ; * systemswap, systemkbd, systemfont, systemimpex, systemtask
 ; * userdatahelp, userdatatemplate, systempower, dosroom
 ; * systemhwr, privdatawaste, privdatabackup, systempager

[Input]

 ; noKeyBoard = true/false
 ;  Eine "freie" (floating) Tastatur, mit viele interessante
 ;  Möglichkeiten erscheint überall. Die "echte" Tastatur kann
 ;  weiterhin benutzt werden. Willst Du dies nicht in einer
 ;  Applikation haben, soll der Eintrag "floatingKeybord = false"
 ;  in der entsprechenden Gruppe dies verhindern (bei mir aber
 ;  funktioniert dies nicht).
 ; rebootOnReset = true/false
 ; false = "warm reboot" (Alt + Strg + Entf) fährt nur GeoWorks
           runter (default)
 ; true  = "warm reboot" (Alt + Strg + Entf) ist ein echtes
           Computer reboot

 ; quickShutDownonReset = true/false
 ;  Wenn diese Einstellung auf "true" gesetzt wird, versucht das
 ;  System offenbar nicht, bei einem Reset (Ctrl - Alt - Del),
 ;  seine Statusdateien zu sichern. Dadurch wird es viel schneller
 ;  heruntergefahren. Da man den Reset ohne hin nur bei Problemen
 ;  durchführen wird, kann dieses Directive ruhig eingetragen
 ;  werden. (H. Laux)
 ;
 ; clictoType = true/false
 ;  Für False ist es dann nicht mehr möglich z.B. in GeoCalc die
 ;  Edit-Leiste anzuklicken um sie zu schreiben.
 ;
 ;selectdisplayMenu
 ; noch unbekannt (PEER CUNRADY)
 ;clickgoesthrough
 ; noch unbekannt (PEER CUNRADY)
 ;

[expressMenuControl]

 ; runningAppSubMenu = true/false
 ;  "true" puts running GeoApps into a special submenu instead of
 ; listing them in the express menu directly.

 ; otherAppSubMenu = true/false
 ;  "true" createt a "nameless" submenu listing all subdirectories
 ;  in the world directory instead of listing them directly with
 ;  the other world apps.

 ; runSubMenu = true/false
 ;  True places the top level applications in the WORLD directory and
 ;  the top level subdirextoryies in WORLD directory in a submenu.
 ;  False places them directly in Express Menu. The default is
 ;  true. (GB 8/93)

 ; floatingKeyboard = true
 ;  creates "Floating keyboard..." entry in express menubeeps only
 ;  unless the entry under '[input] / noKeyboard' is set to "true".

[motifOptions]

 ; gadetRepeatDelay = n (n = 1/60 Sekunde)
 ;  Rollgeschwindigkeit in Auswahlboxen; default = 16
 ;    Empfehlung: gadgetRepeatDelay = 6

 ; scrollArowSize = n (n = 0 .. 15)
 ;  Größe der Balken rechts und unten, sowie alle 'Pfeile'

 ; darkColor  = n
 ; lightColor = n
 ; activeTitleBarColor = n (n = 0 .. 15)
 ;  ändert die Fenster-Farben:
 ;   0 = schwarz   1 = blau   2 = grün   3 = cyan   4 = rot
 ;   5 = purpur    6 = gelb   7 = grau   8 = dunkelgrau
 ;   9 = hellblau   10 = hellgrün   11 = hellcyan  12 = hellrot
 ;  13 = hellpurpur 14 = hellgelb   15 = weiß

 ; Default values: dark = 8, light = 7, active = 8

 ; lrResizeBorderThickness = (1 ..10?)
 ; tbResizeBorderThickness = (1 ..10?)
 ;  Damit kann man die Dicke der Fensterumrahmung (in Pixel)
 ;  einstellen. 'lr' ist für vertikal (links & rechts); 'tb' ist
 ;  für horizontal (top & bottom) Spart Platz!
 ;  Defaults sind ca. 4.

 ; xFieldSize
 ; yFieldSize
 ;  noch unbekannt

[fileManager]

 ; filenameTokens = {
 ;   COMMAND.COM = "DR60",5
 ;   *.COM = "gCOM",255
 ;   *.BAT = "gBAT",255
 ;   *.PCX = "gPCX",255
 ;   *.TIF = "gTIF",255
 ;         etc ......
 ;   }
 ;  Here you can give each DOS file, or group of files, it's/their
 ;  own icon. In the example above, COMMAND.COM would have a
 ;  different icon than the rest of the ".COM" files because it's
 ;  association was done first. If the order of the 2 statements
 ;  were changed, COMMAND.COM would have the same icon as the rest
 ;  of the ".COM" files. General rule: Be specific at the beginning
 ;  of this group becoming more and more general towards the end.

 ; dosAssociations = {
 ;   *.ARJ = C:\ARJ\ARJ.EXE
 ;   *.ZIP = D:\PACK\PKZIP\PKUNZIP.EXE
 ;         etc ......
 ;   }
 ;  Via "DOS Associations" you can tell GEOS which programm it
 ;  should start when a file of the given type is opened. In the
 ;  example, the program ARJ.EXE will be started when a file with
 ;  the extension ".ARJ" is opened (e.g. via double click)

 ; dosParemeters = {
 ;   ARJ.EXE = e
 ;   FORMAT.COM = ?
 ;         etc ......
 ;   }
 ;  "DOS Parameters" passes one or more parameters to the given
 ;  program each time it is started from Geos as though you had
 ;  entered them from the keyboard.

 ; Unter [Lights out] kann wohl noch ein Schlüsselwort usenet
 ; benutzt werden, eventuell um das Netzwerk-Passwort zu nutzen.
 ; (PEER CUNRADY)
 ;

PS: These are not MY tricks, I have just compiled them from a number of various sources ...

 

Greg Hilker

 

 

 




Dieser Artikel ist Bestandteil von:

Ausgabe 13

Treffen | Zum Jahresanfang | NOVELL DOS 7.0 | Das grosse Buch zu GeoWorks | Schriften verändern mit GeoDraw, Maus, Grafiken bearbeiten, Verzeichnis ICON ändern | Weihnachtsgeschenk mit Knacknuss | FAXen aus GeoWorks | GeoFile | Serienbrief 1 | TIPS und TRICKS zu GEOWORKS 2.0 | Ein paar Tips zum neuen Speicherverwalter Qemm 7.02 unter DOS und Geoworks ! | Danke Schööön !!! | News von OS/2: | GW Escape


Kurzlink hierhin: http://geos-printarchiv.de/654


Letzte Änderung am 01.11.2019