From owner-freebsd-questions@FreeBSD.ORG Sun May 9 08:13:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8855916A4CE for ; Sun, 9 May 2004 08:13:17 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BFDC43D2F for ; Sun, 9 May 2004 08:13:16 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i49FDEd7070061; Sun, 9 May 2004 09:13:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i49FDDTx070037; Sun, 9 May 2004 09:13:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 9 May 2004 09:13:12 -0600 (MDT) From: Warren Block To: mark rowlands In-Reply-To: <4789E43478F3994BB8D967C73FD9C68850C8@exchsrv1> Message-ID: <20040509084731.K18445@wonkity.com> References: <4789E43478F3994BB8D967C73FD9C68850C8@exchsrv1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040504, clamav-milter version 0.70u X-Virus-Status: Clean cc: David Fleck cc: FreeBSD Questions Subject: RE: the most light weight X web browser? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 15:13:17 -0000 On Sun, 9 May 2004, mark rowlands wrote: > poot@rcmaprxy : /web1/web1: 03:16 PM: > links -version > Links 2.1pre14 > poot@rcmaprxy : /web1/web1: 03:17 PM: > links -help > links [options] URL > Options are: > > -g > Run in graphics mode. But the next few lines of the man page say that only works if --enable-graphics was given to ./configure when compiling links. In the port's Makefile it only turns on --enable-graphics if you compile it for X. (More specifically, it only turns on --enable-graphics if -DWITHOUT_X11 is not defined.) So to run it without X but with graphics, you'll have to modify the Makefile or just manually compile links. Just out of curiousity, I tried it just now. A quick hack to make it work: Make sure you have svgalib installed (/usr/ports/devel/svgalib). Remove the --without-svgalib from the first CONFIGURE_ARGS line. Add --enable-graphics to the same line. Remove the whole .if !defined(WITHOUT_X11) ... .endif section. Run it with 'links -g -mode 640x480x16'. -Warren Block * Rapid City, South Dakota USA