View previous topic :: View next topic |
Author |
Message |
cwc Veteran


Joined: 20 Mar 2006 Posts: 1414 Location: Tri-Cities, WA USA
|
Posted: Sun Mar 09, 2025 2:57 pm Post subject: blurry fonts xfce |
|
|
I currently updated and enable all the available fonts. Now everything is blurry now.
I use xfce . This applied to all applications: firefox, chrome, geany , etc.
Terminal from on boot everything is fine.
Code: |
eselect fontconfig list
Available fontconfig .conf files (* is enabled):
[1] 05-reset-dirs-sample.conf *
[2] 09-autohint-if-no-hinting.conf *
[3] 10-autohint.conf *
[4] 10-hinting-full.conf *
[5] 10-hinting-medium.conf *
[6] 10-hinting-none.conf *
[7] 10-hinting-slight.conf *
[8] 10-no-antialias.conf *
[9] 10-powerline-symbols.conf *
[10] 10-scale-bitmap-fonts.conf *
[11] 10-sub-pixel-bgr.conf *
[12] 10-sub-pixel-none.conf *
[13] 10-sub-pixel-rgb.conf *
[14] 10-sub-pixel-vbgr.conf *
[15] 10-sub-pixel-vrgb.conf *
[16] 10-unhinted.conf *
[17] 10-yes-antialias.conf *
[18] 11-lcdfilter-default.conf *
[19] 11-lcdfilter-legacy.conf *
[20] 11-lcdfilter-light.conf *
[21] 11-lcdfilter-none.conf *
[22] 20-unhint-small-dejavu-sans.conf *
[23] 20-unhint-small-dejavu-sans-mono.conf *
[24] 20-unhint-small-dejavu-serif.conf *
[25] 20-unhint-small-vera.conf *
[26] 25-unhint-nonlatin.conf *
[27] 30-metric-aliases.conf *
[28] 35-lang-normalize.conf *
[29] 40-nonlatin.conf *
[30] 42-luxi-mono.conf *
[31] 45-generic.conf *
[32] 45-latin.conf *
[33] 48-spacing.conf *
[34] 49-sansserif.conf *
[35] 50-user.conf *
[36] 51-local.conf *
[37] 57-dejavu-sans.conf *
[38] 57-dejavu-sans-mono.conf *
[39] 57-dejavu-serif.conf *
[40] 59-google-droid-sans.conf *
[41] 59-google-droid-sans-mono.conf *
[42] 59-google-droid-serif.conf *
[43] 60-generic.conf *
[44] 60-latin.conf *
[45] 60-liberation.conf *
[46] 61-urw-bookman.conf *
[47] 61-urw-c059.conf *
[48] 61-urw-d050000l.conf *
[49] 61-urw-fallback-backwards.conf *
[50] 61-urw-fallback-generics.conf *
[51] 61-urw-fallback-specifics.conf *
[52] 61-urw-gothic.conf *
[53] 61-urw-nimbus-mono-ps.conf *
[54] 61-urw-nimbus-roman.conf *
[55] 61-urw-nimbus-sans.conf *
[56] 61-urw-p052.conf *
[57] 61-urw-standard-symbols-ps.conf *
[58] 61-urw-z003.conf *
[59] 62-croscore-arimo.conf *
[60] 62-croscore-cousine.conf *
[61] 62-croscore-symbolneu.conf *
[62] 62-croscore-tinos.conf *
[63] 63-source-code-pro.conf *
[64] 65-fonts-persian.conf *
[65] 65-khmer.conf *
[66] 65-nonlatin.conf *
[67] 66-noto-mono.conf *
[68] 66-noto-sans.conf *
[69] 66-noto-serif.conf *
[70] 69-unifont.conf *
[71] 70-no-bitmaps.conf *
[72] 70-yes-bitmaps.conf *
[73] 75-noto-emoji-fallback.conf *
[74] 80-delicious.conf *
[75] 90-synthetic.conf *
|
_________________ Without diversity there can be no evolution:) |
|
Back to top |
|
 |
cwc Veteran


Joined: 20 Mar 2006 Posts: 1414 Location: Tri-Cities, WA USA
|
Posted: Sun Mar 09, 2025 3:40 pm Post subject: slvd a little bit |
|
|
ran this code then manually enabled fonts
Code: |
!#/bin/bash
for i in {1..75}
do
sudo eselect fontconfig disable $i
done
|
firefox and chrome are still a bit blurry _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
 |
|