[sane-devel] Epson Perfection 1650

Henning Meier-Geinitz henning@meier-geinitz.de
Wed, 13 Feb 2002 19:24:52 +0100


Hi,

On Wed, Feb 13, 2002 at 12:13:21AM -0500, Duncan Haldane wrote:
> both xscanimage and xsane show a list of  possible resolutions
> between 50 and 2400 that stretch vertically from the top to the bottom of the
> screen.   I havent been able to shrink  the size of the gui to see if in fact
> resolutions beyond 2400 are allowed, but are inaccessible because they are
> outside the visible screen, or if they not present.

As a workaround for this and similar situations try something like
this in xsane-style.rc:

style "mini"
{
  font = "-*-helvetica-medium-r-*-*-8-*-*-*-*-*-*-*"
}
widget "*GtkMenuItem*" style "mini"

> The resolutions listed are:
>  50  60  72  75  80  90 100 120 133 144 150 160 175 180 200
> 216 240 266 200 320 350 360 400 480 600 720 800 900 1200 1600 1800 2400

Maybe it's better to use a continous range instead of a list for these
many values option and to round in the backend.

Bye,
  Henning