Date: Mon, 6 Jul 1998 21:29:01 -0700 (PDT) From: "Kevin G. Eliuk" <kevin_eliuk@sunshine.net> To: "Peter D. Pawelek" <ppawel@axess.com> Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Why use XFree86 (was: Top Ten (here's mine...)) Message-ID: <Pine.BSF.3.96.980706211326.270D-100000@vanessa.eliuk.org> In-Reply-To: <19980705211622.B2609@axess.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980706211326.270D-100000>