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
This commit is contained in:
martynas 2008-08-20 00:21:50 +00:00
parent f5fbaf125d
commit 03cf188d2d
2 changed files with 27 additions and 3 deletions

View File

@ -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.

View File

@ -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