Revision history for ImproveFontRendering


Revision [30040]

Last edited on 2014-04-05 16:47:44 by darkcity
Additions:
{{image url="http://puppylinuxstuff.meownplanet.net/darkcity/puppylike.jpg" title="icon" alt="icon"}}


Revision [30039]

Edited on 2014-04-05 16:31:40 by darkcity
Deletions:
{{image url="http://fc04.deviantart.net/fs71/f/2011/239/8/3/puppy_like_by_koulaxizis-d48076t.jpg" title="text" alt="text" width="100"}}


Revision [27004]

Edited on 2013-04-08 06:37:37 by darkcity [format]

No Differences

Revision [27003]

Edited on 2013-04-08 06:37:22 by darkcity [format]
Additions:
{{image url="http://fc04.deviantart.net/fs71/f/2011/239/8/3/puppy_like_by_koulaxizis-d48076t.jpg" title="text" alt="text" width="100"}}
~If the fonts appear blocky/pixelated changing a script will improve the rendering - this applies to [[Puppy526 Puppy 5.28]].
---
~Edit the file ##/etc/fonts/local.config## to include the following code
---
~%%(language-ref)
---
~Often this is just case of removing two comment tags (##<!-- -->##)
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=491005#491005 Opera Font config post]]
==Related Webpages==
~[[http://murga-linux.com/puppy/viewtopic.php?t=72685 Improve font rendering version2 thread]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=61310 Improve font and graphic rendering version1 thread]]
~[[WikiPedia:Pixelation]]
----
==Categories==
CategoryTutorial
Deletions:
{{image url="http://fc04.deviantart.net/fs71/f/2011/239/8/3/puppy_like_by_koulaxizis-d48076t.jpg" title="text" alt="text" height="120"}}
If the fonts appear blocky/pixelated changing a script will improve the rendering - this applies to [[Puppy526 Puppy 5.28]].
Edit the file ##/etc/fonts/local.config## to include the following code
%%(language-ref)
Often this is just case of removing two comment tags (##<!-- -->##)
[[http://www.murga-linux.com/puppy/viewtopic.php?p=491005#491005 Opera Font config post]]
==Also see==
[[http://murga-linux.com/puppy/viewtopic.php?t=72685 Improve font rendering version2 thread]]
[[http://www.murga-linux.com/puppy/viewtopic.php?t=61310 Improve font and graphic rendering version1 thread]]
[[WikiPedia:Pixelation]]


Revision [20390]

Edited on 2012-01-31 10:36:53 by darkcity [format]
Additions:
[[http://www.murga-linux.com/puppy/viewtopic.php?p=491005#491005 Opera Font config post]]
Deletions:
[[http://www.murga-linux.com/puppy/viewtopic.php?p=491005#491005 Opera Font config]]


Revision [20389]

Edited on 2012-01-31 10:36:36 by darkcity [format]
Additions:
==Opera==
[[http://www.murga-linux.com/puppy/viewtopic.php?p=491005#491005 Opera Font config]]


Revision [20385]

Edited on 2012-01-31 10:28:47 by darkcity [format]
Additions:
[[WikiPedia:Pixelation]]
Deletions:
[[wikiPedia:Pixelation]]


Revision [20384]

Edited on 2012-01-31 10:28:05 by darkcity [format]
Additions:
Often this is just case of removing two comment tags (##<!-- -->##)
Deletions:
Often this is just case of removing two comment tags (##<-- -->##)


Revision [20383]

Edited on 2012-01-31 10:27:20 by darkcity [format]
Additions:
Edit the file ##/etc/fonts/local.config## to include the following code
Deletions:
Edit the file ##/etc/fonts/fonts.config## to include the following code


Revision [20382]

Edited on 2012-01-31 10:26:12 by darkcity [format]
Additions:
Edit the file ##/etc/fonts/fonts.config## to include the following code
Deletions:
Edit the file ##/etc/fonts/PUPSTATE## to include the following code


Revision [20381]

Edited on 2012-01-31 10:25:41 by darkcity [format]
Additions:
If the fonts appear blocky/pixelated changing a script will improve the rendering - this applies to [[Puppy526 Puppy 5.28]].
Deletions:
If the fonts appear blocky/pixelated changing a script will improve the rendering - this applies to [[Puppy525 Puppy 5.28]].


Revision [20380]

Edited on 2012-01-31 10:25:26 by darkcity [format]
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[FontIndex Fonts]]
====How to Improve Font Rendering====
==Firefox==
If the fonts appear blocky/pixelated changing a script will improve the rendering - this applies to [[Puppy525 Puppy 5.28]].
Edit the file ##/etc/fonts/PUPSTATE## to include the following code
%%(language-ref)
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<!-- Enable sub-pixel rendering -->
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
<!-- suggested by 'upnorth' http://murga-linux.com/puppy/viewtopic.php?t=54294&start=15
Reject bitmap fonts -->
<selectfont>
<rejectfont>
<pattern>
<patelt name="scalable"><bool>false</bool></patelt>
</pattern>
</rejectfont>
</selectfont>
</fontconfig>
%%
Often this is just case of removing two comment tags (##<-- -->##)
==Also see==
[[http://murga-linux.com/puppy/viewtopic.php?t=72685 Improve font rendering version2 thread]]
[[http://www.murga-linux.com/puppy/viewtopic.php?t=61310 Improve font and graphic rendering version1 thread]]
[[wikiPedia:Pixelation]]
Deletions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]]
====How to find the Puppy State====
Information about the Puppy State is stored at ##/etc/rc.d/PUPSTATE##
It includes information including [[BootParameters]] such as Pmedia and Psubdir, as well as PupMode and [[SaveFile PupSave]] file.
==Using Terminal==
You can see this file by going to a [[TerminalEmulator terminal emulator]] and typing in the following code (ensure letter cases are copied exactly)-
%%cat /etc/rc.d/PUPSTATE%%
==""Using PupSysInfo""==
Open PupSysInfo go to 'System Files' and select 'PupState'


Revision [20378]

The oldest known version of this page was created on 2012-01-31 10:09:40 by darkcity [format]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki