canon_pp.conf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Define which port to use if one isn't specified - you should only have
  2. # one of these lines!
  3. # This is the default port to be used - others will be detected
  4. ieee1284 parport0
  5. # Define the location of our pixel weight file, can begin with ~/ if needed.
  6. # You can have as many of these as you like - lines with ports that don't exist
  7. # will be ignored.
  8. #
  9. # Parameters are:
  10. # calibrate /path/to/calibration-file port-name
  11. #
  12. # The format of port-name is dependant on your OS version.
  13. #
  14. # If a file isn't speficied, the default name will be
  15. # ~/.sane/canon_pp-calibration-[port-name]
  16. calibrate ~/.sane/canon_pp-calibration-pp0 parport0
  17. # calibrate /etc/sane/my_calibration parport1
  18. # Enable the next line if you're having trouble with ECP mode such as I/O
  19. # errors. Nibble mode is slower, but more reliable.
  20. #force_nibble
  21. # Set a default initialisation mode for each port. Valid modes are:
  22. # AUTO (attempts to automatically detect by trying both methods)
  23. # FB620P (10101010 style.. also works for FB320P)
  24. # FB630P (11001100 style.. also works for FB330P, N340P, N640P)
  25. init_mode AUTO parport0
  26. # init_mode FB620P parport0
  27. # init_mode FB630P parport0