Date: Tue, 16 Sep 2008 15:59:04 +0200 From: Polytropon <freebsd@edvax.de> To: Graham Bentley <admin@cpcnw.co.uk> Cc: freebsd-questions@freebsd.org Subject: Re: FB on 3BSD Message-ID: <20080916155904.481ea7d3.freebsd@edvax.de> In-Reply-To: <BCEA7DDCD4AF48EBA2E2C8F4D6ECC91F@MAIN> References: <20080915200804.CCF5E10656D3@hub.freebsd.org> <BCEA7DDCD4AF48EBA2E2C8F4D6ECC91F@MAIN>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Sep 2008 07:55:25 +0100, "Graham Bentley" <admin@cpcnw.co.uk> wrote: > make WITHOUT_XRENDER=no > make WITHOUT_XRENDER="no" It doesn't matter with wich value you define WITHOUT_XRENDER; according to these two examples you disabled (!) XRENDER. make WITHOUT_XRENDER="maybe" or make WITHOUT_XRENDER=128 would give the same result. :-) The Makefile of the fluxbox port seems to indicate that the inclusion of XRENDER is the default. The definition of WITHOUT_XRENDER results in the --disable-xrender to configure (!), its absence, the default, to --enable-xrender. So if you rebuild your fluxbox port with the default settings, transparency should work fine. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080916155904.481ea7d3.freebsd>