openSUSE Forums > Applications » Firefox 3.0.1: Enable Using Subpixel Hunting!

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read


Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
Page 2 of 7 1 2 34 Last »
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 25-Aug-2008, 12:53
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 14
lucasuam hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

Quote:
Originally Posted by Fisiu View Post
From repo from 10.3 You need only "cairo" package, because it has working subpixel patch. Cairo form 11.0 doesn't work with subpixel.
Ok.. I see... that's the reason why not everything is working as expected...
I'll try and post back

Kind Regards

Luis
Reply With Quote
  #12 (permalink)  
Old 25-Aug-2008, 12:55
Fisiu's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Location: Oświęcim/Poland
Posts: 29
Fisiu hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

To get Qt4 apps looks fine, add KDE:Qt repo and update qt4 packages.

Here is the repo address:

Index of /repositories/KDE:/Qt
Reply With Quote
  #13 (permalink)  
Old 25-Aug-2008, 17:38
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 14
lucasuam hasn't been rated much yet
Angry Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

@Fisiu

I've been for more than 4 hours trying to instal the 10.3 rep and/or trying to install package by package (cairo.rpm and cairo-devel.rpm). Ive tried by all means, with YasT and Zipper.
By the way, It's very hard to get your 10.3 repo to get updated with yast, it takes around 1 hour and fails wih errors, so I guess I will miss the gtk enhancements you talk about

Is there a special way to install these packages in OS11?

Thanks in advance and Kind REgards

Luis

PS. BTW, thanks for the Qt4 repos, I'll try'em ASAP
Reply With Quote
  #14 (permalink)  
Old 25-Aug-2008, 17:55
Fisiu's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Location: Oświęcim/Poland
Posts: 29
Fisiu hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

This "10.3" repo is not mine It's official repository for openSUSE 10.3.

It's very simple to instal cairo from it...
Just open termina (konsole) and as normal user type:
Code:
cd ~/Desktop
wget -c http://download.opensuse.org/update/10.3/rpm/i586/cairo-1.4.10-25.2.i586.rpm http://download.opensuse.org/update/10.3/rpm/i586/cairo-devel-1.4.10-25.2.i586.rpm
su
rpm -Uvh --force cairo-1.4.10-25.2.i586.rpm cairo-devel-1.4.10-25.2.i586.rpm
And if You already have installed mozilla-xulrunner from my repo, just restart Firefox. You also may need setup font properities in gnome-settings menu.

And one thing more, You need to lock version of cairo packages, to prevent from overwriting. To do this type in terminal as root
Code:
zypper al cairo
zypper al cairo-devel
Now, everything should work fine
Reply With Quote
  #15 (permalink)  
Old 25-Aug-2008, 18:52
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 14
lucasuam hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

Hi...
Thanks for your kind help

What I did not mention is that I also made something like this:
rpm -e --nodeps cairo*
and later what I did was rpm ívh cairo.rpm cairo-devel.rpm

As you can see I downloaded the wrong packages and besides I deleted al the cairo stuff previusly installed.

Ok. so thakns again for clarifying the version, (I had already downloaded all cairo stuff including the delta rpm

et's see what happens
and I will post back my comments

Kind Regards

Luis
Reply With Quote
  #16 (permalink)  
Old 26-Aug-2008, 00:00
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 18
hujq hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

I don't really want to downgrade cairo.
Is there any way to patch the latest cairo 1.6.4?

Regards.
Reply With Quote
  #17 (permalink)  
Old 26-Aug-2008, 02:49
Fisiu's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Location: Oświęcim/Poland
Posts: 29
Fisiu hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

For this moment I don't know how to get cairo 1.6.4 working with lcdfilter patches. If I find how to do this, I build packages in my repo home:Fisiu.

Now, only cairo from 10.3 seems working fine.
Reply With Quote
  #18 (permalink)  
Old 26-Aug-2008, 06:46
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 18
hujq hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

I find 3 patches for cairo 1.6.4, but I didn't test it. Please have a look.
http://aur.archlinux.org/packages/ca...type-like.diff
http://aur.archlinux.org/packages/ca...d-filter.patch
http://archive.ubuntu.com/ubuntu/poo...buntu1.diff.gz

I'm not sure whether they will work independently or not, but in archlinux, it's also necessary to patch fontconfig and libxft at the same time.
Reply With Quote
  #19 (permalink)  
Old 26-Aug-2008, 07:15
Puzzled Penguin
 
Join Date: Aug 2008
Posts: 14
lucasuam hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

Hi

Using cairo from 10.3 to my x86_64 arch, has been quite a PITA, after I applied it, my X session did not want to start, so the only way I could get it back was to go back to my previously packages (even the XUL package), so in order to start over again, ... is it safe to use the cairo 586 package instead of the x86_64?

Kind Regards

Luis
Reply With Quote
  #20 (permalink)  
Old 26-Aug-2008, 14:14
Fisiu's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Location: Oświęcim/Poland
Posts: 29
Fisiu hasn't been rated much yet
Default Re: Firefox 3.0.1: Enable Using Subpixel Hunting!

Hi.

Thanks for links with patches, I'll try to test them if find some free time. Probably tomorrow evening (UTC Time).
Reply With Quote
Reply
Page 2 of 7 1 2 34 Last »

Bookmarks

Tags
firefox subpixel hunting


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2