[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: font change after kdm/xdm login



hi,

Does it substitute a different font (family) or does it show the same
font rendered differently (larger/smaller, blurrier/more ragged, etc.)?
i think it's the same font, but after kdm login it's renderend smaller
and (subjectively) not so sharp.

I would start by comparing the output of these commands for the two
situations:
ok, here goes the comparison.

xdpyinfo | grep resolution
$ diff _xdm.log _kdm.log
1c1
<   resolution:    100x100 dots per inch
---
  resolution:    85x83 dots per inch

xrdb -query | grep Xft
no difference (empty output)

fc-list | grep -i arial
no difference

xlsfonts | grep arial
(The last one produces 162 lines of output on my system, so you might
 want to use diff.)
no difference, i have 81 lines of output and it seems to be reasonable.

so as it seemed that dpi is the problem, i set in /etc/kde3/kdm/kdmrc

ServerArgsLocal=-nolisten tcp -dpi 100

and now it works fine! later i also discovered that for xdm i explicitely also have the option "-dpi 100"

thanks for help!

regards,

--
Lubos _@_"
http://www.lubos.vrbka.net



Reply to: