From 03cf188d2d4ee6417d7b57a2cfdb170b60dd8c1c Mon Sep 17 00:00:00 2001 From: martynas Date: Wed, 20 Aug 2008 00:21:50 +0000 Subject: [PATCH] extend documentation, after emails i've got - since version 3, ff uses standard printing dialog from gtk+2. in order to continue using cups for printing, you will need to install cups subpackage of gtk+2. after an email from Giovanni Bechis - ff3 may not render scaled images properly due to incompatibilities between some of the x drivers and x server (this has been fixed in the new xserver). document work-arounds for now. after an email from Markus Bergkvist --- www/firefox3/Makefile | 4 ++-- www/firefox3/files/README.OpenBSD | 26 +++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 5f516d345d6..0152d02ecf6 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2008/07/26 16:23:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2008/08/20 00:21:50 martynas Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component VER= 3.0.1 DISTNAME= mozilla -PKGNAME= firefox3-${VER}p3 +PKGNAME= firefox3-${VER}p4 SO_VERSION= 20.0 # NOTE: Must bump minor version if any shlib's are removed from the # components dir to avoid pkg_add -r issues. diff --git a/www/firefox3/files/README.OpenBSD b/www/firefox3/files/README.OpenBSD index 2dc0b0cc257..2929bbdd1b1 100644 --- a/www/firefox3/files/README.OpenBSD +++ b/www/firefox3/files/README.OpenBSD @@ -1,4 +1,4 @@ -$OpenBSD: README.OpenBSD,v 1.3 2008/07/26 16:23:32 ajacoutot Exp $ +$OpenBSD: README.OpenBSD,v 1.4 2008/08/20 00:21:50 martynas Exp $ If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is @@ -54,3 +54,27 @@ Double-click on any cipher to toggle its state. For example, to enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, double-click on security.ssl3.ecdhe_ecdsa_aes128_sha until its boolean entry in the Value column changes to true. + +Using CUPS for printing + +Since version 3, Firefox uses standard printing dialog from gtk+2. +In order to use CUPS for printing, you will need to install cups +subpackage of gtk+2, i.e.: + +# pkg_add gtk+2-cups + +Scaled images render incorrectly + +Due to incompatibilities between some of the drivers and X server, +scaled images may render incorrectly. Possible workarounds are: + +(Known to fix using NVIDIA cards.) +DefaultDepth 16 + +(Known to fix using ATI cards.) +Option "AccelMethod" "EXA" +Option "XAANoOffscreenPixmaps" + +For more information please see: +http://bugs.freedesktop.org/show_bug.cgi?id=13795 +http://bugs.freedesktop.org/show_bug.cgi?id=15098