1sane-lexmark(5) SANE Scanner Access Now Easy sane-lexmark(5)
2
3
4
6 sane-lexmark - SANE backend for Lexmark X1100/X1200 Series scanners
7
9 The sane-lexmark library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to the scanner part of Lexmark X1100/X1200
11 AIOs. This backend should be considered beta-quality software!
12
13 The scanners that should work with this backend are:
14
15 Vendor Model status
16 ---------------------- -----------
17 Lexmark X74 good
18 Lexmark X1110 untested
19 Lexmark X1140 untested
20 Lexmark X1150 good
21 Lexmark X1170 good
22 Lexmark X1180 good
23 Lexmark X1185 complete
24 Lexmark X12xx good in USB1.1,
25 not fully tested in USB2.0
26 Dell A920 good
27
28 The options the backend supports can either be selected through command
29 line options to programs like scanimage(1) or through GUI elements in
30 xscanimage(1) or xsane(1).
31
32 If you notice any strange behavior, please report to the backend main‐
33 tainer or to the SANE mailing list.
34
35 Valid command line options and their syntax can be listed by using
36
37 scanimage --help -d lexmark:usb:<usb port>
38
39
40 Scan Mode Options
41
42
43 --mode selects the basic mode of operation of the scanner. Valid
44 choices are Color, Gray and Lineart. The default mode is Color.
45 The Lineart mode is black and white only (1 bit). Gray mode
46 will produce 256 levels of gray (8 bits). Color mode allows for
47 over 16 million different colors produced from 24 bits of color
48 information.
49
50
51 --resolution
52 selects the resolution for a scan. The horizontal and vertical
53 resolutions are set by the value of this option. The scanner is
54 capable of the following resolutions for the specified option
55 value:
56
57 Value Hor. Resolution Vert. Resolution
58 ----- --------------- -------------------
59 75 75dpi 75dpi
60 150 150dpi 150dpi
61 300 300dpi 300dpi
62 600 600dpi 600dpi
63 1200 600dpi 1200dpi (only for X11xx models with 'B2' sensor)
64
65
66 --preview
67 requests a preview scan. The resolution used for that scan is 75
68 dpi and the scan area and the scan mode are as specified through
69 their options, or the default if not specified. The default
70 value for preview mode is "no".
71
72
73 --threshold
74 selects the minimum-brightness to get a white point. The
75 threshold is only used with Lineart mode scans. It is specified
76 as a percentage in the range 0..100% (in steps of 1). The de‐
77 fault value of the threshold option is 50.
78
79
80
82 The configuration file /etc/sane.d/lexmark.conf contains only the usb
83 device id (eg usb 0x043d 0x007c).
84
85
86
88 /usr/lib64/sane/libsane-lexmark.a
89 The static library implementing this backend.
90
91 /usr/lib64/sane/libsane-lexmark.so
92 The shared library implementing this backend (present on systems
93 that support dynamic loading).
94
95
96
98 SANE_DEBUG_LEXMARK
99 If the library was compiled with debug support enabled, this en‐
100 vironment variable controls the debug level for this backend.
101 E.g., a value of 255 requests all debug output to be printed.
102 Smaller levels reduce verbosity.
103
104 SANE_DEBUG_LEXMARK_LOW
105 Provides debug output for low level Lexmark functions.
106
107
109 The windows TWAIN driver has many more options than this SANE backend.
110 However they are only software adjustments. This backend only imple‐
111 ments what the scanner can support. For instance, shading correction
112 (vertical stripes due to sensor variation across its width) is done in
113 software. Head park position is also detected by software. The data
114 compression isn't supported for the X1200 series on USB 1.1, leading to
115 slow scans.
116
117
119 No bugs currently known.
120
121
122
123
125 sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
126
127
128
130 The backend was originally written by Fred Odendaal.
131 http://ca.geocities.com/freshshelf@rogers.com/
132
133 The new version is currently developed by Stéphane Voltz.
134 http://stef.dev.free.fr/sane/lexmark
135
136 X74 support was written by Torsten Houwaart
137 <ToHo@gmx.de>
138
139
141 Many thanks go to:
142 Julien Furgerot who lent me a Dell A920. Robert Price, Dani Ele
143 and Dalai Felinto for the time they spent recording USB activity
144 and testing the experimental version.
145
146
147
148 12 Jul 2008 sane-lexmark(5)