View previous topic :: View next topic |
Author |
Message |
philip Guru

Joined: 10 Jun 2003 Posts: 535 Location: Sweden
|
Posted: Sat Mar 04, 2017 6:24 pm Post subject: [SOLVED] Ulgy rendered fonts on login screen |
|
|
Where does my system look for font settings before logged in as user? My login screen has ugly rendered fonts before I am logged in as user. _________________ /Phil
Last edited by philip on Sun Mar 05, 2017 9:25 am; edited 3 times in total |
|
Back to top |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8056 Location: Austria
|
Posted: Sat Mar 04, 2017 7:01 pm Post subject: |
|
|
KDE Plasma is completely unrelated to your login manager. Which one do you use? _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
philip Guru

Joined: 10 Jun 2003 Posts: 535 Location: Sweden
|
Posted: Sat Mar 04, 2017 10:26 pm Post subject: |
|
|
It is SDDM _________________ /Phil |
|
Back to top |
|
 |
philip Guru

Joined: 10 Jun 2003 Posts: 535 Location: Sweden
|
Posted: Sun Mar 05, 2017 9:19 am Post subject: |
|
|
My screen:
Color display with the thin-film transistor (TFT) technology
Display size: 355.6 mm (14 inches)
Display resolution: 2560-by-1440
Intel HD Graphics 4400 or 5000
Code: | # xrandr
Screen 0: minimum 8 x 8, current 2560 x 1440, maximum 32767 x 32767
eDP1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
2560x1440 60.00*+ |
Code: | # lshw
*-display
description: VGA compatible controller
product: Haswell-ULT Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0 |
For some reason
[8] 10-sub-pixel-vrgb.conf * was activated in fontconfig
but not
[6] 10-sub-pixel-rgb.conf
I did
Code: | # eselect fontconfig enable 6 |
and problem solved
Now I have:
Code: | # eselect fontconfig list
Available fontconfig .conf files (* is enabled):
[1] 09-texlive.conf
[2] 10-autohint.conf
[3] 10-no-sub-pixel.conf
[4] 10-scale-bitmap-fonts.conf *
[5] 10-sub-pixel-bgr.conf
[6] 10-sub-pixel-rgb.conf *
[7] 10-sub-pixel-vbgr.conf
[8] 10-sub-pixel-vrgb.conf *
[9] 10-unhinted.conf
[10] 11-lcdfilter-default.conf
[11] 11-lcdfilter-legacy.conf
[12] 11-lcdfilter-light.conf
[13] 20-unhint-small-dejavu-sans.conf
[14] 20-unhint-small-dejavu-sans-mono.conf
[15] 20-unhint-small-dejavu-serif.conf
[16] 20-unhint-small-vera.conf *
[17] 25-unhint-nonlatin.conf
[18] 30-metric-aliases.conf *
[19] 30-urw-aliases.conf *
[20] 40-nonlatin.conf *
[21] 42-luxi-mono.conf *
[22] 45-latin.conf *
[23] 49-sansserif.conf *
[24] 50-user.conf *
[25] 51-local.conf *
[26] 57-dejavu-sans.conf *
[27] 57-dejavu-sans-mono.conf *
[28] 57-dejavu-serif.conf
[29] 60-latin.conf *
[30] 60-liberation.conf
[31] 61-stix.conf
[32] 65-fonts-persian.conf *
[33] 65-khmer.conf
[34] 65-nonlatin.conf *
[35] 69-unifont.conf *
[36] 70-no-bitmaps.conf
[37] 70-yes-bitmaps.conf
[38] 80-delicious.conf *
[39] 90-synthetic.conf *
[40] 99pdftoopvp.conf |
_________________ /Phil
Last edited by philip on Sun Mar 05, 2017 9:23 am; edited 1 time in total |
|
Back to top |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8056 Location: Austria
|
Posted: Sun Mar 05, 2017 9:23 am Post subject: |
|
|
Great. Now please also fix your thread title, Plasma makes no sense in there. _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
|