From 524f8b6df7a3a6b475adf354e227d377f2f64961 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 30 Apr 2017 22:13:33 +0200 Subject: 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. --- README.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 953a39a..42f2c2d 100644 --- a/README.txt +++ b/README.txt @@ -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) -- cgit v1.2.3