home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / imlib_DR-0.2.tar.gz / imlib_DR-0.2.tar / imlib / sys_conf.dist / imrc < prev   
Text File  |  1997-05-13  |  1KB  |  30 lines

  1. ################################
  2. #    Config file for Imlib     #
  3. ################################
  4.  
  5. # The file that contains palette entries for a golbal palette for all Imlib
  6. # based programs.
  7. # options: full path to palette file
  8. PaletteFile                       /etc/im_palette.pal
  9. # This defines if when the display is greater than 8 bit, that is still remaps
  10. # the images to the palette defined, rather than using "perfect" rendering
  11. # options: yes/no
  12. PaletteOverride                   no
  13. # If remapping to the pallette, wether to use floyd-steinberg dithering. Saying
  14. # yes will slow things down though.
  15. # options: yes/no
  16. Dither                            yes
  17. # when remapping to the palette, saying fast will reduce accuracy, but improve
  18. # speed quite considerably
  19. # options: fast/slow
  20. Remap                             fast
  21. # This option if specified off will force MIT-SHM off, otherwise will allow
  22. # Imlib to work it out itself.
  23. Mit-Shm                           on
  24. # This is infacta  wrokaround due to solaris's inadequacies in shared memeory.
  25. # This specifies the maximum size of a shared memeory chunk in bytes. If an
  26. # image is larger that this in bytes for the video mode you're in, imlib will
  27. # not use Mit-Shm.. if you comment this out, imlib will use as much memory as
  28. # necessary to render the image.
  29. # Shm_Max_Size                      1000000
  30.