From owner-freebsd-newbies Mon Jul 6 21:30:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17711 for freebsd-newbies-outgoing; Mon, 6 Jul 1998 21:30:00 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from vanessa.eliuk.org (pme28.sunshine.net [209.17.178.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17701 for ; Mon, 6 Jul 1998 21:29:47 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.8.8/8.8.8) with SMTP id VAA00501; Mon, 6 Jul 1998 21:29:32 -0700 (PDT) (envelope-from cagey@vanessa.eliuk.org) Date: Mon, 6 Jul 1998 21:29:01 -0700 (PDT) From: "Kevin G. Eliuk" Reply-To: "Kevin G. Eliuk" To: "Peter D. Pawelek" cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Why use XFree86 (was: Top Ten (here's mine...)) In-Reply-To: <19980705211622.B2609@axess.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 5 July 1998, Peter D. Pawelek wrote: => Hmm..I've never actually looked into using xv to actually view images on => a lynx-rendered web page. Let us know what happens after playing around => with lynx.cfg for a while! :) Well a little experimentation and very little configuration. Below are the required diffs to allow for it. 1099c1099 < #MAKE_LINKS_FOR_ALL_IMAGES:FALSE --- > MAKE_LINKS_FOR_ALL_IMAGES:TRUE I'm not sure if uncommenting this was neccesary. 1113c1113 < #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE --- > MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE Of course: 1254,1260c1254,1260 < #SUFFIX:.gif:image/gif < #SUFFIX:.rgb:image/x-rgb < #SUFFIX:.pict:image/x-pict < #SUFFIX:.xbm:image/x-xbitmap < #SUFFIX:.tiff:image/x-tiff < #SUFFIX:.jpg:image/jpeg < #SUFFIX:.jpeg:image/jpeg --- > SUFFIX:.gif:image/gif > SUFFIX:.rgb:image/x-rgb > SUFFIX:.pict:image/x-pict > SUFFIX:.xbm:image/x-xbitmap > SUFFIX:.tiff:image/x-tiff > SUFFIX:.jpg:image/jpeg > SUFFIX:.jpeg:image/jpeg 1304c1304 < #XLOADIMAGE_COMMAND:xv %s --- > XLOADIMAGE_COMMAND:xv %s The rest is fairly self explanatory :) This isn't going to be to everyones liking I guess, but it certainly makes for faster info retrieval and lynx in an xterm loads up a whole lot faster and requires less resources. Personally I really have always liked the lynx flavour of browsing for the most part. Regards, Discover Rock Solid Kevin G. Eliuk Discover FreeBSD http://www.FreeBSD.Org --==**==-- --==**==-- --==**==----==**==-- --==**==-- --==**==-- All of my opinions are my own and in no way reflect those of my employers, past, present, or future, either real or imagined. --==**==-- --==**==-- --==**==-- --==**==-- --==**==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message