sane-project-website/old-archive/2000-01/0079.html

123 wiersze
5.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: xsane-0.5 resolution selector gone</TITLE>
<META NAME="Author" CONTENT="Oliver Rauch (oliver.rauch@Wolfsburg.DE)">
<META NAME="Subject" CONTENT="Re: xsane-0.5 resolution selector gone">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: xsane-0.5 resolution selector gone</H1>
<!-- received="Sat Jan 15 08:05:54 2000" -->
<!-- isoreceived="20000115160554" -->
<!-- sent="Sat, 15 Jan 2000 17:08:22 +0100" -->
<!-- isosent="20000115160822" -->
<!-- name="Oliver Rauch" -->
<!-- email="oliver.rauch@Wolfsburg.DE" -->
<!-- subject="Re: xsane-0.5 resolution selector gone" -->
<!-- id="38809B76.97083DE6@wolfsburg.de" -->
<!-- inreplyto="20000115152245.A15208@neptun.iitb.fhg.de" -->
<STRONG>From:</STRONG> Oliver Rauch (<A HREF="mailto:oliver.rauch@Wolfsburg.DE?Subject=Re:%20xsane-0.5%20resolution%20selector%20gone&In-Reply-To=&lt;38809B76.97083DE6@wolfsburg.de&gt;"><EM>oliver.rauch@Wolfsburg.DE</EM></A>)<BR>
<STRONG>Date:</STRONG> Sat Jan 15 2000 - 08:08:22 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0080.html">Oliver Rauch: "Re: Which backends do work with xsane"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0078.html">Harald Kirsch: "xsane-0.5 resolution selector gone"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0078.html">Harald Kirsch: "xsane-0.5 resolution selector gone"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0100.html">Harald Kirsch: "Re: xsane-0.5 resolution selector gone"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0100.html">Harald Kirsch: "Re: xsane-0.5 resolution selector gone"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#79">[ date ]</A>
<A HREF="index.html#79">[ thread ]</A>
<A HREF="subject.html#79">[ subject ]</A>
<A HREF="author.html#79">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Harald Kirsch wrote:
<BR>
<P><EM>&gt; Just installed xsane-0.50 and now wonder where the resolution
</EM><BR>
<EM>&gt; selection button is. In Preferences I find `Show resolution list'
</EM><BR>
<EM>&gt; but all it does is print the message
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; scansource_selection: unknown type 0
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; on the console. What am I doing wrong?
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Scanner is agfa snapscan 1236s with adaptec 1505 on Linux libc-2.1.2,
</EM><BR>
<EM>&gt; sane-1.0.1, libgtk.so.1.0.6.
</EM><BR>
<EM>&gt;
</EM><BR>
<P>There is a little trouble between xsane/xscanimage and the snapscan backend.
<BR>
<P>You can solve this by editing the source of the snapscan backend:
<BR>
<P>sane-*/backend/snapscan.c
<BR>
search for: sane_get_option_descriptor (about line 1180)
<BR>
and change the following &quot;if&quot; comparison
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;if (n &lt; NUM_OPTS)
<BR>
<P>to:
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;if ((n&gt;=0) &amp;&amp; (n &lt; NUM_OPTS))
<BR>
<P>bye
<BR>
Oliver
<BR>
<P><PRE>
--
Homepage: <A HREF="http://www.wolfsburg.de/~rauch">http://www.wolfsburg.de/~rauch</A>
sane-umax: <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-umax.html">http://www.wolfsburg.de/~rauch/sane/sane-umax.html</A>
xsane: <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-xsane.html">http://www.wolfsburg.de/~rauch/sane/sane-xsane.html</A>
E-Mail: mailto:<A HREF="mailto:Oliver.Rauch@Wolfsburg.DE?Subject=Re:%20xsane-0.5%20resolution%20selector%20gone&In-Reply-To=&lt;38809B76.97083DE6@wolfsburg.de&gt;">Oliver.Rauch@Wolfsburg.DE</A>
<P><P><P><P>--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20xsane-0.5%20resolution%20selector%20gone&In-Reply-To=&lt;38809B76.97083DE6@wolfsburg.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0080.html">Oliver Rauch: "Re: Which backends do work with xsane"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0078.html">Harald Kirsch: "xsane-0.5 resolution selector gone"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0078.html">Harald Kirsch: "xsane-0.5 resolution selector gone"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0100.html">Harald Kirsch: "Re: xsane-0.5 resolution selector gone"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0100.html">Harald Kirsch: "Re: xsane-0.5 resolution selector gone"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#79">[ date ]</A>
<A HREF="index.html#79">[ thread ]</A>
<A HREF="subject.html#79">[ subject ]</A>
<A HREF="author.html#79">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sat Jan 15 2000 - 08:06:20 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>