Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Firebird no tiene Anti-Ailiased fonts???
Firebird no tiene Anti-Ailiased fonts???
2004-02-02, 4:46 AM #1
I'm running dropline Gnome for Slackware 9.1, which is acclaimed for it's anti-aliased fonts. However, my fonts in Firebird are jagged as hell whereas my fonts in Mozilla are smooth as silk. I don't want to use that bloated piece of you-know-what, so please help me out here!

------------------
Mystic0 Editing Resources (no longer Updated)
Mystic0 Forum (fast again!)
The Massassi Post Count Summary
2004-02-02, 4:55 AM #2
Apparently theres a patch for it... figuring out how to install it.

------------------
Mystic0 Editing Resources (no longer Updated)
Mystic0 Forum (fast again!)
The Massassi Post Count Summary
2004-02-02, 4:59 AM #3
Glad to help
*tips hat*

------------------
Happy "Diseased" dud: You said I'd be like this guy. Boycotting everything..
Happy "Diseased" dud: ted kazcnisky. That's who it was.
Happy "Diseased" dud: Wait, That's the unibomer.
Happy "Diseased" dud: Wrong guy.
"If you watch television news, you will know less about the world than if you just drink gin straight out of the bottle."
--Garrison Keillor
2004-02-02, 6:30 AM #4
Yeah, alnti-aliased fonts have to be enabled at compile time...

------------------
The future is here, and all bets are off.
And when the moment is right, I'm gonna fly a kite.
2004-02-02, 11:52 AM #5
...so your saying I have to add this chunk of junk to the source?
Code:
--- www/mozilla-firebird/Makefile.OLD	Sun Dec 28 23:39:13 2003
+++ www/mozilla-firebird/Makefile	Sun Dec 28 23:41:58 2003
@@ -44,6 +44,9 @@
 		--with-system-jpeg=${LOCALBASE}	\
 		--with-system-mng=${LOCALBASE}	\
 		--with-system-png=${LOCALBASE}	\
+		--with-ft-prefix=${X11BASE}	\
+		--with-ft-exec-prefix=${X11BASE}/bin \
+		--enable-xft			\
 		--with-system-zlib=/usr/lib	\
 		--with-pthreads			\
 		--disable-composer		\
@@ -57,7 +60,8 @@
 		--disable-ldap
 
 CFLAGS+=	-fno-stack-protector
-CONFIGURE_ENV=	MOZ_PHOENIX=1
+CONFIGURE_ENV=	MOZ_PHOENIX=1 \
+		PKG_CONFIG_PATH=${X11BASE}/lib/pkgconfig
 MAKE_ENV=	MOZ_PHOENIX=1 \
 		LD_LIBRARY_PATH="${WRKSRC}/dist/bin"


------------------
Mystic0 Editing Resources (no longer Updated)
Mystic0 Forum (fast again!)
The Massassi Post Count Summary
2004-02-02, 12:37 PM #6
Usually, you edit your .MOZCONFIG and recompile. Try this link out and see if it helps: http://forums.mozillazine.org/viewtopic.php?t=25161

Also, there are a lot of independent builds made on a regular basis, with support for Anti-Aliased fonts and other cool options. Just look around; I'm sure you'll stumble upon one.

------------------
[This message has been edited. Deal with it.]
[This message has been edited. Deal with it.]

↑ Up to the top!