LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-17-2009, 12:36 AM   #106
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Original Poster
Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375

Since some people are asking for packages I decided to go ahead and compile Dugan's slackbuilds and post the packages here. Just a little history first. The whole sub-pixel rendering thing started with a patch that was written by David Turner, the maintainer of freetype, however he didn't maintain the patch after cairo 1.2.4 and then others took his patch and modified to work with more recent versions of cairo and they also tweaked it to suite there needs. What ended up happening is that there ended up being 4 different patch sets for sub-pixel rendering, they were basically called

cleartype
LCD
xeffects
ubuntu

IMO they all looked pretty much the same with subtle differences. I used the LCD patches for a long time. After I made my original post Dugan did most of the leg work and tried out all the different patch sets until he found what he thought was the optimal quality for Slackware and I agree with his conclusion. As Dugan said earlier nothing has really changed since 12.1 so you can still use the patches (not packages) from the first post if you want, but I am recommending people use Dugans. Here are the packages if you don't feel like compiling yourself

http://webpages.charter.net/daedra/1...-i486-1_dc.tgz Make sure you do Dugan's changes stated above in post #92 for this package to work properly
http://webpages.charter.net/daedra/1...-i486-2_dc.tgz
http://webpages.charter.net/daedra/1...-i486-2_dc.tgz
http://webpages.charter.net/daedra/1...-i486-3_dc.tgz

I am not going to host the firefox package since it takes up to much room on my site and technically if you compile firefox with the --enable-offical-branding flag you need permission from mozilla to distribute it, but you should compile it yourself otherwise this won't work since the version of firefox that ships with 12.2 uses its own internal cairo which bypasses all changes made. I also added one extra patch to cairo that disables quantization which I have always used and think makes a difference, but besides that they are exactly the same.


P.S. Dugan I hope you don't mind me hosting your builds as packages, if you don't want me to just let me know and I will take them down.

Last edited by Daedra; 01-17-2009 at 12:40 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 01-17-2009, 10:07 AM   #107
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Of course I don't mind. In fact, since we're working with open source, I don't think I legally can.

However, I didn't do the testing. Gentoo users did. They made ebuilds that combined patches and information from everywhere. I just took a snapshot of their work and made it Slackware-ready.

Last edited by dugan; 01-17-2009 at 10:16 AM.
 
Old 04-16-2009, 06:42 AM   #108
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Hey Daedra and Dugan, thanks for all your work on this. These packages make a huge difference from standard.

One (minor) change I'd make is to "package" the changes mentioned here:
Quote:
Originally Posted by Daedra View Post
Make sure you do Dugan's changes stated above in post #92 for this package to work properly
It's easy enough to add these changes to the doinst.sh in the fontconfig package.

Anyhow, brilliant work! Thanks!
 
Old 04-27-2009, 07:14 AM   #109
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
Just to mention it:

The cairo patch still works perfectly fine on Cairo 1.8.6.

(Just updated to try the cairo compositing manager which is now without Gnome dependencies... sadly it doesn't compile.. a well now I've got a recent Cairo anyway..)
 
Old 05-16-2009, 01:32 PM   #110
eyeprotocol
LQ Newbie
 
Registered: Jul 2008
Posts: 9

Rep: Reputation: 0
Hello all

I just installed 12.2 (being a new Slackware user). What exactly am i supposed to do with the Slackbuilds and other files mentioned in post #98 ? Precise console commands would be appreciated

Please assist.

P.S. I just saw the packages at the top of this page. So the question remains, yet only for the firefox SlackBuild.

Last edited by eyeprotocol; 05-16-2009 at 01:52 PM.
 
Old 05-16-2009, 02:07 PM   #111
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
You just have to rebuild Firefox, because the out-of-the-box Firefox will not be linked against your shiny new Cairo with nicer font rendering enabled but against the libs included into Firefox' source package.

It's just the use of another configure flag:

--enable-system-cairo

which is enabled in the Slackbuild package.

Add other flags to your liking - I've disabled parental control for example and disabled two Gnome options (--disable-gnomeui --disable-gnomevfs).
 
Old 05-16-2009, 02:14 PM   #112
eyeprotocol
LQ Newbie
 
Registered: Jul 2008
Posts: 9

Rep: Reputation: 0
i understand i have to rebuild Firefox. That would be ./configure / make / make install, right?
However, there are two things: a) the original source file (3.03) is a bit obsolete, so i am thinking i could use the latest one and, b) i do not know what to do with the files included in the Slackbuild. Please, be a little bit more verbose.

Thanks
 
Old 05-16-2009, 02:36 PM   #113
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
Here, check this - that's all you have to know.

http://slackbuilds.org/howto/

Just grab the recent source of Firefox and do what the short tutorial says - in short:

Get the new source, adjust the configure-stuff if needed in the build-file, put the source in the Slackbuild-directory, change VERSION, call mozilla-firefox.SlackBuild.

Call installpkg for installation.
 
Old 05-16-2009, 02:39 PM   #114
eyeprotocol
LQ Newbie
 
Registered: Jul 2008
Posts: 9

Rep: Reputation: 0
You are a life-saver.

Miss Kiss Kiss Bang, yes?

 
Old 05-28-2009, 04:09 PM   #115
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
New SlackBuilds have been released and are available from post #92.

They've been rewritten, pretty significantly, to match the ebuilds in Gentoo's devnull overlay. So make sure you reread the post.

The Firefox SlackBuild has not been updated, but it should work with a VERSION bump.

Personally, I'm using GnomeSlackBuild, which includes a Cairo-enabled Firefox.

Last edited by dugan; 05-28-2009 at 04:16 PM.
 
Old 06-06-2009, 11:49 AM   #116
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
I've just installed Google's Android font "Droid" which is a) open source and comes b) in serif, sans and mono. (Really nice monospaced fonts aren't that easily available - especially not, if you need some internationalization..) Anyway:

This a screenshot of Droid Mono in vim with GUI linked against Gtk and therefore supported by our beloved beautiful font patches (hint style full) with the "quickbrownfox" example file for Unicode support.

Here's some sourcecode with the same font.

Download "Droid" here: CLICK

Throw it in ~/.fonts and call fb-cache -f -v and enjoy.
 
Old 06-06-2009, 03:01 PM   #117
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Shu-Shee, after reading your post I tried setting my sans, serif and monospace aliases to Droid fonts. The results are fantastic!
 
Old 06-07-2009, 05:57 AM   #118
Su-Shee
Member
 
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 510

Rep: Reputation: 53
Glad you like it.

I'm very impressed by the very nice looking unicode support.
 
Old 06-10-2009, 04:23 AM   #119
vehn
Member
 
Registered: Dec 2007
Posts: 54

Rep: Reputation: 17
Slackbuild for fontconfig from post #92 not available. Please upload it anywhere.
 
Old 06-10-2009, 05:18 AM   #120
Toods
Member
 
Registered: Dec 2005
Location: UK
Distribution: Slackware 12.1
Posts: 249

Rep: Reputation: 32
Quote:
Originally Posted by vehn View Post
Slackbuild for fontconfig from post #92 not available. Please upload it anywhere.
Yes, Dugan seems to have taken the 'fontconfig' SlackBuild down from his download site. It contained quite a few configuration patches, so my guess is that he is revising it for compatibility reasons with new versions or something.

Bill.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
If I were to recompile & arch-optimize Slackware, where to begin? GrapefruiTgirl Slackware 124 06-22-2007 09:46 PM
How to Optimize Slackware 10.2? zeroz52 Slackware 23 10-04-2005 06:42 PM
How to fully optimize Slackware? Introx Slackware 4 05-30-2004 04:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration