Procházet zdrojové kódy

Enabled sub-pixel rendering (RGB type)

Slight degradation on non-RGB LCD / non-DVI cable.
Maxim Kammerer před 12 roky
rodič
revize
a3b59b8824
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/root/setup

+ 2 - 2
src/root/setup

@@ -310,10 +310,10 @@ sinfo "Setting dash as POSIX shell"
 eselect sh set dash
 
 
-# No sub-pixel rendering, since LCD / cable type is unknown
+# Use RGB sub-pixel rendering (slight degradation on non-RGB LCD / non-DVI cable)
 sinfo "Configuring fontconfig"
 for fconf in \
-    10-no-sub-pixel.conf \
+    10-sub-pixel-rgb.conf \
     20-unhint-small-dejavu-sans.conf \
     20-unhint-small-dejavu-sans-mono.conf \
     20-unhint-small-dejavu-serif.conf \