geniusvp2.conf 877 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # geniusvp2 backend configuration file
  2. ########################################
  3. # Parallel port where scanner is attached to
  4. device /dev/parport0
  5. # Default option values
  6. ########################################
  7. # Scan mode (currently, only Color mode is supported)
  8. mode Color
  9. # Bit depth (currently, only a bit depth of 8 is supported)
  10. depth 8
  11. # Resolution (75 - 600 dpi)
  12. resolution 200
  13. # Read-limit (true, false)
  14. read-limit false
  15. # Read-limit size (1 - 65536 bytes)
  16. read-limit-size 1
  17. # Read-delay (true, false)
  18. read-delay false
  19. # Read-delay duration (1000 - 200,000 microseconds)
  20. read-delay-duration 1000
  21. # Non-blocking io (true, false)
  22. non-blocking false
  23. # Support select fd (true, false)
  24. select-fd false
  25. # Top-left x position (mm)
  26. tl_x 0.0
  27. # Top-left y position (mm)
  28. tl_y 0.0
  29. # Bottom-right x position (mm)
  30. br_x 80.0
  31. # Bottom-right y position (mm)
  32. br_y 100.0