Fonts in Firefox "crumble" (Mint 16 Mate RC)

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
koala

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by koala »

The reason for this problem is related to "Acceleration methode" used by Intel driver (xf86-video-intel):

- The old methode is UXA - (Unified Acceleration Architecture)
- The new methode is SNA - (Sandybridge's New Acceleration)

SNA is used by default, as to august 2013, in the Intel driver (from version 2.21.14-1).


To solve the problem, we need to use the old UXA acceleration methode.
We need to create a file named 20-intel.conf , with the following content:

Code: Select all

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "uxa"
EndSection

Put this file (20-intel.conf) in /etc/X11/xorg.conf.d/
If there's not a folder named xorg.conf.d, then create it!


Reboot and enjoy... no artifacts there!



PS: I apologize for my English, not native.
catfish12

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by catfish12 »

Hi koala thanks for your help with this problem
i have followed your instructions which were great and i will report back soon :D :)
update
excellent works great thanks for the help and information mint 16 xfce rc

all fonts system wide and firefox working good :D :)
wayne128

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by wayne128 »

fernandoacorreia wrote:Reported as Bug #1261352:

https://bugs.launchpad.net/linuxmint/+bug/1261352

fernandoacorreia,
thanks for posting Bug report

I added a comment, so as to raise the number of people affected by this Bug.
fernandoacorreia

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by fernandoacorreia »

koala wrote: To solve the problem, we need to use the old UXA acceleration method.
I applied koala's fix and in a quick test it's working great, no glitch in sight.

Thanks, koala, that was awesome.

For anyone doing this, my display configuration reset after the change, so I had to reconfigure dual monitors, resolution, etc., but everything is looking great so far.
koala

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by koala »

catfish12 wrote:Hi koala thanks for your help with this problem...
Hello all,

All the credits are for the "arch world people".
I use Manjaro Linux & Linux Mint (on two systems), and i read about this problem somewhere in a arch forum. I don't remember exactly where.
yusufbolu
Level 1
Level 1
Posts: 32
Joined: Sat Jan 01, 2011 4:09 pm

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by yusufbolu »

I applied Koala's fix at my home computer; it worked.
On the other hand, I did nothing at my work computer but the problem is gone there too. It must be something came with the updates. Does anybody still have the problem without Koala's fix?
Don_Pedro
Level 4
Level 4
Posts: 237
Joined: Sun Jun 23, 2013 11:54 am
Location: Dominican Republic

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by Don_Pedro »

Put this file (20-intel.conf) in /etc/X11/xorg.conf.d/
Hi Koala,
Please be more specific ...where is the folder location.
Thank you in advance
P.
Mint 21.2 64-bit , Cinnamon
Think Pad T420 Ram:8 GB Intel© Core™ i5-2520M CPU @ 2.50GHz × 2 SSD Samsung- Firefox/Brave
Don_Pedro
Level 4
Level 4
Posts: 237
Joined: Sun Jun 23, 2013 11:54 am
Location: Dominican Republic

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by Don_Pedro »

ok I got the path : /usr/share/X11/xorg.conf.d

also to say than someone got the problem with an ATI card.

And the problem occurs not only with FFox but xpad, thunderbird and more

Here details : http://forums.linuxmint.com/viewtopic.p ... 76#p801476

Cordially
P.
Mint 21.2 64-bit , Cinnamon
Think Pad T420 Ram:8 GB Intel© Core™ i5-2520M CPU @ 2.50GHz × 2 SSD Samsung- Firefox/Brave
wyatt8740

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by wyatt8740 »

By complete chance, I happened to learn about UXA and SNA on completely different hardware (dell D610, which wouldn't start the X server without my hand-built Xorg.conf and a custom-compiled kernel 3.13.5) , while trying to fix sync-to-vblank problems on a dell laptop. Good to see my Xorg.conf will be useful on my G550, too :D

The G550 is a kind of loud and underpowered laptop, but I still love it for how rock solid it is (Mine has about half of its case screws missing and is using a fan from a G450 which doesn't fit inside without punching holes in the plastic, but it still works just fine :D). Glad to see that I won't have to use Mint 14/Ubuntu 12.10 forever.
rodoviario
Level 1
Level 1
Posts: 1
Joined: Wed May 02, 2012 10:36 am

Re: Fonts in Firefox "crumble" (Mint 16 Mate RC)

Post by rodoviario »

koala wrote:The reason for this problem is related to "Acceleration methode" used by Intel driver (xf86-video-intel):

- The old methode is UXA - (Unified Acceleration Architecture)
- The new methode is SNA - (Sandybridge's New Acceleration)

SNA is used by default, as to august 2013, in the Intel driver (from version 2.21.14-1).


To solve the problem, we need to use the old UXA acceleration methode.
We need to create a file named 20-intel.conf , with the following content:

Code: Select all

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "uxa"
EndSection

Put this file (20-intel.conf) in /etc/X11/xorg.conf.d/
If there's not a folder named xorg.conf.d, then create it!


Reboot and enjoy... no artifacts there!



PS: I apologize for my English, not native.
Thanks koala, that worked for me in Linux Mint Rafaela (17.2) 32 bit version
Locked

Return to “Software & Applications”