diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/20110513/004653.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/20110513/004653.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110513/004653.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110513/004653.html b/zarb-ml/mageia-dev/20110513/004653.html new file mode 100644 index 000000000..29e24f813 --- /dev/null +++ b/zarb-ml/mageia-dev/20110513/004653.html @@ -0,0 +1,114 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] why not disable bytecode interpreter in freetype2 ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20why%20not%20disable%20bytecode%20interpreter%20in%20freetype2%20%3F&In-Reply-To=%3CBANLkTi%3D_JQB0-YfWPcaWrSOx%2Bsk3-uE6fA%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004661.html"> + <LINK REL="Next" HREF="004650.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] why not disable bytecode interpreter in freetype2 ?</H1> + <B>Zé</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20why%20not%20disable%20bytecode%20interpreter%20in%20freetype2%20%3F&In-Reply-To=%3CBANLkTi%3D_JQB0-YfWPcaWrSOx%2Bsk3-uE6fA%40mail.gmail.com%3E" + TITLE="[Mageia-dev] why not disable bytecode interpreter in freetype2 ?">mmodem00 at gmail.com + </A><BR> + <I>Fri May 13 10:56:51 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004661.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ? +</A></li> + <LI>Next message: <A HREF="004650.html">[Mageia-dev] Freeze push request: fglrx 8.850 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4653">[ date ]</a> + <a href="thread.html#4653">[ thread ]</a> + <a href="subject.html#4653">[ subject ]</a> + <a href="author.html#4653">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2011/5/13 Dimitrios Glentadakis <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dglent at gmail.com</A>>: +><i> Στις Παρασκευή 13 Μάιος 2011 00:39:55 Zé γράψατε: +</I>>><i> 2011/5/12 Dick Gevers <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dvgevers at xs4all.nl</A>>: +</I>>><i> > On Thu, 12 May 2011 13:20:39 +0200, Dimitrios Glentadakis wrote about Re: +</I>>><i> > [Mageia-dev] why not disable bytecode interpreter in freetype2 ?: +</I>>><i> > +</I>>><i> >>When someone like me, has this problem of fonts, he cannot even use his +</I>>><i> >>system, he has a real problem. It costed me many uninstalls and installs +</I>>><i> >>and many hours of investigation. +</I>>><i> >> +</I>>><i> >>For that i asked a user friendly solution, is very important for them who +</I>>><i> >>are affected. +</I>>><i> >> +</I>>><i> >>Personnaly, after all, i am able now to set my pc to fit my needs but i +</I>>><i> >>continue to search a solution for other users who will be front of this +</I>>><i> >>problem in the future +</I>>><i> > +</I>>><i> > I can only make one suggestion - which works for me: keep the version one +</I>>><i> > is happy with and put the packages in the urpmi skip.list and you won't get +</I>>><i> > hurt by an upgrade. +</I>>><i> > +</I>>><i> > Cheers, +</I>>><i> > =Dick Gevers= +</I>>><i> > +</I>>><i> +</I>>><i> You always rebuild the freetype2 package, to do soedit the .spec file, +</I>>><i> in the section %prep add this: +</I>>><i> +</I>>><i> perl -pi -e 's|#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER|/\* +</I>>><i> #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER  \*/|' +</I>>><i> include/freetype/config/ftoption.h +</I>>><i> +</I>>><i> +</I>>><i> dont forget to also increase Release to avoid conflicts with existant +</I>>><i> freetype2, and then build the package. +</I>>><i> +</I>>><i> +</I>><i> +</I>><i> +</I>><i> Why do all these things when you can simply add an entry in the font.conf file ? +</I> +Forgot to refer that even when you set it in .fonts.conf you will +still have it in some situations, check +<A HREF="http://www.webmasterkb.com/Uwe/Forum.aspx/opera-linux/2140/disabling-bytecode-interpreter-font-rendering">http://www.webmasterkb.com/Uwe/Forum.aspx/opera-linux/2140/disabling-bytecode-interpreter-font-rendering</A> + +><i> -- +</I>><i> Dimitrios Glentadakis +</I>><i> +</I> + + +-- +Zé +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004661.html">[Mageia-dev] why not disable bytecode interpreter in freetype2 ? +</A></li> + <LI>Next message: <A HREF="004650.html">[Mageia-dev] Freeze push request: fglrx 8.850 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4653">[ date ]</a> + <a href="thread.html#4653">[ thread ]</a> + <a href="subject.html#4653">[ subject ]</a> + <a href="author.html#4653">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |