Displaying 1 result from an estimated 1 matches for "font_rendering".
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
...ith:
xrdb -query |grep Xft
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: none
... and to inform gnome-settings-daemon with
gnome-appearance-properties->Font->Details->dpi which is the same as:
gconftool-2 -s --type float /desktop/gnome/font_rendering/dpi 96
It's that last step that bothers me - it's not "per display", so if I
log in using a different X-server eg using VNC, I might well have a
completely different dpi. For example, my home monitor is a good-old
CRT with 152 dpi. I use 144 dpi as a multiple of 12 but if I log i...