diff options
author | Eric Hameleers <alien@slackware.com> | 2017-04-30 22:13:33 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-04-30 22:13:33 +0200 |
commit | 524f8b6df7a3a6b475adf354e227d377f2f64961 (patch) | |
tree | 35cf8d29c5b3de7b02efc7adade46a255494cb36 /README.txt | |
parent | a7b15b129ebbd63d104a58b2745b690eb29ccf6c (diff) | |
download | liveslak-524f8b6df7a3a6b475adf354e227d377f2f64961.tar.gz liveslak-524f8b6df7a3a6b475adf354e227d377f2f64961.tar.xz |
Add boot-time tweak 'nsh' to disable new sub-pixel hinting in freetype
Freetype has enabled a 'new style' of sub-pixel hinting, based on the
Infinality patch but simplified for speed.
Some people feel that this new type of hinting is resulting in worse font
rendering than with the old auto-hinter built into Freetype.
The new tweak 'nsh' effectively disables the new type of sub-pixel hinting
and makes Freetype fall back to the old behaviour.
Usage: add "tweaks=nsh" to the boot commandline of the Live OS.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -262,6 +262,7 @@ localhd => initialize RAID/LVM on local hard drives. tweaks=tweak1[,tweak2,[,...]] => Implemented tweaks: nga - no glamor 2D acceleration, avoids error "EGL_MESA_drm_image required". + nsh - no 'new style' sub-pixel hinting in freetype. tpb - enable TrackPoint scrolling while holding down middle mouse button. syn - start the syndaemon for better support of Synaptics touchpads. ssh - start the SSH server (disabled by default) |