home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 May / PCWorld_2005-05_cd.bin / software / vyzkuste / tuxpaint / tuxpaint-0.9.14-win32-installer-1.exe / docs / FAQ.txt < prev    next >
Text File  |  2004-10-07  |  19KB  |  480 lines

  1. FAQ.txt for Tux Paint
  2.  
  3. Tux Paint - A simple drawing program for children.
  4.  
  5. Copyright 2004 by Bill Kendrick
  6. bill@newbreedsoftware.com
  7. http://www.newbreedsoftware.com/tuxpaint/
  8.  
  9. September 14, 2002 - September 14, 2004
  10.  
  11.  
  12. Frequently Asked Questions:
  13. ---------------------------
  14.   Drawing-related
  15.   ---------------
  16.     The Magic "Fill" Tool Looks Bad
  17.     -------------------------------
  18.       Tux Paint is probably comparing exact pixel colors when filling.
  19.       This is faster, but looks worse.  Run the command "tuxpaint --version"
  20.       from a command line, and you should see, amongst the other output:
  21.       "Low Quality Flood Fill enabled".
  22.  
  23.       To change this, you must rebuild Tux Paint from source.
  24.       Be sure to remove or comment out any line that says:
  25.  
  26.         #define LOW_QUALITY_FLOOD_FILL
  27.  
  28.       in the "tuxpaint.c" file in the "src" directory.
  29.  
  30.  
  31.     Stamp outlines are always rectangles
  32.     ------------------------------------
  33.       Tux Paint was built with low-quality (but faster) stamp outlines.
  34.  
  35.       Rebuild Tux Paint from source.  Be sure to remove or comment out any
  36.       line that says:
  37.     
  38.         #define LOW_QUALITY_STAMP_OUTLINE
  39.  
  40.       in the "tuxpaint.c" file in the "src" directory.
  41.  
  42.  
  43.     The Rubber Stamp tool is greyed out!
  44.     ------------------------------------
  45.       This means that Tux Paint either couldn't find any stamp images,
  46.       or was asked not to load them.
  47.  
  48.       If you installed Tux Paint, but did not install the separate,
  49.       optional "Stamps" collection, quit Tux Paint and install it now.
  50.       It should be available from the same place you got the main
  51.       Tux Paint program.
  52.  
  53.       If you don't want to install the default collection of stamps,
  54.       you can just create your own.  See the README documentation for
  55.       more on creating PNG image files, TXT text description files,
  56.       WAV sound files, and DAT text data files that make up stamps.
  57.  
  58.       Finally, if you install the stamps, and think they should be loading,
  59.       check to see that the "nostamps" option isn't being set.
  60.       (Either via a "--nostamps" option to Tux Paint's command line, or
  61.       "nostamps=yes" in the configuration file.)
  62.  
  63.       If so, either change/remove the "nostamps" option, or you can
  64.       override it with "--stamps" on the command line or
  65.       "nostamps=no" or "stamps=yes" in a configuration file.
  66.  
  67.  
  68.   Interface Problems
  69.   ------------------
  70.     Stamp thumbnails in the Stamp Selector look bad
  71.     -----------------------------------------------
  72.       Tux Paint was probably compiled with the faster, lower quality
  73.       thumbnail code enabled.  Run the command:  "tuxpaint --version" from
  74.       a command line.  If, amongst the other output, you see the text:
  75.       "Low Quality Thumbnails enabled", then this is what's happening.
  76.  
  77.       Rebuild Tux Paint from source.  Be sure to remove or comment out any
  78.       line that says:
  79.     
  80.         #define LOW_QUALITY_THUMBNAILS
  81.  
  82.       in the "tuxpaint.c" file in the "src" directory.
  83.  
  84.  
  85.     Pictures in the 'Open' dialog look bad
  86.     --------------------------------------
  87.       "Low Quality Thumbnails" is probably enabled.
  88.       See: "Stamp thumbnails in the Stamp Selector look bad", above.
  89.  
  90.  
  91.     The color picker buttons are ugly squares, not pretty buttons!
  92.     --------------------------------------------------------------
  93.       Tux Paint was probably compiled with the nice looking color
  94.       selector buttons disabled.  Run the command:  "tuxpaint --version" from
  95.       a command line.  If, amongst the other output, you see the text:
  96.       "Low Quality Color Selector enabled", then this is what's happening.
  97.  
  98.       Rebuild Tux Paint from source.  Be sure to remove or comment out any
  99.       line that says:
  100.     
  101.         #define LOW_QUALITY_COLOR_SELECTOR
  102.  
  103.       in the "tuxpaint.c" file in the "src" directory.
  104.   
  105.   
  106.     The Mouse Pointer Leaves Trails!
  107.     --------------------------------
  108.       In Windows under fullscreen, and in Linux under fullscreen outside of
  109.       X-Window, the SDL library has a bug where the mouse pointer can leave
  110.       trails of 'garbage' on the screen.
  111.  
  112.       Until there's a fix, either don't use fullscreen, or disable the
  113.       fancy mouse pointer shapes using the configuration option:
  114.  
  115.         nofancycursors=yes
  116.  
  117.       Or by using this command-line argument:
  118.  
  119.         --nofancycursors
  120.   
  121.   
  122.     All of the text is in uppercase!
  123.     --------------------------------
  124.       The "uppercase" option is on.
  125.  
  126.       If you're running Tux Paint from a command-line, make sure you're
  127.       not giving it an "--uppercase" option.
  128.  
  129.       If you're running Tux Paint by double-clicking an icon, check the
  130.       properties of the icon to see if "--uppercase" is listed as a
  131.       command-line argument.
  132.  
  133.       If "--uppercase" isn't being sent on the command line, check Tux Paint's
  134.       configuration file ("~/.tuxpaintrc" under Linux and Unix,
  135.       "tuxpaint.cfg" under Windows) for a line reading:  "uppercase=yes".
  136.  
  137.       Either remove that line, or simply run Tux Paint with the command-line
  138.       argument: "--mixedcase", which will override the uppercase setting.
  139.  
  140.  
  141.     Tux Paint is in a weird language!
  142.     ---------------------------------
  143.       Make sure your locale setting is correct.
  144.       See "Tux Paint won't switch to my language", below.
  145.  
  146.  
  147.     Tux Paint won't switch to my language
  148.     -------------------------------------
  149.       Linux and Unix users: Make sure the locale is available
  150.       -------------------------------------------------------
  151.         Make sure the locale you want is available.  Check your
  152.         "/etc/locale.gen" file.  See README.txt for the locales
  153.         Tux Paint uses (especially when using the "--lang" option).
  154.  
  155.         Note: Debian users can simply run "dpkg-reconfigure locales"
  156.         if the locales are managed by dpkg.
  157.       
  158.       If you're using the "--lang" command-line option
  159.       ------------------------------------------------
  160.         Try using the "--locale" command-line option, or your operating system's
  161.         locale settings (e.g., the "$LANG" environment variable), and
  162.         please e-mail us regarding your trouble.
  163.       
  164.       If you're using the "--locale" command-line option
  165.       --------------------------------------------------
  166.         If this doesn't work, please e-mail us regarding your trouble.
  167.     
  168.       If you're trying to use your Operating System's locale
  169.       ------------------------------------------------------
  170.         If this doesn't work, please e-mail us regarding your trouble.
  171.  
  172.       Make sure you have the necessary font
  173.       -------------------------------------
  174.         Some translations require their own font.  Chinese and Korean,
  175.     for example, need Chinese and Korean TrueType Fonts installed
  176.     and placed in the proper location, respectively.
  177.  
  178.     The appropriate fonts for such locales can be downloaded from the
  179.     Tux Paint website:
  180.  
  181.       http://www.newbreedsoftware.com/tuxpaint/download/fonts.php3
  182.  
  183.  
  184.   Printing
  185.   --------
  186.     I get the message "You can't print yet!" when I go to print!
  187.     ------------------------------------------------------------
  188.       The "print delay" option is on.  You can only print once every X seconds.
  189.  
  190.       If you're running Tux Paint from a command-line, make sure you're
  191.       not giving it a "--printdelay=..." option.
  192.  
  193.       If you're running Tux Paint by double-clicking an icon, check the
  194.       properties of the icon to see if "--printdelay=..." is listed as
  195.       a command-line argument.
  196.  
  197.       If a "--printdelay=..." option isn't being sent on the command line,
  198.       check Tux Paint's configuration file ("~/.tuxpaintrc" under Linux and
  199.       Unix, "tuxpaint.cfg" under Windows) for a line reading:
  200.       "printdelay=...".
  201.  
  202.       Either remove that line, set the delay value to 0 (no delay), or
  203.       decrease the delay to a value you prefer.  (See README.txt).
  204.       Or, you can simply run Tux Paint with the command-line argument:
  205.       "--printdelay=0", which will override the configuration file's setting,
  206.       and allow unlimited printing.  (You won't have to wait between prints.)
  207.  
  208.  
  209.     I simply can't print!  The button is greyed out!
  210.     ------------------------------------------------
  211.       The "no print" option is on.
  212.  
  213.       If you're running Tux Paint from a command-line, make sure you're
  214.       not giving it a "--noprint" option.
  215.  
  216.       If you're running Tux Paint by double-clicking an icon, check the
  217.       properties of the icon to see if "--noprint" is listed as an argument.
  218.  
  219.       If "--noprint" isn't on the command-line, check Tux Paint's configuration
  220.       file ("~/.tuxpaintrc" under Linux and Unix, "tuxpaint.cfg" under Windows)
  221.       for a line reading:  "noprint=yes".
  222.  
  223.       Either remove that line, or simply run Tux Paint with the command-line
  224.       argument: "--print", which will override the configuration file's setting.
  225.  
  226.  
  227.   Saving
  228.   ------
  229.     Tux Paint always saves over my old picture!
  230.     -------------------------------------------
  231.       The "save over" option is enabled.  (This disables the prompt
  232.       that would appear when you click 'Save.')
  233.  
  234.       If you're running Tux Paint from a command-line, make sure you're
  235.       not giving it a "--saveover" option.
  236.  
  237.       If you're running Tux Paint by double-clicking an icon, check the
  238.       properties of the icon to see if "--saveover" is listed as an argument.
  239.  
  240.       If "--saveover" isn't on the command-line, check Tux Paint's configuration
  241.       file ("~/.tuxpaintrc" under Linux and Unix, "tuxpaint.cfg" under Windows)
  242.       for a line reading:  "saveover=yes".
  243.  
  244.       Either remove that line, or simply run Tux Paint with the command-line
  245.       argument: "--saveoverask", which will override the configuration file's
  246.       setting.
  247.  
  248.       Also, see "Tux Paint always saves a new picture!", below.
  249.  
  250.  
  251.     Tux Paint always saves a new picture!
  252.     -------------------------------------
  253.       The "never save over" option is enabled.  (This disables the prompt
  254.       that would appear when you click 'Save.')
  255.  
  256.       If you're running Tux Paint from a command-line, make sure you're
  257.       not giving it a "--saveovernew" option.
  258.  
  259.       If you're running Tux Paint by double-clicking an icon, check the
  260.       properties of the icon to see if "--saveovernew" is listed as an argument.
  261.  
  262.       If "--saveovernew" isn't on the command-line, check Tux Paint's
  263.       configuration file ("~/.tuxpaintrc" under Linux and Unix, "tuxpaint.cfg"
  264.       under Windows) for a line reading:  "saveover=new".
  265.  
  266.       Either remove that line, or simply run Tux Paint with the command-line
  267.       argument: "--saveoverask", which will override the configuration file's
  268.       setting.
  269.  
  270.       Also, see "Tux Paint always saves over my old picture!", above.
  271.  
  272.  
  273.   Audio Problems
  274.   --------------
  275.     There's no sound!
  276.     -----------------
  277.       First, check the obvious:
  278.  
  279.         * Are you certain you're using the computer with the sound card? ;^)
  280.         * Are your speakers connected and turned on?
  281.         * Is the volume turned up on your speakers?
  282.         * Is the volume turned up in your Operating System's "mixer?"
  283.         * Are any other programs running that use sound?  (They may be
  284.           'blocking' Tux Paint)
  285.  
  286.       If sound seems to work otherwise (and you're sure no other program is
  287.       "blocking" the sound device), then Tux Paint is either running with
  288.       a "no sound" option or was compiled with sound support disabled entirely.
  289.  
  290.       To test whether sound support was enabled when Tux Paint was compiled,
  291.       run Tux Paint from a command line, like so:
  292.  
  293.         tuxpaint --version
  294.  
  295.       If, amongst the other information, you see "Sound disabled", then the
  296.       version of Tux Paint you're running has sound disabled.  Recompiled
  297.       Tux Paint, and be sure NOT to build the "nosound" target.
  298.       (i.e., don't run "make nosound")  Be sure SDL_mixer library is available!
  299.  
  300.       If Tux Paint wasn't build without sound support, make sure you're
  301.       not running Tux Paint with the "--nosound" option as a command-line
  302.       argument.
  303.  
  304.       If it's not, then check the configuration file ("~/.tuxpaintrc" under
  305.       Linux and Unix, and "tuxpaint.cfg" under Windows) for a line reading:
  306.       "nosound=yes".
  307.  
  308.       Either remove that line, or simply run Tux Paint with the command-line
  309.       argument: "--sound", which will override the configuration file's setting.
  310.  
  311.  
  312.     The sound effects sound strange
  313.     -------------------------------
  314.       This could have to do with how SDL and SDL_mixer were initialized.
  315.       (The buffer size chosen.)
  316.  
  317.       Please e-mail us with details about your computer system.
  318.       (Operating system and version, sound card, which version of Tux Paint
  319.       you're running (run "tuxpaint --version" to verify), and so on.)
  320.  
  321.  
  322.   Fullscreen Mode Problems
  323.   ------------------------
  324.     When I run Tux Paint full-screen and ALT-TAB out, the window turns black!
  325.     -------------------------------------------------------------------------
  326.       This is apparently a bug in the SDL library.  Sorry.
  327.  
  328.  
  329.     When I run Tux Paint full-screen, it has large borders around it
  330.     ----------------------------------------------------------------
  331.       Linux users - Your X-Window server is probably not set with the
  332.       ability to switch to the desired resolution: 640 x 480.
  333.       (This is typically done manually under the XFree86 server by
  334.       pressing [Ctrl]-[Alt]-[KeyPad Plus] and -[KeyPad Minus].)
  335.  
  336.       For this to work, your monitor must support that resolution, and
  337.       you need to have it listed in your X server configuration.
  338.  
  339.       Check the "Display" subsection of the "Screen" section of your
  340.       XFree86 configuration file (typically "/etc/X11/XF86Config-4" or
  341.       "/etc/X11/XF86Config", depending on the version of XFree86 you're
  342.       using; 3.x or 4.x, respectively).
  343.  
  344.       Add "640x480" to the appropriate "Modes" line.  (e.g., in
  345.       the "Display" subsection that contains 16-bit color depth ("Depth 16"),
  346.       which is what Tux Paint tries to use.)
  347.  
  348.       e.g.:
  349.  
  350.         Modes "1280x1024" "1024x768" "800x600" "640x480"
  351.  
  352.       Note that some Linux distributions have tools that can make these
  353.       changes for you.  Debian users can run the command
  354.       "dpkg-reconfigure xserver-xfree86" as root, for example.
  355.  
  356.  
  357.     Tux Paint keeps running in Full Screen mode - I want it windowed!
  358.     -----------------------------------------------------------------
  359.       The "fullscreen" option is set.
  360.  
  361.       If you're running Tux Paint from a command-line, make sure you're
  362.       not giving it a "--fullscreen" option.
  363.  
  364.       If you're running Tux Paint by double-clicking an icon, check the
  365.       properties of the icon to see if "--fullscreen" is listed as an argument.
  366.  
  367.       If "--fullscreen" isn't on the command-line, check Tux Paint's
  368.       configuration file ("~/.tuxpaintrc" under Linux and Unix, 
  369.       "tuxpaint.cfg" under Windows) for a line reading:  "fullscreen=yes".
  370.  
  371.       Either remove that line, or simply run Tux Paint with the command-line
  372.       argument: "--windowed", which will override the configuration file's
  373.       setting.
  374.  
  375.  
  376.   Other Probelms
  377.   --------------
  378.     Tux Paint won't run
  379.     -------------------
  380.       If Tux Paint aborts with the message:
  381.       "You're already running a copy of Tux Paint!",
  382.       this means it has been launched in the last 30 seconds.
  383.  
  384.       A lockfile ("~/.tuxpaint/lockfile.dat" on Linux and Unix,
  385.       "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint
  386.       isn't run too many times at once (e.g., due to a child impatiently
  387.       clicking its icon more than once).
  388.  
  389.       Even if the lockfile exists, it contains the 'time' Tux Paint was last
  390.       run.  If it's been more than 30 seconds, Tux Paint should run fine,
  391.       and simply update the lockfile with the current time.
  392.  
  393.       If multiple users are sharing the directory where this file is stored
  394.       (e.g., on a shared network drive), then you'll need to disable this
  395.       feature.
  396.  
  397.       To disable the lockfile, add the "--nolockfile" argument to Tux Paint's
  398.       command-line.
  399.  
  400.       
  401.     Tux Paint keeps writing weird messages to the screen / to a text file
  402.     ---------------------------------------------------------------------
  403.       A few messages are normal, but if Tux Paint is being extremely verbose
  404.       (like listing the name of every rubber-stamp image it finds while loading
  405.       them), then it was probably compiled with debugging output turned on.
  406.  
  407.       Rebuild Tux Paint from source.  Be sure to remove or comment out any
  408.       line that says:
  409.     
  410.         #define DEBUG
  411.  
  412.       in the "tuxpaint.c" file in the "src" directory.
  413.  
  414.   
  415.     Tux Paint is using options I didn't specify!
  416.     --------------------------------------------
  417.       By default, Tux Paint first looks at configuration files for
  418.       options.
  419.  
  420.       Unix and Linux
  421.       --------------
  422.         Under Unix and Linux, it first examines the system-wide
  423.         configuration file, located here:
  424.  
  425.           /etc/tuxpaint/tuxpaint.conf
  426.  
  427.         It then examines the user's personal configuration file:
  428.       
  429.           ~/.tuxpaintrc
  430.  
  431.         Finally, any options sent as command-line arguments are used.
  432.  
  433.       Windows
  434.       -------
  435.         Under Windows, Tux Paint first examines the configuration file:
  436.  
  437.           tuxpaint.cfg
  438.  
  439.         Then, any options sent as command-line arguments are used.
  440.  
  441.  
  442.       This means that if anything is set in a configuration file that
  443.       you don't want set, you'll need to either change the config. file
  444.       (if you can), or override the option on the command-line.
  445.  
  446.       For example, if "/etc/tuxpaint/tuxpaint.conf" includes an option
  447.       to disable sound:
  448.  
  449.         nosound=yes
  450.  
  451.       You can reenable sound by either adding this option to your own
  452.       ".tuxpainrc" file:
  453.  
  454.         sound=yes
  455.  
  456.       Or by using this command-line argument:
  457.  
  458.         --sound
  459.  
  460.  
  461.       Linux and Unix users can also disable the system-wide configuration
  462.       file by including the following command-line argument:
  463.  
  464.         --nosysconfig
  465.  
  466.       Tux Paint will then only look at "~/.tuxpaintrc" and command-line
  467.       arguments to determine what options should be set.
  468.  
  469.  
  470. Help / Contact
  471. --------------
  472.   Any questions you don't see answered?  Let me know!
  473.  
  474.     bill@newbreedsoftware.com
  475.  
  476.   Or post to our 'tuxpaint-dev' mailing list:
  477.  
  478.     http://www.newbreedsoftware.com/tuxpaint/lists/
  479.  
  480.