Code: Select all
Xft.dpi: 72I have tried to use the font server (unix/: 7100), but then X crashes saying it cannot load fixed font. The only solution (I found so far) is to put manually the fontdirs or not to put any.kaidon wrote:Regarding fonts.
I've just put:
FontPath "unix/:-1"
in my xorg.conf.
And added all the font directories to /etc/X11/fs/config instead (the xfs config file this is).
As of my understanding this tells X to use the fontserver instead of dealing with fonts itself. Like this you don't have to maintain font-paths in 25 different places.
I'm not 100% shure if this is _the_ way to do it.
But again, works for me
Using that method, I think that gdm uses xdm's config file /etc/X11/xdm/Xservers. I use entrance, so I'm not positive. It should say something like:Hammett wrote:Thanks a lot for the quick answers. I'm using gmd to log in the system, so X server is already started. Where I should put that -dpi 96 ? Making the alias suggested, will work when gdm calls X server to startup?
Code: Select all
:0 local /usr/X11R6/bin/X -dpi 96
The unix/:XXX in xorg.conf has to match the settings in /etc/conf.d/xfs.Hammett wrote:I have tried to use the font server (unix/: 7100), but then X crashes saying it cannot load fixed font. The only solution (I found so far) is to put manually the fontdirs or not to put any.
Code: Select all
gtk-font-name = "Tahoma 8"