[sane-devel] Epson Perfection 1650

Duncan Haldane f.duncan.m.haldane@worldnet.att.net
Wed, 13 Feb 2002 23:02:45 -0500 (EST)


On 13-Feb-2002 Henning Meier-Geinitz wrote:
> Hi,
>> 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"
> 


Thanks,
This works!  (size 10 is fine), so now I see 3200 dpi as a choice.

uncommenting the commented out 
widget "*" style "font" 
line in xsane-style.rc worked well too.

Duncan