home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Information / WebSites / Amiga / 3.5 / support-faq2.shtml < prev    next >
Text File  |  2000-09-06  |  29KB  |  693 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3.  
  4. <HEAD>
  5.     <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
  6.     <META NAME="Author" Content="www.haage-partner.com">
  7.     <TITLE>AmigaOS 3.5 Common Support Questions, Part 2</TITLE>
  8. </HEAD>
  9.  
  10. <!-- amiga.com designed by Ted Wallingford twallingford@indexc.com -->
  11.  
  12. <HTML>
  13. <HEAD>
  14. <TITLE>Amiga - So the World May Know</TITLE>
  15. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  16. <META KEYWORDS="Amiga, embedded, realtime, console, Jay Miner, alternative,
  17. Microsoft not spoken here, web, video, pc, virtual reality, internet">
  18. </HEAD>
  19.  
  20. <!-- Look Ma, No Word -->
  21.  
  22. <SCRIPT language="javascript">
  23.  
  24. <!-- Preload the active menu graphics //-->
  25. <!--
  26. browserName = navigator.appName;
  27. browserVer = parseInt(navigator.appVersion);
  28.  
  29.     if (browserName == "Netscape" && browserVer < 3) version = "rollno";
  30.     else if (browserName == "Microsoft Internet Explorer" && browserVer < 3.01) version= "rollno";
  31.     else version = "rollyes";
  32.     
  33.     if (version == "rollyes") {
  34.     menu0on = new Image();
  35.     menu0on.src = "/grafx/n-news-on.gif";
  36.     menu1on = new Image();
  37.     menu1on.src = "/grafx/n-exec-on.gif";
  38.         menu2on = new Image();
  39.     menu2on.src = "/grafx/n-pr-on.gif";
  40.     menu3on = new Image();
  41.     menu3on.src = "/grafx/n-aw-on.gif";
  42.     menu4on = new Image();
  43.     menu4on.src = "/grafx/n-events-on.gif";
  44.     menu5on = new Image();
  45.     menu5on.src = "/grafx/n-products-on.gif";
  46.     menu6on = new Image();
  47.     menu6on.src = "/grafx/n-dealers-on.gif";
  48.     menu7on = new Image();
  49.     menu7on.src = "/grafx/n-corporate-on.gif";
  50.     menu8on = new Image();
  51.     menu8on.src = "/grafx/n-investors-on.gif";
  52.         menu9on = new Image();
  53.     menu9on.src = "/grafx/n-jobs-on.gif";
  54.     menu10on = new Image();
  55.     menu10on.src = "/grafx/n-support-on.gif";
  56.     menu11on = new Image();
  57.     menu11on.src = "/grafx/n-usergroups-on.gif";
  58.     menu12on = new Image();
  59.     menu12on.src = "/grafx/n-developers-on.gif";
  60.     menu13on = new Image();
  61.     menu13on.src = "/grafx/n-search-on.gif";
  62.     
  63.     
  64.  
  65.     
  66.     header0on = new Image();
  67.     header0on.src = "/grafx/h-news.gif";
  68.     header1on = new Image();
  69.     header1on.src = "/grafx/h-products.gif";
  70.     header2on = new Image();
  71.     header2on.src = "/grafx/h-support.gif";
  72.     header3on = new Image();
  73.     header3on.src = "/grafx/h-search.gif";
  74.     header4on = new Image();
  75.     header4on.src = "/grafx/h-corporate.gif";
  76.  
  77.     menu0off = new Image();
  78.     menu0off.src = "/grafx/n-news-off.gif";
  79.     menu1off = new Image();
  80.     menu1off.src = "/grafx/n-exec-off.gif";
  81.         menu2off = new Image();
  82.     menu2off.src = "/grafx/n-pr-off.gif";
  83.     menu3off = new Image();
  84.     menu3off.src = "/grafx/n-aw-off.gif";
  85.     menu4off = new Image();
  86.     menu4off.src = "/grafx/n-events-off.gif";
  87.     menu5off = new Image();
  88.     menu5off.src = "/grafx/n-products-off.gif";
  89.     menu6off = new Image();
  90.     menu6off.src = "/grafx/n-dealers-off.gif";
  91.     menu7off = new Image();
  92.     menu7off.src = "/grafx/n-corporate-off.gif";
  93.     menu8off = new Image();
  94.     menu8off.src = "/grafx/n-investors-off.gif";
  95.         menu9off = new Image();
  96.     menu9off.src = "/grafx/n-jobs-off.gif";
  97.     menu10off = new Image();
  98.     menu10off.src = "/grafx/n-support-off.gif";
  99.     menu11off = new Image();
  100.     menu11off.src = "/grafx/n-usergroups-off.gif";
  101.     menu12off = new Image();
  102.     menu12off.src = "/grafx/n-developers-off.gif";
  103.     menu13off = new Image();
  104.     menu13off.src = "/grafx/n-search-off.gif";
  105.  
  106.     
  107.     header0off = new Image();
  108.     header0off.src = "/grafx/header_amiga_inc.gif";
  109.     }
  110. //-->
  111. <!-- End of active menu pre-load //-->
  112.  
  113. <!-- This little script will tell the buttons what to do... //-->
  114. <!--
  115. function img_act(imgName,headName) {
  116.     if (version == "rollyes") {
  117.     imgOn = eval(imgName + "on.src");
  118.     headOn = eval(headName + "on.src");
  119.     document.images [imgName].src = imgOn;
  120.     document.images ['header0'].src = headOn;
  121.     }
  122. }
  123.  
  124. function img_inact(imgName) {
  125.     if (version =="rollyes") {
  126.     imgOff = eval(imgName + "off.src");
  127.     headOff = header0off.src
  128.     document.images [imgName].src = imgOff;
  129.     document.images ['header0'].src = headOff;
  130.     }
  131. }
  132. //-->
  133. <!-- This is the end of the 'what to do' script //-->
  134.  
  135. </SCRIPT>
  136.  
  137. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#660000"
  138. ALINK="#FF3333" TOPMARGIN=0 LEFTMARGIN=0>
  139.     <BASE HREF="file://localhost/AACD13:AACD/Information/WebSites/Amiga/">
  140.   <TABLE BORDER="0" WIDTH="580" CELLSPACING="0" CELLPADDING="0">
  141.     <TR ALIGN="LEFT" VALIGN="TOP"> 
  142.       <TD WIDTH="93"><IMG LOWSRC="grafx/boing_static.gif" SRC="grafx/boing.gif" WIDTH="93" HEIGHT="81"></TD>
  143.       <TD COLSPAN="5" WIDTH="487"><IMG SRC="grafx/amiga_logo_top.gif" WIDTH="487" HEIGHT="81"></TD>
  144.     </TR>
  145.     <TR VALIGN="TOP" ALIGN="LEFT"> 
  146.       <TD WIDTH="93"><A HREF=""><IMG SRC="grafx/us_flag.gif" WIDTH="93" HEIGHT="50" BORDER="0"></A></TD>
  147.       <TD WIDTH="97" VALIGN="top"><A HREF="press/current"
  148.         onMouseOver = "img_act ('menu0','header0')"
  149.         onMouseOut = "img_inact ('menu0')"><IMG SRC="grafx/n-news-off.gif" NAME="menu0" ALT="News" WIDTH="97" HEIGHT="50" BORDER="0"></A></TD>
  150.       <TD WIDTH="82"><IMG SRC="grafx/header_left_side.gif" WIDTH="82" HEIGHT="28"><BR>
  151.         <IMG SRC="grafx/small_corner_curve.gif" WIDTH="14" HEIGHT="22" BORDER="0"></TD>
  152.       <TD WIDTH="241"><IMG NAME="header0" SRC="grafx/header_amiga_inc.gif"
  153. WIDTH="241" HEIGHT="28"></TD>
  154.       <TD WIDTH="21"><IMG SRC="grafx/header_right_side.gif" WIDTH="21" HEIGHT="28"></TD>
  155.       <TD WIDTH="46"><IMG SRC="grafx/spacer.gif" WIDTH="46" HEIGHT="1"></TD>
  156.     </TR>
  157.     <TR HEIGHT="45">
  158.       <TD
  159. VALIGN="top" WIDTH="93" BACKGROUND="grafx/left_side_stretch.gif"><A
  160. HREF="de/"><IMG ALT="in
  161. Deutsche" SRC="grafx/de_flag.gif" WIDTH="93" HEIGHT="39" BORDER="0"></A><P><CENTER>
  162. <A HREF="products/damiga.shtml"><IMG SRC="grafx/dtile.gif" HEIGHT=77
  163. WIDTH=78 BORDER=0></A><P>
  164. <A 
  165. HREF="products/SDK.shtml"><IMG 
  166. SRC="pics/products/sdk.gif" WIDTH=78 
  167. HEIGHT=78 ALT="SDK" BORDER=0></A><P><A HREF="games/"><IMG
  168. SRC="grafx/atbutton.gif" HEIGHT=78 WIDTH=78
  169.  border=0 alt="Games"></A><P>
  170. <A HREF="http://www.devicetop.com/dt/main"><IMG
  171. SRC="grafx/devicetop.gif" HEIGHT=78 WIDTH=78
  172. ALT="Devicetop.com" BORDER=0></A><P>
  173. <A HREF="3.5"><IMG
  174. SRC="pics/products/os35-redbg.gif" WIDTH=78 HEIGHT=77
  175. BORDER=0></A></CENTER></TD>
  176.       <TD WIDTH="97" VALIGN="top"><A HREF="corporate/exec_update.shtml"
  177.         onMouseOver = "img_act ('menu1','header0')" 
  178.         onMouseOut = "img_inact ('menu1')"><IMG SRC="grafx/n-exec-off.gif" NAME="menu1" ALT="Executive" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  179.         <A HREF="press/current/"
  180.         onMouseOver = "img_act ('menu2','header0')" 
  181.         onMouseOut = "img_inact ('menu2')"><IMG SRC="grafx/n-pr-off.gif" NAME="menu2" ALT="Press" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  182.          <A HREF="press/zine/"
  183.         onMouseOver = "img_act ('menu3','header0')" 
  184.         onMouseOut = "img_inact ('menu3')"><IMG SRC="grafx/n-aw-off.gif" NAME="menu3" ALT="AW" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  185.         <A HREF="events/"
  186.         onMouseOver = "img_act ('menu4','header0')" 
  187.         onMouseOut = "img_inact ('menu4')"><IMG SRC="grafx/n-events-off.gif" NAME="menu4" ALT="Events" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  188.         <A HREF="products/"
  189.         onMouseOver = "img_act ('menu5','header1')" 
  190.         onMouseOut = "img_inact ('menu5')"><IMG SRC="grafx/n-products-off.gif" NAME="menu5" ALT="Products" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  191.         <A HREF="products/dealers.shtml"
  192.         onMouseOver = "img_act ('menu6','header1')" 
  193.         onMouseOut = "img_inact ('menu6')"><IMG SRC="grafx/n-dealers-off.gif" NAME="menu6" ALT="Dealers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  194.         <A HREF="corporate/"
  195.         onMouseOver = "img_act ('menu7','header4')" 
  196.         onMouseOut = "img_inact ('menu7')"><IMG SRC="grafx/n-corporate-off.gif" NAME="menu7" ALT="Corporate" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  197.         <A HREF="corporate/investors.shtml"
  198.         onMouseOver = "img_act ('menu8','header4')" 
  199.         onMouseOut = "img_inact ('menu8')"><IMG SRC="grafx/n-investors-off.gif" NAME="menu8" ALT="Investors" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  200.         <A HREF="corporate/jobs"
  201.         onMouseOver = "img_act ('menu9','header4')" 
  202.         onMouseOut = "img_inact ('menu9')"><IMG SRC="grafx/n-jobs-off.gif" NAME="menu9" ALT="Jobs" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  203.         <A HREF="support"
  204.         onMouseOver = "img_act ('menu10','header2')" 
  205.         onMouseOut = "img_inact ('menu10')"><IMG SRC="grafx/n-support-off.gif" NAME="menu10" ALT="Support" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  206.         <A HREF="user_groups"
  207.         onMouseOver = "img_act ('menu11','header2')" 
  208.         onMouseOut = "img_inact ('menu11')"><IMG SRC="grafx/n-usergroups-off.gif" NAME="menu11" ALT="User Groups" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  209.         <A HREF="developers"
  210.         onMouseOver = "img_act ('menu12','header2')" 
  211.         onMouseOut = "img_inact ('menu12')"><IMG SRC="grafx/n-developers-off.gif" NAME="menu12" ALT="Developers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  212.         <A HREF="tools/search.shtml"
  213.         onMouseOver = "img_act ('menu13','header3')" 
  214.         onMouseOut = "img_inact ('menu13')"><IMG SRC="grafx/n-search-off.gif" NAME="menu13" ALT="Search" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  215.         <IMG SRC="grafx/menu_bottom.gif" WIDTH="97" HEIGHT="70" BORDER="0">
  216. </TD>
  217. <TD COLSPAN="4" ROWSPAN="8" VALIGN="TOP" ALIGN="LEFT">
  218.  
  219. <!-- CONTENT BEGIN //-->
  220. <FONT FACE="Tahoma, Arial, Helvetica" SIZE=2>
  221.  
  222.  
  223. <P><B><FONT SIZE="5" COLOR="#EE0000" FACE="Arial, Helvetica">· · </FONT><I><FONT SIZE="5" COLOR="#EE0000"
  224. FACE="Arial, Helvetica">OS 3.5 SUPPORT FAQ</FONT></I></B><FONT FACE="Arial, Helvetica"><BR>
  225.  
  226. <HR ALIGN="CENTER" SIZE="1">
  227. <BR>
  228. <BR>
  229. </FONT><B><FONT FACE="Arial, Helvetica">Amiga OS 3.5 - Frequently asked questions</FONT></B></P>
  230.  
  231. <P><FONT FACE="Arial, Helvetica">This information was compiled by Alex and it is based on hints, tips and discussions
  232. on the mailinglist at Onelist amigaOS3_5@onelist.com (subscribe via amigaOS3_5-subscribe@onelist.com). Many thanks
  233. to Alex.<BR>
  234. </FONT></P>
  235.  
  236. <P>
  237. <TABLE BORDER="1" CELLPADDING="5" CELLSPACING="0" WIDTH="100%">
  238.     <TR>
  239.         <TD VALIGN="TOP">
  240.             <PRE><FONT FACE="Courier New, Courier">
  241.  
  242.                        ****  **   ** **  ****   ****
  243.                       **  ** *** ***    **     **  **
  244.                       ****** ******* ** ** *** ******
  245.                       **  ** ** * ** ** **  ** **  **
  246.                       **  ** **   ** ** **  ** **  **
  247.                   * ****  ** **   ** **  ***** **  **** *
  248.  
  249.  
  250.            ****   ****   *****    *****      ******  ****   ****
  251.           **  ** **        **     **         **     **  ** **  **
  252.           **  **  ****    ***     *****      *****  ****** **  **
  253.           **  **     **     **        **     **     **  ** **  **
  254.           **  ** **  ** **  ** ** **  **     **     **  ** ** ***
  255.            ****   ****   ****  ** *****      **     **  **  *****
  256.                                                                 **
  257.                        second edition - 11-Feb-2000
  258.  
  259. ---------------------------------------------------------------------------
  260.  
  261.     based on hints, tips and discussions on the mailinglist at Onelist
  262.   amigaOS3_5@onelist.com (subscribe via amigaOS3_5-subscribe@onelist.com)
  263.  
  264.  This FAQ is not meant to replace the "official" version at www.amiga.com,
  265.   it is an addition to provide answers to questions that appeared on the
  266.  mailinglist irritatingly often :) or are worth being mentioned in an FAQ.
  267.  
  268.      If you have additions or corrections to the FAQ, please write to
  269.                neurodancer@gmx.de (current FAQ maintainer).
  270.  
  271. ---------------------------------------------------------------------------
  272.  
  273. Abbreviations that may have been used & explanation of some terms:
  274.  
  275. S-S = Startup-Sequence. A batchfile in S: that is executed when you boot
  276.       your Amiga the normal way. You shouldn't make changes to this file
  277.       until it is really necessary. Put your own additions to...
  278.  
  279. U-S = User-Startup. Another batchfile in S: which contains additions,
  280.       either by the user or some installer script, to the S-S. If it
  281.       exists, it is automagically =) ran by S-S.
  282.  
  283. W-S = WBStartup. A drawer on SYS: where "autostart" files reside. Those
  284.       are ran when the Workbench is first loaded.
  285.  
  286. RTG = ReTargetable Graphics. Usually a software driver kit for a
  287.       graphic chipset - mostly for graphic cards, but not necessarily
  288.       (There's a CGX AGA driver set for PowerPC Amigas [thanks Tony]).
  289.  
  290. P96 = Picasso96, shareware RTG software kit
  291.  
  292. CGX = CyberGraphics, commercial (v4) RTG software kit
  293.  
  294. HDD = Hard Disk Drive (oh really =)
  295.  
  296. RDB = Rigid Disk Block. The first few blocks of a HDD which contain the
  297.       vital information for the drive, e.g. partition(s), filesystem(s).
  298.  
  299.       John Wasilewski said: "No, that's wrong. Its an acronym for 'Disks
  300.       Regularly Buggered', with the letters rearranged, so that you can't
  301.       read them. Like the disks." =)
  302.  
  303. NSD = New Style Device. See FAQ entry below for details.
  304.  
  305. FFS = Fast File System. The standard Amiga filesystem. The AmigaOS 3.5
  306.       version is v45.
  307.  
  308.       NOTE: "TD64" FFS v44 is a *patched* v40 and no official update!
  309.       [Heinz Wrobel]
  310.  
  311. PFS = Professional File System. A commercial third party filesystem,
  312.       not compatible with FFS.
  313.  
  314. SFS = Smart File System. A currently freeware third party filesystem,
  315.       not compatible with FFS either.
  316.  
  317. TLA = Three Letter Acronym :)
  318.  
  319. ---------------------------------------------------------------------------
  320.  
  321.                       The Frequently Asked Questions
  322.                 ("Q" - Questions, "A" - Answer, "N" - Note)
  323.  
  324. ---------------------------------------------------------------------------
  325.  
  326. Q: I have a GFX board and/or RTG software installed. When I open a window
  327.    with a lot of icons, a large amount of chipmem is used. Why is that,
  328.    and how can I avoid it?
  329.  
  330. A: By default (and for compatibility reasons), OS 3.5 uses chipmem for
  331.    the new icon system. It is possible to use fastmem, the option is
  332.    built into the OS - but in order to flick the switch, you need a 3rd
  333.    party tool, e.g. WBC or WBCtrl (in the "Contributions" drawer of the
  334.    CD - more recent version however on Aminet).
  335.  
  336.    The most common tool is WBCtrl by Stephan Rupprecht, GFX board owners
  337.    just have to add "WBCtrl IMT=FAST" somewhere in their U-S, et voila.
  338.  
  339.    [these two tools are NOT HACKS, no patching is done. "WB2Fast" however
  340.    is the one program that hacks into the OS instead of using the legal
  341.    built-in methods]
  342.  
  343. N: WB will *still* use a small portion of chipmem whenever you open a
  344.    window, copy files etc. etc. - why? We don't know either. This can
  345.    only be avoided by using WB2Fast.
  346.  
  347. ---------------------------------------------------------------------------
  348.  
  349. Q: I don't have a GFX board - can I render the icons in fastram anyway?
  350.  
  351. A: Yes, if you have an AGA Amiga, install "FBlit" and you can use
  352.    WBCtrl, it is aware of the FBlit patch as of v1.3 (from Aminet, not
  353.    from the CD!), and your icons will use fastram then. John Wasilewski
  354.    originally compiled a summary of what to do and where for the list,
  355.    please credit him. Here's the "how to" in short:
  356.  
  357.    Add to your S-S after the "copy ENVARC: etc." line:
  358.  
  359.       FBlit
  360.       WBCtrl IMT=ICONFAST
  361.  
  362.    And then add "SIMPLEGELS" to the LoadWB command, so that the last two
  363.    lines look like this:
  364.  
  365.       LoadWB SIMPLEGELS
  366.       EndCLI
  367.  
  368. ---------------------------------------------------------------------------
  369.  
  370. Q: What does "LoadWB SIMPLEGELS" do?
  371.  
  372. A: It reverts the system to the old OS 3.1 style of selecting and
  373.    dragging icons, solid and positioning one at a time. The new OS 3.5
  374.    way is greyed or dotty icons and positioning all at once. On my
  375.    A1200T, SIMPLEGELS prevents the 300K Chip RAM loss when using FBlit
  376.    and WBCtrl on AGA. [Michael Rye]
  377.  
  378. Robin Hueskes reported his system (using a BVisionPPC with CGX4) was very
  379. unstable until he used the "SIMPLEGELS" option, if you are experiencing
  380. problems you might give it a try, even if you're using a GFX board.
  381.  
  382. ---------------------------------------------------------------------------
  383.  
  384. Q: DOpus5 does not display the new 3.5 icons, why?
  385.  
  386. A: The icon format of WB 3.5 is different to previous icon formats, it is
  387.    not the NewIcons format either. You need to download the update patch
  388.    for DOpus from the website of GP Software.
  389.  
  390. ---------------------------------------------------------------------------
  391.  
  392. Q: What are the programs in the "Converter-Scripts" directory for?
  393.  
  394. A: These tools were not intended to be on the CD; Olaf Barthel
  395.    provided the mailinglist with the following answer:
  396.  
  397.    ClockIcon: Tests a new AppIcon feature: in V44 workbench.library
  398.    allows the owner of an AppIcon to render the icon image itself. This
  399.    allows for a clock display to be updated in an AppIcon image (NB:
  400.    check out the new tool "AnimatedIcon" from BoingBag1)
  401.  
  402.    CondenseIcons: This reads an icon, drops the planar icon image and any
  403.    associated NewIcons tool types and writes the icon back to disk. This
  404.    will result in space savings.
  405.  
  406.    Convert8ColorIcons: This reads an 8 colour image, attaches a default
  407.    8 colour palette to it and writes it back to disk.
  408.  
  409.    ConvertMagicWBIcons: This reads a MagicWB icon and writes it back to
  410.    disk in the new V44 icon.library format (including the matching
  411.    palette).
  412.  
  413.    ConvertNewIcons: This reads a NewIcons format icon and writes it back
  414.    to disk in the new V44 icon.library format.
  415.  
  416.    GlowIconImage: This reads image files, applies the glow effect and
  417.    writes the result to disk as a V44 format icon.
  418.  
  419.    ImageToIcon: This reads an image file and writes it to disk as a V44
  420.    format icon.
  421.  
  422.    LayoutIcon: This tests the new V44 icon.library LayoutIconA() code.
  423.  
  424.    StripIcons: This reads an icon, removes the NewIcons tool types or the
  425.    V44 palette information and writes it back to disk.
  426.  
  427. ---------------------------------------------------------------------------
  428.  
  429. Q: Is there a way to make "DefIcons" work with OS 3.5?
  430.  
  431. A: You can use "DefIcons44" (from Aminet), its the replacement for OS
  432.    3.5, even comes with a prefs editor, and is yet another useful tool by
  433.    Stephan Rupprecht - Stephan, we all really owe you a big one. =)
  434.  
  435. ---------------------------------------------------------------------------
  436.  
  437. Q: My AWeb toolbar buttons are wrecked, can I fix them?
  438.  
  439. A1:This is mentioned in the original FAQ as well - with the note "there's
  440.    no way around it", but you can fix this very easily, and we on the
  441.    mailinglist were the first to discover it: load the toolbar image into
  442.    a GFX converter and save it as GIF.
  443.  
  444. A2:Remove the "transparent" tooltype from the .info file, a user reported
  445.    this helps as well.
  446.  
  447. ---------------------------------------------------------------------------
  448.  
  449. Q: What do the (new) C: commands "CAPrefs", "Group" and "Owner" do?
  450.    They aren't covered in the manual.
  451.  
  452. A1:CAPrefs is replaced by a dummy file, see next FAQ entry.
  453.  
  454. A2:Group and Owner let you alter the owner/group flags in filesystems
  455.    that support this. They used to be part of AS225 and Envoy. Note
  456.    that the OS3.5 "List" command now also supports users/groups options.
  457.    [Kolbjørn Barmen]
  458.  
  459. N: There are more new features in other shell commands: List now has
  460.    a sort option: List sort N = sort name
  461.                   List sort S = sort size
  462.                   List sort D = sort date
  463.    [Martin Steigerwald]
  464.  
  465. ---------------------------------------------------------------------------
  466.  
  467. Q: What happened to "CAPrefs" and the "ClassAct" prefs editor?
  468.  
  469. A: They are replaced with dummy files by the 3.5 installer and are
  470.    needed no longer. OS 3.5's "ReAction" is the successor of ClassAct,
  471.    and the prefs are initialized via the normal "IPrefs" command that is
  472.    in your S-S anyway. You can safely remove the "CAPrefs" command from
  473.    your S-S or U-S and dump the "ClassAct" prefs editor.
  474.  
  475. ---------------------------------------------------------------------------
  476.  
  477. Q: Ever since I'm using DefIcons44/TweakWB, my ENV: has grown really
  478.    big due to the lot of def_xxx.info files - can't I reduce the memory
  479.    usage somehow?
  480.  
  481. A1:Optimize the icons using Stephan Rupprechts "CondenseIcons" (from
  482.    Aminet), it can remove the old planar image from the icon, convert
  483.    any NewIcons "tooltype image" :) into an OS 3.5 image, and save an
  484.    optimized result. That can reduce the size of icons upto 50%.
  485.    CondenseIcons can enter directories recursive, so you can convert
  486.    A LOT of icons in one go (highly recommended for your HDD's as well,
  487.    unless you intend to switch back to OS3.1 =)
  488.  
  489. A2:Install HappyENV (Aminet), it copies files from ENVARC: to ENV:
  490.    only when they are actually requested by an application, speeding up
  491.    booting, and saving some RAM as well, as it is optimized for very
  492.    small files.
  493.  
  494. A3:Remove default icons you really don't need ("def_tar" etc. might
  495.    be a good candidate)
  496.  
  497. A4:Occasionally browse through ENVARC: - often there's a lot of old
  498.    config files and crap still rotting there, from programs you've
  499.    deleted almost ages ago. :)
  500.  
  501. ---------------------------------------------------------------------------
  502.  
  503. Q: Why do other FAQ's still mention that RAWBInfo doesn't work with
  504.    3.5 correctly?
  505.  
  506. A: Because they're poorly maintained =) - the latest RAWBInfo does indeed
  507.    work GREAT with OS 3.5 and supports *all* of its features, plus a lot
  508.    more that you may know from old "SwazInfo". Just install it, its ok!
  509.  
  510. ---------------------------------------------------------------------------
  511.  
  512. Q: How do I put the new FFS into my HDD's RDB?
  513.  
  514. A: * Start HDToolbox & select the device that controls your HDD,
  515.      then the drive in question.
  516.  
  517.    * Click the "Partition drive" gadget. In the lower right corner is
  518.      a section labeled "File System", below it a line that shows the
  519.      filesystem in use on the selected partition.
  520.  
  521.    * Click the "Add/Update" gadget. From the listview that is now shown,
  522.      select the filesystem you want to update (it should *really* read
  523.      "FastFileSystem")
  524.  
  525.    * Click the "Update File System..." gadget. From the filerequester,
  526.      select the new FFS (L:FastFileSystem).
  527.  
  528.    * Click the "OK" gadget, and you'll be returned to the partition
  529.      drive window.
  530.  
  531.    * Click on the "Save" button, then Exit HDToolBox.
  532.  
  533.    Done. To make the change actually happen, reboot your Amiga.
  534.  
  535.    With these steps you *copy* the filesystem *into* the RDB, it is not
  536.    just a link or pointer to the filesystem that was installed with the
  537.    OS 3.5 installer.
  538.  
  539. ---------------------------------------------------------------------------
  540.  
  541. Q: I have a HDD that was prepared with SCSIConfig from phase5. When I try
  542.    to access it via HDToolBox, something seems to be wrong, ie. HDTB tells
  543.    me there have been changes to the drive which need to be saved.
  544.  
  545. A: You should *never* mix SCSIConfig and HDToolBox when it comes to
  546.    editing/preparing one and the same harddisk. Never, never, never.
  547.    Stick with the program you initally used to prepare your HDD.
  548.  
  549.    SCSIConfig has a different opinion about how to calculate geometry than
  550.    HDToolbox; even if you only enable the "synchron" flag in SCSIConfig,
  551.    it actually does write its own new geometry calculations to the RDB,
  552.    causing a *big* MESSUP when you add new partitions to the drive; you
  553.    may get overlapping partitions!
  554.  
  555.    Never ever combine the usage of these two programs for the same drive.
  556.    AFAIK this is valid for all versions of SCSIconfig as of 4-Feb-2000.
  557.    [Martin Steigerwald]
  558.  
  559. ---------------------------------------------------------------------------
  560.  
  561. Q: What is this NSD, NSDPatch and the NSDPatch.cfg stuff?
  562.  
  563. A: "NSD" itself is a guideline on how an exec device driver should be
  564.    designed, so that its capabilities can be identified. "NSD" is a
  565.    textfile with instructions for developpers - not a program. The idea
  566.    is a unified exec device system (exec device means eg. "serial.device"
  567.    as opposed to "SER:", which is a DOS device).
  568.  
  569.    "NSDPatch" however is a program that can make old devices (that were
  570.    created before the definition of NSD) look NSD compliant. In addition,
  571.    it fixes some bugs and broken devices. It can also add basic 64bit
  572.    functionality for trackdisk-like devices to break the 4G barrier of
  573.    old HDD device drivers.
  574.  
  575.    NSDPatch, as Heinz Wrobel put it, "emulates" NSD on old devices by
  576.    adding a header on top of them. In "NSDPatch.cfg" (which is installed
  577.    to DEVS: by the OS 3.5 installer), the definitions (that would be part
  578.    of a New Style Device anyway) are written down. Don't mess with the
  579.    configfile if you don't really know what you're doing.
  580.  
  581.    "NSDPatch" is integrated into SetPatch as of OS 3.5, you don't need to
  582.    install it additionally.
  583.  
  584.    For more information, you can download the original NSDPatch archive,
  585.    it comes with a good .guide, and the original NSD definitions from the
  586.    website of Amiga Inc.
  587.  
  588. ---------------------------------------------------------------------------
  589.  
  590. Q: Where does my boot partition have to be when I'm using a HDD which
  591.    is larger than 4G on the Amiga's internal HDD connector?
  592.  
  593. A: When you're doing a COLD boot (you switch on the machine), you have
  594.    neither the NSDPatch 64bit functionality, nor have you the "AmigaOS
  595.    ROM update" activated yet.
  596.  
  597.                     Don't get confused, COLD boot only!
  598.  
  599.    The following statement is valid for *ALL* Amiga models that have an
  600.    internal "SCSI" connector, be it a real scsi.device (A3000/T, A4000T)
  601.    or the pseudo IDE_scsi.device (A600, A1200, A4000):
  602.  
  603.    * YOUR BOOT PARTITION MUST BE IN THE LOWER 4G RANGE! Even if you have
  604.      FFS v45+ installed in the RDB of the HDD. FFS v45 alone can NOT use
  605.      its 64 bit commands on the old v40 scsi.device!
  606.  
  607.    Furthermore, the v40 IDE_scsi.device has an internal *unchangeable*
  608.    limit of 8G, which means:
  609.  
  610.    * If you're using a filesystem that has "direct scsi" or "TD64"
  611.      support (e.g. PFS, SFS) on an A600/A1200/A4000, YOUR BOOT PARTITION
  612.      MUST BE WITHIN THE LOWER 8G.
  613.  
  614.    [thanks to Colin Wenzel, who first came up with this problem,
  615.    and to Heinz Wrobel for a lot of answers]
  616.  
  617. ---------------------------------------------------------------------------
  618.  
  619. Q1:I'm having problems with the ROM updated "scsi.device" (the machine
  620.    won't boot or similar), can I skip the "ROM update" and use NSDPatch
  621.    to apply 64bit functionality to the old scsi.device (from the 3.1 ROM)
  622.    to use a >4G HDD?
  623.  
  624. Q2:Isn't the NSD patched v40 scsi.device the same as the v43 scsi.device
  625.    from the "ROM update"?
  626.  
  627. A: An NSD-patched scsi.device has *simple* 64bit functionality, its an
  628.    emulation via HD_SCSICMD, nothing more. The complete, working stuff
  629.    with internal control, retries, error handling etc. is ONLY available
  630.    via the "ROM update" to scsi.device v43 that is applied via SetPatch.
  631.  
  632.    And don't forget: if you have an A600/A1200/A4000, you're still stuck
  633.    with the internal 8G limit of the v40 IDE_scsi.device. You can use a
  634.    HDD with no more than 8G if you apply the NSD patch to the internal
  635.    ROM IDE_scsi.device v40 - 8G, nothing more.
  636.  
  637.    Filesystems like PFS and SFS which have e.g. a "direct scsi" version
  638.    must use the IDE_scsi.device as well, so the 8G limit applies here
  639.    as well (the docs of e.g. PFS are a bit vague on this topic).
  640.  
  641.    * YOU CAN *NOT* PATCH THE INTERNAL 8G LIMIT OF THE OLD IDE_scsi.device
  642.      with NSDPatch, nor can you avoid it with a third party filesystem's
  643.      "direct scsi" version.
  644.  
  645.    * If you want to use a HDD larger than 8G on the internal IDE_scsi
  646.      connector of the A600/A1200/A4000, REGARDLESS OF THE FILESYSTEM (!),
  647.      you MUST use the IDE_scsi.device from the ROM update.
  648.  
  649. Thank you, Heinz Wrobel, for clearing those things up with short and
  650. precise answers to my enerving emails :)
  651.  
  652. ---------------------------------------------------------------------------
  653.  
  654.  
  655.  
  656. </FONT></PRE>
  657.         </TD>
  658.     </TR>
  659. </TABLE>
  660. </P>
  661.  
  662. </FONT>
  663.       <!-- CONTENT END //--></TD>
  664.  
  665.       </TR><TR>
  666.       <TD COLSPAN="2" VALIGN="TOP" ALIGN="LEFT"><IMG SRC="grafx/left_side_bottom.gif" WIDTH="93" HEIGHT="51"></TD>
  667.           </TR>
  668.    
  669. </TABLE> 
  670. <TABLE WIDTH=100%><TR><TD WIDTH="93" VALIGN="TOP" ALIGN="LEFT"></TD>
  671.       <TD COLSPAN="5" ALIGN="RIGHT">
  672.       
  673. <FONT SIZE=2 FACE="Tahoma, Arial"><A HREF="corporate">Corporate</A> |
  674. <A HREF="support">Support</A> |
  675. <A HREF="press/current">News</A> |
  676. <A HREF="events">Events</A> |
  677. <A HREF="products">Products</A> |
  678. <A HREF="tools/search.shtml">Search</A></FONT><BR>
  679.       <IMG SRC="grafx/amiga_footer.gif" WIDTH="437" HEIGHT="71"></TD>
  680.     </TR>
  681.   </TABLE>
  682. <P ALIGN=RIGHT>
  683. <FONT SIZE=1 FACE="Tahoma,Arial,Helvetica">© 1996-2000 Amiga,
  684. Inc.<BR>
  685. <A HREF="mailto:webmaster@amiga.com">webmaster@amiga.com</A> |
  686. <A HREF="sitelog.shtml">Site Log</A> | <A HREF="sitemap.shtml">Site Map</A>
  687. </P>
  688. </CENTER>
  689. </BODY>
  690. </HTML>
  691.  
  692.  
  693.