search for: hintfull

Displaying 1 result from an estimated 1 matches for "hintfull".

Did you mean: hintful
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
...dimensions: 1600x1200 pixels (423x317 millimeters) resolution: 96x96 dots per inch So far so good. With this new fangled gnome and fontconfig stuff, you also need to set up some X-resources with: 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 i...