kopia lustrzana https://gitlab.com/sane-project/backends
Added option for disabling double-buffering. Updated man page. New version:
1.0-108. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
dc4013f790
commit
7df1dc9254
|
@ -1,29 +1,30 @@
|
||||||
# See sane-mustek(5) for documentation.
|
# See sane-mustek(5) for documentation.
|
||||||
|
|
||||||
#--------------------------- Global options ---------------------------------
|
#--------------------------- Global options ---------------------------------
|
||||||
option strip-height 1 # some SCSI adapters need this; scanning may
|
#option strip-height 1 # some SCSI adapters need this; scanning may
|
||||||
# be faster without this option
|
# be faster without this option
|
||||||
#option force-wait # wait for scanner to be ready (only necessary
|
#option force-wait # wait for scanner to be ready (only necessary
|
||||||
# when scanner freezes)
|
# when scanner freezes)
|
||||||
|
#option disable-double-buffering # try this if you have SCSI trouble
|
||||||
|
|
||||||
#-------------------------- SCSI scanners -----------------------------------
|
#-------------------------- SCSI scanners -----------------------------------
|
||||||
scsi MUSTEK * Scanner
|
scsi MUSTEK * Scanner
|
||||||
# option linedistance-fix # stripes may go away in color mode
|
# option linedistance-fix # stripes may go away in color mode
|
||||||
# option buffersize 1024 # set non standard buffer size (in kb)
|
# option buffersize 1024 # set non standard buffer size (in kb)
|
||||||
# option blocksize 2048 # set non standard block size (in kb)
|
# option blocksize 2048 # set non standard block size (in kb)
|
||||||
option lineart-fix # lineart may be faster with this option off.
|
# option lineart-fix # lineart may be faster with this option off.
|
||||||
|
|
||||||
scsi SCANNER
|
scsi SCANNER
|
||||||
# option linedistance-fix # stripes may go away in color mode
|
# option linedistance-fix # stripes may go away in color mode
|
||||||
# option buffersize 1024 # set non standard buffer size (in kb)
|
# option buffersize 1024 # set non standard buffer size (in kb)
|
||||||
# option blocksize 2048 # set non standard block size (in kb)
|
# option blocksize 2048 # set non standard block size (in kb)
|
||||||
option lineart-fix # lineart may be faster with this option off.
|
# option lineart-fix # lineart may be faster with this option off.
|
||||||
|
|
||||||
/dev/scanner
|
/dev/scanner
|
||||||
# option linedistance-fix # stripes may go away in color mode
|
# option linedistance-fix # stripes may go away in color mode
|
||||||
# option buffersize 1024 # set non standard buffer size (in kb)
|
# option buffersize 1024 # set non standard buffer size (in kb)
|
||||||
# option blocksize 2048 # set non standard block size (in kb)
|
# option blocksize 2048 # set non standard block size (in kb)
|
||||||
option lineart-fix # lineart may be faster with this option off.
|
# option lineart-fix # lineart may be faster with this option off.
|
||||||
|
|
||||||
#-------------------------- 600 II N ----------------------------------------
|
#-------------------------- 600 II N ----------------------------------------
|
||||||
#0x2eb
|
#0x2eb
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "mustek" ; name of backend
|
:backend "mustek" ; name of backend
|
||||||
:version "1.0-107" ; version of backend
|
:version "1.0-108" ; version of backend
|
||||||
:status :stable ; :alpha, :beta, :stable, :new
|
:status :stable ; :alpha, :beta, :stable, :new
|
||||||
:manpage "sane-mustek" ; name of manpage (if it exists)
|
:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||||
:url "http://www.meier-geinitz.de/sane/"
|
:url "http://www.meier-geinitz.de/sane/"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH sane-mustek 5 "10 Jun 2001"
|
.TH sane-mustek 5 "7 Jul 2001"
|
||||||
.IX sane-mustek
|
.IX sane-mustek
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane-mustek - SANE backend for Mustek flatbed scanners
|
sane-mustek - SANE backend for Mustek flatbed scanners
|
||||||
|
@ -118,10 +118,11 @@ device name.
|
||||||
The supported options are
|
The supported options are
|
||||||
.BR linedistance-fix ,
|
.BR linedistance-fix ,
|
||||||
.BR lineart-fix ,
|
.BR lineart-fix ,
|
||||||
.BR legal-size
|
.BR legal-size ,
|
||||||
.BR buffersize ,
|
.BR buffersize ,
|
||||||
.BR blocksize ,
|
.BR blocksize ,
|
||||||
.BR strip-height ,
|
.BR strip-height ,
|
||||||
|
.BR disable-double-buffering ,
|
||||||
and
|
and
|
||||||
.B force-wait
|
.B force-wait
|
||||||
|
|
||||||
|
@ -176,12 +177,15 @@ single SCSI read command. The height is specified in inches and may contain a
|
||||||
fractional part (e.g., 1.5). Setting the strip-height to a small value (one
|
fractional part (e.g., 1.5). Setting the strip-height to a small value (one
|
||||||
inch, for example) reduces the likelihood of encountering problems with SCSI
|
inch, for example) reduces the likelihood of encountering problems with SCSI
|
||||||
driver timeouts and/or timeouts with other devices on the same SCSI bus.
|
driver timeouts and/or timeouts with other devices on the same SCSI bus.
|
||||||
Unfortunately, it also increases scan times. Thus, if the scanner is the only
|
Unfortunately, it also increases scan times. With current SCSI adapters and
|
||||||
device on the SCSI bus it is connected to and if it is known that the SCSI
|
drivers this option shouldn't be needed any more.
|
||||||
driver does not suffer from premature timeouts, it is recommended to increase
|
|
||||||
the strip-height or remove the option completely, which corresponds to an
|
Option
|
||||||
infinite strip height. See sane-scsi(5) on how to avoid problems with SCSI
|
.B disable-double-buffering
|
||||||
timeouts.
|
is a global option. If set, the backend will only send one buffer at a time to
|
||||||
|
the scanner. Try this option if you have trouble while scanning, e.g. SCSI
|
||||||
|
errors, freezes, or the first few cm are repeated over and over again in your
|
||||||
|
image.
|
||||||
|
|
||||||
Finally,
|
Finally,
|
||||||
.B force-wait
|
.B force-wait
|
||||||
|
|
Ładowanie…
Reference in New Issue